| { |
| "name": "prize-money-crm-los-demo", |
| "version": "1.0.0", |
| "private": true, |
| "type": "module", |
| "scripts": { |
| "dev": "concurrently \"npm:dev:api\" \"npm:dev:web\"", |
| "dev:api": "tsx watch server/index.ts", |
| "dev:web": "vite --host 0.0.0.0", |
| "build": "tsc -b && vite build", |
| "preview": "vite preview --host 0.0.0.0", |
| "start": "tsx server/index.ts" |
| }, |
| "dependencies": { |
| "@ant-design/icons": "^6.0.0", |
| "@vitejs/plugin-react": "^5.0.0", |
| "antd": "^6.0.0", |
| "concurrently": "^9.2.1", |
| "cors": "^2.8.5", |
| "express": "^5.1.0", |
| "jsonwebtoken": "^9.0.2", |
| "react": "^19.1.1", |
| "react-dom": "^19.1.1", |
| "recharts": "^3.2.1", |
| "tsx": "^4.20.5", |
| "typescript": "^5.9.2", |
| "vite": "^7.1.7" |
| }, |
| "devDependencies": { |
| "@types/cors": "^2.8.19", |
| "@types/express": "^5.0.3", |
| "@types/jsonwebtoken": "^9.0.10", |
| "@types/node": "^24.5.2", |
| "@types/react": "^19.1.13", |
| "@types/react-dom": "^19.1.9" |
| } |
| } |
|
|