|
1 | 1 | { |
2 | | - "name": "myreactapp", |
3 | | - "version": "0.1.0", |
| 2 | + "name": "spreadsheet-app", |
4 | 3 | "private": true, |
5 | | - "dependencies": { |
6 | | - "@syncfusion/ej2-react-spreadsheet": "^20.1.47", |
7 | | - "@testing-library/jest-dom": "^5.16.4", |
8 | | - "@testing-library/react": "^12.1.4", |
9 | | - "@testing-library/user-event": "^13.5.0", |
10 | | - "@types/jest": "^27.4.1", |
11 | | - "@types/node": "^16.11.26", |
12 | | - "@types/react": "^17.0.43", |
13 | | - "@types/react-dom": "^17.0.14", |
14 | | - "react": "^18.0.0", |
15 | | - "react-dom": "^18.0.0", |
16 | | - "react-scripts": "5.0.0", |
17 | | - "typescript": "^4.6.3", |
18 | | - "web-vitals": "^2.1.4" |
19 | | - }, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
20 | 6 | "scripts": { |
21 | | - "start": "react-scripts start", |
22 | | - "build": "react-scripts build", |
23 | | - "test": "react-scripts test", |
24 | | - "eject": "react-scripts eject" |
| 7 | + "dev": "vite", |
| 8 | + "build": "vite build", |
| 9 | + "lint": "eslint .", |
| 10 | + "preview": "vite preview" |
25 | 11 | }, |
26 | | - "eslintConfig": { |
27 | | - "extends": [ |
28 | | - "react-app", |
29 | | - "react-app/jest" |
30 | | - ] |
| 12 | + "dependencies": { |
| 13 | + "@syncfusion/ej2-react-spreadsheet": "^33.2.3", |
| 14 | + "react": "^19.2.5", |
| 15 | + "react-dom": "^19.2.5" |
31 | 16 | }, |
32 | | - "browserslist": { |
33 | | - "production": [ |
34 | | - ">0.2%", |
35 | | - "not dead", |
36 | | - "not op_mini all" |
37 | | - ], |
38 | | - "development": [ |
39 | | - "last 1 chrome version", |
40 | | - "last 1 firefox version", |
41 | | - "last 1 safari version" |
42 | | - ] |
| 17 | + "devDependencies": { |
| 18 | + "@eslint/js": "^10.0.1", |
| 19 | + "@types/react": "^19.2.14", |
| 20 | + "@types/react-dom": "^19.2.3", |
| 21 | + "@vitejs/plugin-react": "^6.0.1", |
| 22 | + "eslint": "^10.2.1", |
| 23 | + "eslint-plugin-react-hooks": "^7.1.1", |
| 24 | + "eslint-plugin-react-refresh": "^0.5.2", |
| 25 | + "globals": "^17.5.0", |
| 26 | + "vite": "^8.0.10" |
43 | 27 | } |
44 | 28 | } |
0 commit comments