-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 KB
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
{
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^7.0.1",
"@mdi/font": "^7.4.47",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/postcss": "^4.1.18",
"@types/uuid": "^9.0.7",
"@vue/compiler-sfc": "^3.5.26",
"autoprefixer": "^10.4.21",
"laravel-mix": "^6.0.49",
"postcss": "^8.5.6",
"resolve-url-loader": "^5.0.0",
"sass": "^1.85.1",
"sass-loader": "^12.6.0",
"tailwindcss": "^4.1.18",
"vue-loader": "^17.4.2",
"worker-loader": "^3.0.8"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@inertiajs/vue3": "^2.3.4",
"@vuepic/vue-datepicker": "^12.0.3",
"axios": "^1.11.0",
"notyf": "^3.10.0",
"qrious": "^4.0.2",
"stream-browserify": "^3.0.0",
"vue": "^3.2.41",
"vue-i18n": "^11.1.11"
}
}