source: frontend/package.json@ 72053b5

Last change on this file since 72053b5 was 72053b5, checked in by Andrej <asumanovski@…>, 5 months ago

first commit

  • Property mode set to 100644
File size: 663 bytes
Line 
1{
2 "name": "frontend",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "vite build",
9 "lint": "eslint .",
10 "preview": "vite preview"
11 },
12 "dependencies": {
13 "axios": "^1.13.4",
14 "react": "^19.2.0",
15 "react-dom": "^19.2.0",
16 "react-router-dom": "^7.13.0"
17 },
18 "devDependencies": {
19 "@eslint/js": "^9.39.1",
20 "@types/react": "^19.2.5",
21 "@types/react-dom": "^19.2.3",
22 "@vitejs/plugin-react": "^5.1.1",
23 "eslint": "^9.39.1",
24 "eslint-plugin-react-hooks": "^7.0.1",
25 "eslint-plugin-react-refresh": "^0.4.24",
26 "globals": "^16.5.0",
27 "vite": "^7.2.4"
28 }
29}
Note: See TracBrowser for help on using the repository browser.