-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 973 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·33 lines (33 loc) · 973 Bytes
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
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"cross-env": "^5.2.1",
"jquery": "^3.4.1",
"laravel-mix": "^4.0.7",
"laravel-mix-merge-manifest": "^0.1.2",
"lodash": "^4.17.15",
"popper.js": "^1.16.1",
"resolve-url-loader": "^3.1.1",
"sass": "^1.26.2",
"sass-loader": "^7.3.1",
"vue": "^2.6.14",
"vue-izitoast": "^1.2.1",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"form-serialize": "^0.7.2",
"vuetify": "^2.2.14"
}
}