-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 904 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 904 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
{
"name": "contenteditable",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"collect-scenarios": "node scripts/collect-scenarios.js",
"collect-scenarios:watch": "node scripts/collect-scenarios.js --watch"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.6.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"astro": "^5.16.6",
"dagre": "^0.8.5",
"graphology": "^0.26.0",
"graphology-layout-forceatlas2": "^0.10.1",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"reactflow": "^11.11.4",
"shiki": "^3.21.0",
"sigma": "^3.0.2",
"vis-network": "^10.0.2"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.2",
"tailwindcss": "^3.0.24"
}
}