source:
frontend/package.json@
2730163
| Last change on this file since 2730163 was b70fbeb, checked in by , 6 months ago | |
|---|---|
|
|
| File size: 841 bytes | |
| Rev | Line | |
|---|---|---|
| [15ec67f] | 1 | { |
| [d47e225] | 2 | "name": "frontend", |
| 3 | "private": true, | |
| 4 | "version": "0.0.0", | |
| 5 | "type": "module", | |
| 6 | "scripts": { | |
| 7 | "dev": "vite", | |
| 8 | "build": "tsc -b && vite build", | |
| 9 | "lint": "eslint .", | |
| 10 | "preview": "vite preview" | |
| 11 | }, | |
| 12 | "dependencies": { | |
| 13 | "@tailwindcss/vite": "^4.1.18", | |
| 14 | "axios": "^1.13.3", | |
| 15 | "lucide-react": "^0.563.0", | |
| 16 | "react": "^19.2.0", | |
| 17 | "react-dom": "^19.2.0", | |
| 18 | "react-router-dom": "^7.13.0", | |
| [b70fbeb] | 19 | "react-toastify": "^11.0.5", |
| [d47e225] | 20 | "tailwindcss": "^4.1.18" |
| 21 | }, | |
| 22 | "devDependencies": { | |
| 23 | "@eslint/js": "^9.39.1", | |
| 24 | "@types/node": "^24.10.1", | |
| 25 | "@types/react": "^19.2.5", | |
| 26 | "@types/react-dom": "^19.2.3", | |
| 27 | "@vitejs/plugin-react": "^5.1.1", | |
| 28 | "eslint": "^9.39.1", | |
| 29 | "eslint-plugin-react-hooks": "^7.0.1", | |
| 30 | "eslint-plugin-react-refresh": "^0.4.24", | |
| 31 | "globals": "^16.5.0", | |
| 32 | "typescript": "~5.9.3", | |
| 33 | "typescript-eslint": "^8.46.4", | |
| 34 | "vite": "^7.2.4" | |
| 35 | } | |
| [15ec67f] | 36 | } |
Note:
See TracBrowser
for help on using the repository browser.
