-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"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"
},
"dependencies": {
"@vueuse/core": "^9.11.1",
"nprogress": "^0.2.0",
"vue": "^2.7.0",
"vue-currency-input": "^3.0.3",
"vue-i18n": "^8.22.4",
"vue-router": "^3.6.5",
"vuetify": "^2.6.14",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@mdi/font": "^5.9.55",
"@mdi/js": "^5.9.55",
"axios": "^1.1.2",
"babel-loader": "^9.1.2",
"cross-env": "^7.0.2",
"eslint": "^8.32.0",
"eslint-plugin-vue": "^9.9.0",
"jquery": "^3.6.3",
"laravel-mix": "^6.0.11",
"lodash": "^4.17.20",
"material-design-icons-iconfont": "^6.1.0",
"postcss": "^8.1.14",
"resolve-url-loader": "^5.0.0",
"sass": "^1.57.1",
"sass-loader": "^12.6.0",
"vue-loader": "^15.10.0",
"vue-template-compiler": "^2.7.14"
}
}