forked from lingdu1234/IUI314
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.81 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
{
"name": "arco-314",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@better-scroll/core": "^2.5.1",
"@better-scroll/mouse-wheel": "^2.5.1",
"@smithy/md5-js": "^2.2.0",
"@vueuse/core": "^10.9.0",
"blueimp-md5": "^2.19.0",
"echarts": "^5.5.0",
"event-source-polyfill": "^1.0.31",
"jsencrypt": "^3.3.2",
"mitt": "^3.0.1",
"nprogress": "0.2.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"vue": "^3.4.25",
"vue-cropper": "^1.1.2",
"vue-echarts": "^6.7.1",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.0",
"@arco-design/web-vue": "^2.55.1",
"@arco-plugins/vite-vue": "^1.4.5",
"@tsconfig/node20": "^20.1.4",
"@types/blueimp-md5": "^2.18.2",
"@types/event-source-polyfill": "^1.0.5",
"@types/node": "^20.12.7",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.1.1",
"less": "^4.2.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.75.0",
"terser": "^5.30.4",
"typescript": "~5.4.5",
"unocss": "0.59.4",
"unplugin-auto-import": "^0.17.5",
"vite": "^5.2.10",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-devtools": "^7.1.2",
"vue-tsc": "^2.0.14",
"workbox-build": "^7.1.0",
"workbox-window": "^7.1.0"
}
}