|
2 | 2 | "name": "loggy", |
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | | - "homepage": "https://notnite.github.io/loggy", |
6 | | - "dependencies": { |
7 | | - "@testing-library/jest-dom": "^6.9.1", |
8 | | - "@testing-library/react": "^16.3.1", |
9 | | - "@testing-library/user-event": "^14.6.1", |
10 | | - "@types/jest": "^30.0.0", |
11 | | - "@types/node": "^20", |
12 | | - "@types/react": "^19.2.7", |
13 | | - "@types/react-dom": "^19.2.3", |
14 | | - "buffer": "^6.0.3", |
15 | | - "jszip": "^3.10.1", |
16 | | - "react": "^19.2.3", |
17 | | - "react-dom": "^19.2.3", |
18 | | - "react-router-dom": "7", |
19 | | - "react-scripts": "5.0.1", |
20 | | - "typescript": "^5.9.3", |
21 | | - "url-safe-base64": "^1.3.0", |
22 | | - "web-vitals": "^5.1.0" |
23 | | - }, |
| 5 | + "homepage": "https://loggy.goat.place", |
24 | 6 | "scripts": { |
25 | | - "start": "react-scripts start", |
26 | | - "build": "react-scripts build", |
27 | | - "test": "react-scripts test", |
28 | | - "eject": "react-scripts eject" |
| 7 | + "dev": "vite", |
| 8 | + "build": "vite build", |
| 9 | + "preview": "vite preview" |
29 | 10 | }, |
30 | 11 | "eslintConfig": { |
31 | 12 | "extends": [ |
|
46 | 27 | ] |
47 | 28 | }, |
48 | 29 | "devDependencies": { |
49 | | - "autoprefixer": "^10.4.8", |
50 | | - "postcss": "^8.4.14", |
51 | | - "tailwindcss": "^3.1.7" |
| 30 | + "@tailwindcss/vite": "^4.1.18", |
| 31 | + "@vitejs/plugin-react": "^5.1.2", |
| 32 | + "tailwindcss": "^4.1.18", |
| 33 | + "vite": "^7.3.0", |
| 34 | + "@types/jest": "^30.0.0", |
| 35 | + "@types/node": "^25.0.3", |
| 36 | + "@types/react": "^19.2.7", |
| 37 | + "@types/react-dom": "^19.2.3", |
| 38 | + "@testing-library/jest-dom": "^6.9.1", |
| 39 | + "@testing-library/react": "^16.3.1", |
| 40 | + "@testing-library/user-event": "^14.6.1", |
| 41 | + "buffer": "^6.0.3", |
| 42 | + "jszip": "^3.10.1", |
| 43 | + "react": "^19.2.3", |
| 44 | + "react-dom": "^19.2.3", |
| 45 | + "react-router-dom": "7", |
| 46 | + "typescript": "^5.9.3", |
| 47 | + "url-safe-base64": "^1.3.0", |
| 48 | + "web-vitals": "^5.1.0" |
52 | 49 | } |
53 | 50 | } |
0 commit comments