-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
120 lines (120 loc) · 3.42 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
{
"name": "arco-design-pro-vue",
"version": "0.0.1.bate.1",
"license": "MIT",
"type": "module",
"author": {
"name": "LLiuHuan",
"email": "[email protected]",
"url": "https://github.com/LLiuHuan/arco-design-pro-vue"
},
"bugs": {
"url": "https://github.com/LLiuHuan/arco-design-pro-vue/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/LLiuHuan/arco-design-pro-vue.git"
},
"homepage": "https://github.com/LLiuHuan/arco-design-pro-vue",
"website": "https://lliuhuan.github.io/arco-design-pro-vue",
"description": "🚀 Arco Design Pro Vue is a production-ready front-end solution for admin interfaces. Based on Vue 3, TypeScript, Vite, and Arco Design.",
"documentation": "https://github.com/LLiuHuan/arco-design-pro-vue",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"build:ob": "vue-tsc --noEmit --skipLibCheck && vite build && javascript-obfuscator ./dist --output ./dist",
"preview": "vite preview"
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
"prettier --write",
"eslint --fix"
],
"*.vue": [
"stylelint --fix",
"prettier --write",
"eslint --fix"
],
"*.{less,css}": [
"stylelint --fix",
"prettier --write"
]
},
"dependencies": {
"@adp/color": "workspace:*",
"@adp/hooks": "workspace:*",
"@adp/materials": "workspace:*",
"@adp/utils": "workspace:*",
"@alova/scene-vue": "^1.6.2",
"@arco-design/web-vue": "^2.56.0",
"@arco-plugins/vite-vue": "^1.4.5",
"@elegant-router/vue": "^0.3.8",
"@vueuse/core": "^11.0.1",
"@zxcvbn-ts/core": "^3.0.4",
"axios": "^1.7.4",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"mozjpeg": "8.0.0",
"pinia": "^2.2.2",
"postcss": "^8.4.41",
"vue": "^3.4.38",
"vue-draggable-plus": "^0.5.3",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.3",
"vue-types": "^5.1.3"
},
"devDependencies": {
"@iconify/vue": "^4.1.2",
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.0",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.15",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@unocss/preset-legacy-compat": "^0.62.2",
"@vitejs/plugin-vue": "^5.1.2",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.27.0",
"javascript-obfuscator": "^4.1.1",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"picocolors": "^1.0.1",
"qs": "^6.13.0",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.5.4",
"unocss": "^0.62.2",
"vite": "^5.4.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-progress": "^0.0.7",
"vite-plugin-pwa": "^0.20.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^2.0.29"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"vue",
"typescript",
"vue3",
"ts",
"tsx",
"admin",
"arco-design",
"arco-design-pro-vue",
"arco-design-pro"
]
}