-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 976 Bytes
/
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
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4",
"@fullhuman/vue-cli-plugin-purgecss": "^4",
"@mdi/font": "^6",
"browser-sync": "^2",
"browser-sync-webpack-plugin": "^2",
"cross-env": "^7",
"css-loader": "^6",
"deepmerge": "^4.2.2",
"laravel-mix": "^6",
"number-abbreviate": "^2.0.0",
"resolve-url-loader": "^5.0.0",
"sass": "~1.32",
"sass-loader": "^13.2.0",
"sass-resources-loader": "^2",
"ts-loader": "^9",
"typescript": "^4",
"vue": "^2",
"vue-cookie": "^1.1.4",
"vue-loader": "^15",
"vue-moment": "^4",
"vue-resource": "^1",
"vue-router": "^3",
"vue-template-compiler": "^2",
"vuetify": "^2",
"vuetify-loader": "^1",
"vuex": "^3"
}
}