-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.28 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
{
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@mdi/font": "^7.0.96",
"@stylistic/eslint-plugin": "^2.7.2",
"@symfony/webpack-encore": "^5.0.1",
"@types/lodash": "^4.14.165",
"@types/qs": "^6.9.5",
"axios": "^1.6.8",
"core-js": "^3.0.0",
"eslint": "^9.12.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-vue": "^9.2.0",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"pinia": "^2.1.7",
"qs": "^6.9.4",
"regenerator-runtime": "^0.14.1",
"ts-loader": "^9.2.3",
"typescript": "^5.1.3",
"typescript-eslint": "^8.8.0",
"vue": "^3.4.21",
"vue-eslint-parser": "^9.4.3",
"vue-loader": "^17.4.2",
"vue-router": "^4.3.0",
"vuetify": "^3.5.14",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.1",
"webpack-notifier": "^1.6.0",
"webpack-plugin-vuetify": "^3.0.3"
},
"license": "UNLICENSED",
"private": true,
"type": "module",
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"lint": "eslint assets"
}
}