-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.42 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
43
44
45
46
47
48
{
"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-free": "^5.15.1",
"axios": "^1.7.7",
"bootstrap": "^5.0.0",
"cross-env": "^7.0.3",
"jquery": "^3.5.1",
"laravel-mix": "^6.0.0-beta.17",
"lodash": "^4.17.20",
"popper.js": "^1.12",
"resolve-url-loader": "^5.0.0",
"sass": "^1.32.0",
"sass-loader": "^8.0.0",
"vue": "^3.0.0",
"vue-loader": "^15.9.5",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.94.0"
},
"dependencies": {
"@mdi/font": "^5.8.55",
"@popperjs/core": "^2.6.0",
"autoprefixer": "^10.4.5",
"bootstrap-vue": "^2.21.2",
"bootswatch": "^4.5.3",
"core-js": "^2.6.5",
"mailtoui": "^1.0.3",
"material-design-icons-iconfont": "^6.1.0",
"moment": "^2.29.4",
"postcss": "^8.4.31",
"sweetalert2": "^9.17.2",
"vform": "^1.0.1",
"vue-clazy-load": "^0.4.2",
"vue-google-autocomplete": "^1.1.0",
"vue-json-excel": "^0.3.0",
"vue-progressbar": "^0.7.5",
"vue-router": "^3.4.9",
"vuetify": "^2.6.10",
"vuex": "^3.6.0"
}
}