-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 914 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
34
35
36
37
{
"name": "walnut-admin-doc",
"type": "module",
"version": "1.0.0",
"description": "Walnut Admin Documentation",
"author": {
"name": "zhaocl1997",
"url": "https://github.com/Zhaocl1997",
"email": "[email protected]"
},
"license": "ISC",
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vitepress",
"build": "vitepress build",
"serve": "vitepress serve",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"vitepress": "1.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "2.23.2",
"@mermaid-js/mermaid-mindmap": "9.3.0",
"@types/node": "20.14.11",
"eslint": "9.7.0",
"mermaid": "10.9.1",
"pagefind": "1.1.0",
"segment": "0.1.3",
"typescript": "5.5.4",
"vite": "5.3.4",
"vitepress-plugin-mermaid": "2.0.16",
"vitepress-plugin-pagefind": "0.4.9"
}
}