-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 1.15 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
{
"private": true,
"scripts": {
"format": "prettier \"resources/**/*\" --write",
"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",
"nova:install": "npm --prefix='../../vendor/laravel/nova' ci"
},
"devDependencies": {
"@vue/babel-plugin-jsx": "^1.1.0",
"@vue/compiler-sfc": "^3.2.22",
"form-backend-validation": "^2.3.3",
"laravel-mix": "^6.0.41",
"lodash": "^4.17.21",
"postcss": "^8.3.11",
"prettier": "^3.1.0",
"vue-loader": "^16.8.3"
},
"dependencies": {
"@floating-ui/vue": "^1.0.2",
"@inertiajs/inertia": "^0.11.0",
"@popperjs/core": "^2.11.2",
"@vueuse/core": "^10.4.1",
"@vueuse/integrations": "^10.4.1",
"axios": "^1.6.2",
"floating-vue": "^2.0.0-beta.22",
"inflector-js": "^1.0.1",
"laravel-nova-ui": "^0.4.0",
"uid": "^2.0.0",
"vuex": "^4.0.2"
}
}