-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.89 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
76
77
78
79
80
81
82
83
{
"name": "zh-admin-vue",
"version": "1.0.0",
"scripts": {
"start": "vite",
"dev": "vite --mode dev",
"qa": "vite --mode qa",
"pro": "vite --mode pro",
"build": "vite build",
"build:dev": "node --max_old_space_size=1024000 ./node_modules/vite/bin/vite.js build --mode dev",
"build:qa": "node --max_old_space_size=1024000 ./node_modules/vite/bin/vite.js build --mode qa",
"build:pro": "node --max_old_space_size=1024000 ./node_modules/vite/bin/vite.js build --mode pro",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"clean:lib": "rimraf node_modules",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
"lint:prettier": "prettier --config .prettierrc.json5 --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\" --ignore-path .prettierignore"
},
"dependencies": {
"@element-plus/icons-vue": "^1.0.0",
"animate.css": "^4.1.1",
"aos": "^3.0.0-beta.6",
"array-to-tree": "^3.3.2",
"axios": "^0.26.0",
"d3": "^7.8.2",
"dayjs": "^1.11.6",
"default-passive-events": "^2.0.0",
"echarts": "^5.4.1",
"element-plus": "^2.7.6",
"js-pinyin": "^0.1.9",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"mockjs": "^1.1.0",
"monaco-editor": "^0.44.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.11",
"pinia-plugin-persistedstate": "^3.0.2",
"splitpanes": "^3.1.5",
"tsparticles-slim": "^2.12.0",
"typed.js": "^2.0.132",
"vue": "^3.5.1",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.5",
"vue3-particles": "^2.12.0",
"vxe-table": "^4.3.6",
"xe-utils": "^3.5.7"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@storybook/addon-docs": "^7.0.26",
"@storybook/addon-essentials": "^7.0.26",
"@storybook/addon-interactions": "^7.0.26",
"@storybook/addon-links": "^7.0.26",
"@storybook/blocks": "^7.0.26",
"@storybook/testing-library": "^0.0.14-next.2",
"@storybook/vue3": "^7.0.26",
"@storybook/vue3-vite": "^7.0.26",
"@types/mockjs": "^1.0.7",
"@types/node": "^16.11.25",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"storybook": "^7.0.26",
"style-loader": "^3.3.1",
"style-resources-loader": "^1.5.0",
"typescript": "~4.5.5",
"vite": "^4.4.2",
"vue-tsc": "^0.31.4"
}
}