forked from sealdice/sealdice-manual-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 909 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
{
"name": "sealdice-manual-next",
"version": "1.0.0",
"description": "海豹骰官方使用手册。",
"main": "index.js",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"lint:md": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
"lint:md:fix": "markdownlint-cli2 \"**/*.md\" \"#node_modules\" --fix"
},
"keywords": [],
"author": "Sealdice Team",
"license": "MIT",
"devDependencies": {
"markdownlint-cli2": "^0.13.0",
"mermaid": "^10.9.1",
"sass": "^1.77.8",
"vitepress": "^1.3.1",
"vitepress-plugin-mermaid": "^2.0.16",
"vitepress-plugin-tabs": "^0.5.0",
"vue": "^3.4.35"
},
"dependencies": {
"@braintree/sanitize-url": "^7.1.0",
"cytoscape": "^3.30.1",
"cytoscape-cose-bilkent": "^4.1.0",
"dayjs": "^1.11.12",
"debug": "^4.3.6"
}
}