-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.21 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
36
37
38
39
{
"name": "introductory-combinatorics-5ed",
"version": "0.3.0",
"description": "组合数学(第五版)攻略",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"keywords": [
"组合数学",
"组合数学攻略",
"组合数学黑皮书",
"组合数学第五版",
"Introductory Combinatorics",
"Introductory Combinatorics 5th Edition",
"Solutions to Introductory Combinatorics 5th Edition"
],
"author": "Furtherun",
"license": "MIT",
"devDependencies": {
"@antfu/eslint-config": "^3.7.2",
"@braintree/sanitize-url": "^7.1.0",
"cytoscape": "^3.30.2",
"cytoscape-cose-bilkent": "^4.1.0",
"dayjs": "^1.11.13",
"debug": "^4.3.7",
"eslint": "^9.11.1",
"markdown-it-mathjax3": "^4.3.2",
"mermaid": "^11.2.1",
"vitepress": "^1.3.4",
"vitepress-plugin-mermaid": "^2.0.17",
"vitepress-sidebar": "^1.27.1",
"vue": "^3.5.9"
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}