-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
117 lines (117 loc) · 3.9 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
{
"name": "clover-admin-vue",
"version": "0.0.0",
"author": {
"name": "wzc520pyfm",
"email": "[email protected]",
"url": "https://github.com/wzc520pyfm"
},
"scripts": {
"cz": "czg",
"dev": "cross-env VITE_SERVICE_ENV=dev vite",
"dev:test": "cross-env VITE_SERVICE_ENV=test vite",
"dev:prod": "cross-env VITE_SERVICE_ENV=prod vite",
"build": "cross-env VITE_SERVICE_ENV=prod run-p type-check build-only",
"build:dev": "cross-env VITE_SERVICE_ENV=dev run-p type-check build-only",
"build:test": "cross-env VITE_SERVICE_ENV=test run-p type-check build-only",
"preview": "vite preview",
"test:unit": "vitest --environment jsdom --root src/",
"test:coverage": "vitest run --coverage --environment jsdom",
"test:e2e": "start-server-and-test preview :4173 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' :4173 'cypress open --e2e'",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@better-scroll/core": "^2.5.1",
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^9.13.0",
"ali-oss": "^6.20.0",
"axios": "^1.6.7",
"canvas-datagrid": "^0.4.7",
"crypto-js": "^4.2.0",
"echarts": "^5.5.0",
"element-plus": "^2.6.0",
"form-data": "^4.0.0",
"handsontable": "^12.4.0",
"justified-layout": "^4.1.0",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"qs": "^6.12.0",
"swiper": "^8.4.7",
"vditor": "^3.10.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue3-lottie": "^2.7.4",
"wangeditor": "^4.7.15",
"xgplayer": "^2.32.6",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@amap/amap-jsapi-types": "^0.0.10",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@esbuild-kit/cjs-loader": "^2.4.4",
"@iconify/json": "^2.2.190",
"@iconify/vue": "^4.1.1",
"@rushstack/eslint-patch": "^1.7.2",
"@types/ali-oss": "^6.16.11",
"@types/jsdom": "^20.0.1",
"@types/justified-layout": "^4.1.4",
"@types/lodash": "^4.17.13",
"@types/node": "^16.18.87",
"@types/qs": "^6.9.12",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@unocss/preset-uno": "^0.46.5",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-c8": "^0.27.3",
"@vue-macros/reactivity-transform": "^0.4.3",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.4",
"@vue/tsconfig": "^0.1.3",
"cross-env": "^7.0.3",
"cypress": "^10.11.0",
"czg": "^1.9.0",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsonc": "^2.13.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-unicorn": "^45.0.2",
"eslint-plugin-vue": "^9.22.0",
"fast-glob": "^3.3.2",
"husky": "^8.0.3",
"jsdom": "^20.0.3",
"less": "^4.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.71.1",
"start-server-and-test": "^1.15.4",
"typescript": "~4.7.4",
"unocss": "^0.46.5",
"unplugin-auto-import": "^0.11.5",
"unplugin-element-plus": "^0.4.1",
"unplugin-icons": "^0.14.15",
"unplugin-vue-components": "^0.22.12",
"unplugin-vue-macros": "^2.7.10",
"vite": "^5.1.5",
"vite-plugin-compression2": "^0.4.3",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mock": "^2.9.8",
"vite-plugin-pwa": "^0.14.7",
"vite-plugin-svg-icons": "^2.0.1",
"vitest": "^0.24.5",
"vue-tsc": "^2.0.6"
},
"engines": {
"node": ">=16",
"pnpm": ">=7"
}
}