source: frontend/package.json@ a3ae097

main
Last change on this file since a3ae097 was a3ae097, checked in by Dimitar Arsov <dimitararsov04@…>, 6 months ago

add Global exception handler

  • Property mode set to 100644
File size: 842 bytes
Line 
1{
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 "lucide-react": "^0.563.0",
15 "react": "^19.2.0",
16 "react-dom": "^19.2.0",
17 "react-router-dom": "^7.13.0",
18 "tailwindcss": "^4.1.18"
19 },
20 "devDependencies": {
21 "@eslint/js": "^9.39.1",
22 "@types/node": "^24.10.1",
23 "@types/react": "^19.2.5",
24 "@types/react-dom": "^19.2.3",
25 "@vitejs/plugin-react": "^5.1.1",
26 "eslint": "^9.39.1",
27 "eslint-plugin-react-hooks": "^7.0.1",
28 "eslint-plugin-react-refresh": "^0.4.24",
29 "globals": "^16.5.0",
30 "typescript": "~5.9.3",
31 "typescript-eslint": "^8.46.4",
32 "vite": "^7.2.4"
33 }
34}
Note: See TracBrowser for help on using the repository browser.