generated from shoppingzh/vitepress-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 884 Bytes
/
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
{
"type": "module",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"lint": "eslint .",
"format": "eslint . --fix",
"gen-icons": "node docs/.vitepress/build/gen-icons.js"
},
"devDependencies": {
"@shoppingzh/eslint-config": "^3.0.2",
"@stylistic/eslint-plugin": "^2.3.0",
"@types/node": "^18.14.1",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"autoprefixer": "^10.4.13",
"eslint": "^9.5.0",
"eslint-plugin-vue": "^9.26.0",
"iconfont-downloader": "^0.0.2",
"postcss": "^8.4.21",
"press-util": "^0.1.1",
"prompt": "^1.3.0",
"rimraf": "^3.0.2",
"tailwindcss": "^3.2.7",
"vite-plugin-svg-icons": "^2.0.1",
"vitepress": "1.2.3"
},
"dependencies": {
"element-plus": "^2.2.32",
"medium-zoom": "^1.0.8",
"vue": "^3.4.14"
}
}