Spaces:
Sleeping
Sleeping
| { | |
| "name": "oncodsl-web", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "next": "14.2.5", | |
| "react": "18.3.1", | |
| "react-dom": "18.3.1", | |
| "reactflow": "^11.11.4", | |
| "recharts": "2.12.7" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "20.14.10", | |
| "@types/react": "18.3.3", | |
| "@types/react-dom": "18.3.0", | |
| "autoprefixer": "10.4.19", | |
| "postcss": "8.4.39", | |
| "tailwindcss": "3.4.6", | |
| "typescript": "5.5.3" | |
| } | |
| } | |