-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.68 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"scripts": {
"prepare": "husky install",
"preinstall": "npx only-allow pnpm",
"dev": "vite",
"dev:prod": "vite --mode production",
"build": "vite build",
"build:check": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"ant-design-vue": "^3.2.2",
"axios": "^0.26.1",
"dayjs": "^1.11.1",
"echarts": "^5.3.2",
"markdown-it": "^12.3.2",
"monaco-editor": "^0.33.0",
"pinia": "^2.0.12",
"pinia-plugin-persistedstate": "^1.5.1",
"splitpanes": "^3.1.1",
"vditor": "^3.8.13",
"vue": "^3.2.31",
"vue-router": "4"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@types/markdown-it": "^12.2.3",
"@types/splitpanes": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@vitejs/plugin-vue": "^2.2.4",
"@vitejs/plugin-vue-jsx": "^1.3.8",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.0.0",
"eslint-plugin-vue": "8.5.0",
"husky": "^7.0.4",
"less": "^4.1.2",
"lint-staged": "^12.3.5",
"micromatch": "^4.0.5",
"prettier": "^2.5.1",
"typescript": "^4.6.2",
"unplugin-vue-components": "^0.18.0",
"vite": "2.9.1",
"vue-eslint-parser": "^8.3.0",
"vue-tsc": "^0.32.1"
},
"peerDependencies": {
"@vue/compiler-sfc": ">=3.1.0"
}
}