-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
35 lines (35 loc) · 1.03 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
{
"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",
"lint:autocorrect": "autocorrect --lint --strict",
"lint:autocorrect:fix": "autocorrect --fix --strict"
},
"keywords": [],
"author": "Sealdice Team",
"license": "MIT",
"devDependencies": {
"markdownlint-cli2": "^0.15.0",
"autocorrect-node": "^2.13.0",
"mermaid": "^11.4.0",
"sass": "^1.80.6",
"vitepress": "^1.5.0",
"vitepress-plugin-mermaid": "^2.0.17",
"vitepress-plugin-tabs": "^0.5.0",
"vue": "^3.5.12"
},
"dependencies": {
"@braintree/sanitize-url": "^7.1.0",
"cytoscape": "^3.30.3",
"cytoscape-cose-bilkent": "^4.1.0",
"dayjs": "^1.11.13",
"debug": "^4.3.7"
}
}