Загрузить файлы в «frontend»
This commit is contained in:
parent
6b457ae132
commit
a5ce5a58de
5 changed files with 1915 additions and 0 deletions
29
frontend/package.json
Normal file
29
frontend/package.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue