|
16 | 16 | "@types/styled-components": "^5.1.26", |
17 | 17 | "@typescript-eslint/eslint-plugin": "^8.38.0", |
18 | 18 | "@typescript-eslint/parser": "^8.38.0", |
| 19 | + "@vitejs/plugin-react": "^5.1.0", |
19 | 20 | "eslint": "^8.57.1", |
20 | 21 | "eslint-config-prettier": "^10.1.8", |
21 | 22 | "eslint-plugin-import": "^2.32.0", |
22 | 23 | "prettier": "^3.6.2", |
23 | 24 | "react": "^18.2.0", |
24 | 25 | "react-dom": "^18.2.0", |
25 | | - "react-scripts": "5.0.1", |
26 | 26 | "styled-components": "^5.3.5", |
27 | 27 | "typescript": "^4.9.5", |
| 28 | + "vite": "^7.1.12", |
| 29 | + "vite-tsconfig-paths": "^5.1.4", |
28 | 30 | "web-vitals": "^2.1.4" |
29 | 31 | }, |
30 | 32 | "scripts": { |
31 | 33 | "format": "prettier './src/**/*.{ts,tsx}' --config .prettierrc.json --write", |
32 | 34 | "lint": "eslint './src/**/*.{ts,tsx}'", |
33 | 35 | "lint:fix": "eslint --fix './src/**/*.{ts,tsx}'", |
34 | | - "start": "react-scripts start", |
35 | | - "build": "react-scripts build", |
36 | | - "test": "react-scripts test", |
37 | | - "eject": "react-scripts eject" |
| 36 | + "dev": "vite", |
| 37 | + "build": "vite build", |
| 38 | + "preview": "vite preview" |
38 | 39 | }, |
39 | 40 | "browserslist": { |
40 | 41 | "production": [ |
|
48 | 49 | "last 1 safari version" |
49 | 50 | ] |
50 | 51 | }, |
51 | | - "packageManager": "yarn@4.9.2" |
| 52 | + "packageManager": "yarn@4.10.3" |
52 | 53 | } |
0 commit comments