source: lan-frontend/package.json@ e4c61dd

Last change on this file since e4c61dd was 505f39a, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Added OAuth/prototype

  • Property mode set to 100644
File size: 698 bytes
Line 
1{
2 "name": "lan-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 "@react-oauth/google": "^0.13.4",
14 "chart.js": "^4.5.1",
15 "react": "^19.2.0",
16 "react-dom": "^19.2.0",
17 "recharts": "^3.5.1"
18 },
19 "devDependencies": {
20 "@eslint/js": "^9.39.1",
21 "@types/react": "^19.2.5",
22 "@types/react-dom": "^19.2.3",
23 "@vitejs/plugin-react": "^5.1.1",
24 "eslint": "^9.39.1",
25 "eslint-plugin-react-hooks": "^7.0.1",
26 "eslint-plugin-react-refresh": "^0.4.24",
27 "globals": "^16.5.0",
28 "vite": "^7.2.4"
29 }
30}
Note: See TracBrowser for help on using the repository browser.