-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 977 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 977 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
32
33
34
35
36
37
38
39
{
"name": "notebook",
"version": "5.1.0",
"main": "docs/.vitepress/config.ts",
"license": "MIT",
"type": "module",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nanarino/notebook.git"
},
"bugs": {
"url": "https://github.com/nanarino/notebook/issues"
},
"homepage": "https://nanarino.github.io/notebook/",
"devDependencies": {
"@braintree/sanitize-url": "^7.1.1",
"@fontsource/jetbrains-mono": "^5.2.5",
"@types/node": "^22.14.1",
"cytoscape": "^3.31.2",
"cytoscape-cose-bilkent": "^4.1.0",
"dayjs": "^1.11.13",
"debug": "^4.4.0",
"markdown-it-mathjax3": "^4.3.2",
"mermaid": "^11.10.0",
"vitepress": "^1.6.3",
"vitepress-plugin-mermaid": "^2.0.17",
"vue": "^3.5.13"
},
"pnpm": {
"overrides": {
"vue": "$vue"
}
}
}