This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
75 lines (75 loc) · 2.19 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "wings-vue3-admin",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">= 16",
"vue-cli": ">= 5.0.3"
},
"scripts": {
"local": "vue-cli-service serve --open --mode local",
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locale/**/*.json\""
},
"dependencies": {
"@element-plus/icons-vue": "~2.0.10",
"@sentry/tracing": "~7.15.0",
"@sentry/vue": "~7.15.0",
"axios": "~1.1.3",
"core-js": "~3.25.5",
"dayjs": "~1.11.5",
"element-plus": "~2.2.18",
"js-cookie": "~3.0.1",
"js-md5": "~0.7.3",
"lodash": "~4.17.21",
"mitt": "~3.0.0",
"normalize.css": "~8.0.1",
"pinia": "^2.0.23",
"qs": "~6.11.0",
"vue": "~3.2.41",
"vue-i18n": "~9.2.2",
"vue-router": "~4.1.5"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "~4.2.0",
"@types/js-cookie": "^3.0.2",
"@types/js-md5": "^0.4.3",
"@types/lodash": "^4.14.186",
"@types/qs": "^6.9.5",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-plugin-vuex": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-prettier": "~7.0.0",
"@vue/eslint-config-typescript": "~11.0.2",
"@vue/runtime-core": "~3.2.41",
"eslint": "~8.25.0",
"eslint-config-prettier": "~8.5.0",
"eslint-plugin-prettier": "~4.2.1",
"eslint-plugin-vue": "~9.6.0",
"git-revision-webpack-plugin": "~5.0.0",
"glob-parent": "~6.0.2",
"postcss": "~8.4.18",
"prettier": "~2.7.1",
"regenerator-runtime": "~0.13.10",
"sass": "~1.55.0",
"sass-loader": "~13.1.0",
"typescript": "~4.7.4",
"vue-cli-plugin-i18n": "~2.3.1"
},
"pnpm": {
"overrides": {
"dot-object@<2.1.3": ">=2.1.3",
"node-forge@<1.3.0": ">=1.3.0",
"minimist@<=1.2.5": ">=1.2.6"
}
}
}