-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
139 lines (138 loc) Β· 4.48 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "vue3-admin-ts",
"version": "2.2.0",
"license": "MIT",
"author": "kuanghua(869653722@qq.com)",
"packageManager": "pnpm@7.9.0",
"type": "module",
"scripts": {
"dev": "vite --mode serve-dev",
"local": "vite --mode serve-local",
"debug": "vite --mode serve-dev --debug",
"test": "vite --mode serve-test",
"build:test": "vite build --mode build-test",
"build": "vite build --mode build",
"preview:build": "npm run build && vite preview ",
"preview": "vite preview ",
"lint": "eslint --ext .js,.jsx,.vue,.ts,.tsx src --fix",
"prepare": "husky install",
"tsc-check": "tsc",
"vitest": "vitest --ui",
"coverage": "vitest run --coverage"
},
"peerDependencies": {
"vue": "^3.4.14"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.4",
"axios": "1.6.5",
"codemirror": "^6.0.1",
"echarts": "5.3.2",
"element-plus": "2.5.3",
"js-error-collection": "^1.0.7",
"json-editor-vue3": "^1.0.8",
"mitt": "3.0.0",
"moment-mini": "2.22.1",
"nprogress": "0.2.0",
"path": "0.12.7",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.1",
"pinia": "^2.0.16",
"pinia-plugin-persistedstate": "2.3.0",
"screenfull": "^6.0.2",
"sortablejs": "^1.15.0",
"vue": "^3.4.14",
"vue-clipboard3": "^2.0.0",
"vue-codemirror": "^6.1.1",
"vue-i18n": "9.1.10",
"vue-router": "^4.1.5",
"@codemirror/lang-javascript": "^6.1.0",
"@codemirror/theme-one-dark": "^6.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.16.3",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@types/mockjs": "1.0.10",
"@types/node": "^17.0.35",
"@types/path-browserify": "^1.0.0",
"@types/sortablejs": "^1.15.0",
"@typescript-eslint/eslint-plugin": "5.30.0",
"@typescript-eslint/parser": "5.30.0",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^1.2.0",
"@vue/cli-plugin-unit-jest": "4.5.17",
"@vue/cli-service": "5.0.8",
"@vue/test-utils": "^2.0.2",
"@vueuse/core": "^8.7.5",
"eslint": "8.18.0",
"eslint-config-prettier": "8.5.0",
"eslint-define-config": "1.5.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsonc": "^2.3.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-prettier": "4.1.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-vue": "9.1.1",
"husky": "7.0.2",
"jsdom": "16.4.0",
"jsonc-eslint-parser": "^2.1.0",
"majestic": "1.8.1",
"mockjs": "1.1.0",
"prettier": "2.2.1",
"resize-observer-polyfill": "^1.5.1",
"rollup-plugin-visualizer": "^5.8.3",
"sass": "1.77.6",
"svg-sprite-loader": "6.0.11",
"typescript": "^4.7.2",
"unocss": "^0.58.3",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.8",
"unplugin-vue-define-options": "^0.6.1",
"vite": "^5.0.11",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.7.2",
"vite-plugin-mock": "^3.0.1",
"vite-plugin-style-import": "1.2.1",
"vite-plugin-svg-icons": "^2.0.1",
"vitest": "^0.22.1",
"vue-tsc": "^0.34.16"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"html-webpack-plugin",
"vite-plugin-mock",
"unplugin-auto-import",
"unplugin-vue-components",
"vue-template-compiler",
"unocss",
"unplugin",
"vite-plugin-mock",
"@vitejs/plugin-legacy",
"@vitejs/plugin-vue",
"@vitejs/*",
"@babel/*",
"vite",
"vue",
"@unocss/vite",
"rollup",
"vue-jest",
"@babel/*"
]
}
},
"browserslist": [
"> 1%",
"not ie 11",
"not op_mini all"
],
"engines": {
"node": ">= 16 <20",
"pnpm": ">= 6 <9"
}
}