-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.54 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
{
"name": "simple-element-plus-template",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"hmr": "vite --debug hmr"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@guolao/vue-monaco-editor": "^1.5.1",
"@howiefh/ant-path-matcher": "^0.0.4",
"@vicons/material": "^0.12.0",
"@vueuse/core": "^10.11.0",
"async-validator": "^4.2.5",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"echarts": "^5.5.0",
"element-plus": "^2.7.5",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.47.0",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"ua-parser-js": "^1.0.38",
"vite-plugin-mock": "^3.0.1",
"vue": "^3.4.29",
"vue-echarts": "^6.7.3",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.3",
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"devDependencies": {
"@rollup/rollup-win32-x64-msvc": "^4.18.0",
"@rushstack/eslint-patch": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-standard": "^8.0.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-eslint": "^1.8.1"
}
}