-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.44 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
{
"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": {
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@vue/eslint-config-typescript": "^7.0.0",
"axios": "^0.21.1",
"cross-env": "^7.0.3",
"eslint": "^7.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-vue": "^7.0.0",
"eslint-webpack-plugin": "^3.0.1",
"fork-ts-checker-webpack-plugin": "^6.3.3",
"laravel-mix": "^6.0.25",
"prettier": "^2.4.1",
"prettier-eslint": "13.0.0",
"resolve-typescript-plugin": "^1.1.0",
"resolve-url-loader": "^4.0.0",
"sass": "~1.32.0",
"sass-loader": "^12.1.0",
"ts-loader": "^9.2.5",
"typescript": "^4.4.2",
"vue-class-component": "^7.2.6",
"vue-eslint-parser": "7.11.0",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"@mdi/font": "^5.9.55",
"@types/webpack": "^5.28.0",
"typeface-roboto": "^1.1.13",
"vue": "^2.6.14",
"vuetify": "^2.5.7"
}
}