29 lines
788 B
JSON
29 lines
788 B
JSON
|
|
{
|
||
|
|
"name": "simpy-terns-graph-frontend",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.1.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite --host 127.0.0.1",
|
||
|
|
"typecheck": "tsc --noEmit -p tsconfig.json && tsc --noEmit -p tsconfig.node.json",
|
||
|
|
"build": "npm run typecheck && vite build",
|
||
|
|
"preview": "vite preview --host 127.0.0.1"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@vitejs/plugin-react": "^5.0.4",
|
||
|
|
"cytoscape": "^3.33.1",
|
||
|
|
"cytoscape-dagre": "^2.5.0",
|
||
|
|
"dagre": "^0.8.5",
|
||
|
|
"lucide-react": "^0.468.0",
|
||
|
|
"react": "^19.1.1",
|
||
|
|
"react-dom": "^19.1.1",
|
||
|
|
"vite": "^7.1.11"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/cytoscape-dagre": "^2.3.4",
|
||
|
|
"@types/node": "^25.9.1",
|
||
|
|
"@types/react": "^19.1.16",
|
||
|
|
"@types/react-dom": "^19.1.9",
|
||
|
|
"typescript": "^5.9.3"
|
||
|
|
}
|
||
|
|
}
|