-
Notifications
You must be signed in to change notification settings - Fork 297
/
package.json
35 lines (35 loc) · 1.02 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
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.33",
"cross-env": "^5.0.0",
"laravel-mix": "^6.0",
"object-to-formdata": "^1.5.2",
"resolve-url-loader": "2.3.1",
"sass": "^1.19.0",
"sass-loader": "7.*",
"vue-loader": "^16.2.0",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/runtime": "^7.17.9",
"@inertiajs/inertia": "^0.11.0",
"axios": "^0.26.1",
"form-backend-validation": "^2.4.0",
"laravel-vapor": "^0.4.0",
"lodash": "^4.17.21",
"slug": "^0.9.1",
"vue": "^2.5.17",
"vue-advanced-cropper": "^2.8.1",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.2"
}
}