package.json
2.76 KB
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
{
"name": "arco-design-pro-vue",
"description": "Arco Design Pro for Vue",
"version": "1.0.0",
"private": true,
"author": "ArcoDesign Team",
"license": "MIT",
"scripts": {
"dev": "vite --config ./config/vite.config.dev.ts",
"build": "vite build --config ./config/vite.config.prod.ts",
"build:cdn": "vite build --config ./config/vite.config.cdn.ts",
"develop": "vite build --config ./config/vite.config.develop.ts",
"lint-staged": "npx lint-staged"
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
"prettier --write",
"eslint --fix"
],
"*.vue": [
"stylelint --fix",
"prettier --write",
"eslint --fix"
],
"*.{less,css}": [
"stylelint --fix",
"prettier --write"
]
},
"dependencies": {
"@arco-design/web-vue": "^2.36.0",
"@types/file-saver": "^2.0.5",
"@types/mockjs": "^1.0.4",
"@vueuse/core": "^7.3.0",
"@vueuse/router": "^10.3.0",
"ali-oss": "^6.17.1",
"arco-design-pro-vue": "^2.2.3",
"axios": "^0.24.0",
"dayjs": "^1.11.2",
"echarts": "^5.3.3",
"file-saver": "^2.0.5",
"i": "^0.3.7",
"js-file-download": "^0.4.12",
"lodash": "^4.17.21",
"nanoid": "^3.3.4",
"npm": "^9.6.6",
"nprogress": "^0.2.0",
"pinia": "^2.0.9",
"query-string": "^7.0.1",
"rabbit-lyrics": "^2.1.1",
"vue": "^3.2.31",
"vue-echarts": "^6.2.3",
"vue-i18n": "^9.2.0-beta.17",
"vue-router": "4",
"vue3-video-play": "1.3.1-beta.6"
},
"devDependencies": {
"@arco-design/web-vue": "^2.36.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^12.0.1",
"@types/ali-oss": "^6.16.3",
"@types/lodash": "^4.14.177",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@vitejs/plugin-vue": "^1.9.4",
"@vitejs/plugin-vue-jsx": "^1.2.0",
"@vue/babel-plugin-jsx": "^1.1.1",
"eslint": "^8.7.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^8.3.0",
"less": "^4.1.2",
"lint-staged": "^11.2.6",
"mockjs": "^1.1.0",
"prettier": "^2.2.1",
"stylelint": "^13.8.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"typescript": "^4.5.5",
"vite": "^2.6.4",
"vite-plugin-eslint": "^1.3.0",
"vite-plugin-oss": "^1.2.13",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vite-svg-loader": "^3.1.0",
"vue-tsc": "^0.30.5"
},
"volta": {
"node": "18.3.0",
"yarn": "1.22.19"
}
}