forked from handleglobal/laravel-nova-nested-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1.21 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
{
"private": true,
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"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": {
"@inertiajs/inertia": "^0.11.0",
"@vue/babel-plugin-jsx": "^1.1.1",
"acorn": "^8.0.4",
"axios": "^0.26.1",
"cross-env": "^7.0.3",
"git-cz": "^4.7.6",
"laravel-mix": "^6.0.43",
"laravel-nova": "^1.6.0",
"laravel-vapor": "^0.4.2",
"minimist": "^1.2.2",
"resolve-url-loader": "^3.1.2",
"sass": "^1.58.1",
"sass-loader": "^12.6.0",
"serialize-javascript": "^5.0.1",
"tailwindcss": "^3.0.0",
"uid": "^2.0.0",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.14",
"vuex": "^4.0.2"
},
"dependencies": {
"form-backend-validation": "^2.4.0",
"postcss-import": "^14.1.0",
"terser-webpack-plugin": "^5.3.1",
"vue": "^3"
}
}