source: frontend/package.json@ 0d9725c

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

initial user profile pages

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