forked from zxwk1998/vue-admin-arco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.11 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
{
"name": "vue-admin-arco",
"description": "",
"version": "1.0.1",
"private": true,
"author": "ArcoDesign Team",
"license": "MIT",
"scripts": {
"dev": "vite --config ./config/vite.config.dev.ts",
"build": "vue-tsc --noEmit --skipLibCheck && vite build --config ./config/vite.config.prod.ts",
"lint-staged": "npx lint-staged",
"prepare": "husky install",
"build:normal": "vite build --config ./config/vite.config.prod.ts",
"module:update": "ncu -u --registry https://registry.npmmirror.com&&cnpm i",
"lint:eslint": "eslint {src,mock}/**/*.{vue,js,ts} --fix"
},
"dependencies": {
"@arco-design/web-vue": "^2.47.0",
"@types/mockjs": "^1.0.7",
"@vueuse/core": "^10.1.2",
"axios": "^1.4.0",
"dayjs": "^1.11.8",
"echarts": "^5.4.2",
"lodash": "^4.17.21",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.3",
"query-string": "^8.1.0",
"typescript": "^5.1.3",
"vue": "^3.3.4",
"vue-echarts": "^6.5.5",
"vue-i18n": "^9.2.2",
"vue-router": "4"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@types/lodash": "^4.14.195",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/babel-plugin-jsx": "^1.1.1",
"eslint": "^8.42.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.14.1",
"husky": "^8.0.3",
"less": "^4.1.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"stylelint": "^15.7.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^33.0.0",
"stylelint-order": "^6.0.3",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-eslint": "^1.8.1",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "^1.6.5"
}
}