-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.17 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
{
"private": true,
"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": {
"axios": "^0.21",
"craftable": "^2.1.3",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"resolve-url-loader": "^3.1.0",
"sass": "^1.32.6",
"sass-loader": "^8.0.2",
"vue-loader": "15.9.5"
},
"dependencies": {
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"dotenv": "^8.2.0",
"laravel-echo": "^1.10.0",
"pusher-js": "^7.0.3",
"visibilityjs": "^2.0.2",
"vue-ace-edit": "^1.0.3",
"vue-inputmask": "^0.2.1",
"vue-star-rating": "^1.7.0",
"vue-swatches": "^2.1.1",
"vue-sweetalert2": "^5.0.2",
"vue-the-mask": "^0.11.1",
"vue-wysiwyg": "^1.7.2",
"vue2-ace-editor": "^0.0.15",
"vue2-dropzone": "^2.3.6"
}
}