-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 813 Bytes
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
{
"type": "module",
"private": true,
"scripts": {
"dev": "vitepress dev --port 7788 --host 0.0.0.0",
"build": "vitepress build",
"preview": "vitepress preview",
"lint": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.10.5",
"@vue/runtime-dom": "^3.5.13",
"ant-design-vue": "^4.2.6",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"fs-extra": "^11.2.0",
"globby": "^14.0.2",
"gray-matter": "^4.0.3",
"markdown-it": "^14.1.0",
"prettier": "^3.4.2",
"sass": "^1.83.1",
"tailwindcss": "^3.4.17",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.7",
"vitepress": "^1.5.0",
"vue": "^3.5.13"
}
}