-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.55 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
47
48
49
50
51
{
"private": true,
"type": "module",
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@inertiajs/inertia": "^0.10.1",
"@inertiajs/inertia-vue3": "^0.5.2",
"@inertiajs/progress": "^0.2.6",
"@tailwindcss/forms": "^0.2.1",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/compiler-sfc": "^3.0.5",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.2.4",
"axios": "^0.21.4",
"laravel-vite-plugin": "^1.0.1",
"lodash": "^4.17.19",
"postcss": "^8.3.11",
"postcss-import": "^14.0.1",
"postcss-loader": "^6.2.0",
"resolve-url-loader": "^4.0.0",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"tailwindcss": "^2.1.2",
"vite": "^5.0.12",
"vue": "^3.0.5",
"vue-loader": "^16.1.2"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@vuepic/vue-datepicker": "^7.4.1",
"bootstrap": "^5.1.3",
"date-fns": "^3.3.1",
"dropzone": "^6.0.0-beta.2",
"html2pdf.js": "^0.10.1",
"moment-timezone": "^0.5.34",
"path": "^0.12.7",
"v-calendar": "^3.1.2",
"vue-sweetalert2": "^5.0.2",
"vue3-datepicker": "^0.2.5"
}
}