-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 711 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 711 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
{
"name": "echoform",
"workspaces": [
"backend",
"game"
],
"type": "module",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"packageManager": "[email protected]",
"devDependencies": {
"mermaid": "^11.12.1",
"turbo": "^2.6.1",
"vitepress": "^1.6.4",
"vitepress-plugin-mermaid": "^2.0.17"
},
"patchedDependencies": {
"@node-rs/[email protected]": "patches/@node-rs%[email protected]"
},
"optionalDependencies": {
"@braintree/sanitize-url": "^7.1.1",
"cytoscape": "^3.33.1",
"cytoscape-cose-bilkent": "^4.1.0",
"dayjs": "^1.11.19",
"debug": "^4.4.3"
}
}