-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.48 KB
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
40
41
42
{
"name": "website",
"private": true,
"version": "0.0.0",
"engines": {
"node": ">=24.0.0",
"pnpm": ">=11.0.0"
},
"license": "MIT",
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview",
"biome:validate": "biome format --css-parse-tailwind-directives=true && biome lint --css-parse-tailwind-directives=true && biome check",
"biome:fix": "biome format --write --css-parse-tailwind-directives=true && biome lint --write --css-parse-tailwind-directives=true && biome check --write",
"biome:fix-unsafe": "biome format --write --css-parse-tailwind-directives=true && biome lint --write --css-parse-tailwind-directives=true && biome check --write --unsafe"
},
"devDependencies": {
"@biomejs/biome": "2.4.16",
"@braintree/sanitize-url": "^7.1.2",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/vue-fontawesome": "^3.2.0",
"@types/node": "^24.13.2",
"@unhead/vue": "^3.1.4",
"cytoscape": "^3.34.0",
"cytoscape-cose-bilkent": "^4.1.0",
"dayjs": "^1.11.21",
"debug": "^4.4.3",
"echarts": "^6.1.0",
"mermaid": "^11.15.0",
"sharp": "^0.34.5",
"svgo": "^4.0.1",
"vite": "^8.0.16",
"vite-plugin-image-optimizer": "^2.0.3",
"vitepress": "2.0.0-alpha.17",
"vitepress-plugin-mermaid": "^2.0.17",
"vitepress-plugin-tabs": "^0.9.0",
"vue": "^3.5.38",
"vue-echarts": "^8.0.1"
}
}