-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.2",
"axios": "^1.1.2",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19",
"postcss": "^8.4.6",
"resolve-url-loader": "^5.0.0",
"sass": "^1.58.3",
"sass-loader": "^12.6.0",
"tailwindcss": "^3.1.0",
"vite": "^4.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.3.0",
"@googlemaps/js-api-loader": "^1.16.2",
"daisyui": "^2.50.2",
"dompurify": "^3.0.3",
"easymde": "^2.18.0",
"firebase": "^9.22.0",
"flowbite": "^1.6.3",
"fullcalendar": "^6.1.8",
"highcharts": "^11.0.0",
"isomorphic-dompurify": "^1.6.0",
"jquery": "^3.6.3",
"jquery-datetimepicker": "^2.5.21",
"jsdom": "^22.1.0",
"laravel-mix": "^6.0.49",
"marked": "^5.1.0",
"metismenujs": "^1.4.0",
"moment": "^2.29.4",
"perfect-scrollbar": "^1.5.5",
"postcss-import": "^15.1.0",
"select2": "^4.1.0-rc.0",
"sweetalert2": "^11.7.3"
}
}