-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
85 lines (85 loc) · 2.49 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
{
"name": "my-github-stars",
"description": "This is a tool for managing GitHub stars.",
"version": "1.0.0",
"private": true,
"author": "raythunder",
"license": "MIT",
"scripts": {
"dev": "vite --config ./config/vite.config.dev.js --host",
"build": "vite build --config ./config/vite.config.prod.js",
"report": "cross-env REPORT=true npm run build",
"preview": "npm run build && vite preview --host",
"preinstall": "node ./scripts/preinstall.js",
"postinstall": "simple-git-hooks"
},
"simple-git-hooks": {
"commit-msg": "node scripts/verifyCommit.mjs"
},
"dependencies": {
"@arco-design/web-vue": "^2.38.0",
"@octokit-next/core": "^2.7.0",
"@vueuse/core": "^9.3.0",
"arco-design-pro-vue": "^2.5.9",
"axios": "^0.24.0",
"dayjs": "^1.11.5",
"echarts": "^5.2.2",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.23",
"query-string": "^7.1.1",
"tinymce": "^5.10.3",
"uuid": "^9.0.0",
"vue": "^3.2.40",
"vue-echarts": "^6.2.3",
"vue-i18n": "^9.2.2",
"vue-ls": "^4.2.0",
"vue-router": "^4.0.14",
"vue-virtual-scroller": "2.0.0-beta.8",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@iconify-json/ic": "^1.1.4",
"@iconify-json/mdi": "^1.1.48",
"@rushstack/eslint-patch": "^1.1.3",
"@unocss/preset-rem-to-px": "^0.47.5",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vue/eslint-config-prettier": "^7.0.0",
"chalk": "^5.2.0",
"cross-env": "^7.0.3",
"eslint": "^8.25.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.6.0",
"husky": "^8.0.1",
"less": "^4.1.3",
"lint-staged": "^13.0.3",
"mockjs": "^1.1.0",
"prettier": "^2.7.1",
"rollup-plugin-visualizer": "^5.8.2",
"simple-git-hooks": "^2.8.1",
"unocss": "^0.45.14",
"unocss-preset-extra": "^0.4.3",
"unplugin-auto-import": "^0.12.0",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.2.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-style-import": "1.4.1",
"vite-svg-loader": "^3.6.0"
},
"engines": {
"node": ">=14.0.0"
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china",
"rollup": "^2.56.3",
"gifsicle": "5.2.0"
}
}