|
1 | 1 | { |
2 | | - "name": "explorer", |
3 | | - "version": "0.0.1", |
| 2 | + "name": "alto-explorer", |
| 3 | + "version": "0.0.4", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | | - "@testing-library/dom": "^10.4.0", |
7 | | - "@testing-library/jest-dom": "^6.6.3", |
8 | | - "@testing-library/react": "^16.2.0", |
9 | | - "@testing-library/user-event": "^13.5.0", |
10 | | - "@types/chart.js": "^2.9.41", |
11 | | - "@types/jest": "^27.5.2", |
12 | 6 | "@types/node": "^16.18.126", |
13 | 7 | "@types/react": "^19.0.10", |
14 | 8 | "@types/react-dom": "^19.0.4", |
15 | 9 | "leaflet": "^1.9.4", |
16 | 10 | "react": "^19.0.0", |
17 | | - "react-chartjs-2": "^5.3.0", |
18 | 11 | "react-dom": "^19.0.0", |
19 | 12 | "react-leaflet": "^5.0.0", |
20 | 13 | "react-scripts": "5.0.1", |
21 | | - "typescript": "^4.9.5", |
22 | | - "web-vitals": "^2.1.4" |
| 14 | + "typescript": "^4.9.5" |
23 | 15 | }, |
24 | 16 | "scripts": { |
25 | 17 | "start": "react-scripts start", |
26 | | - "build": "react-scripts build", |
27 | | - "test": "react-scripts test", |
28 | | - "eject": "react-scripts eject" |
| 18 | + "build": "react-scripts build" |
29 | 19 | }, |
30 | 20 | "eslintConfig": { |
31 | 21 | "extends": [ |
32 | | - "react-app", |
33 | | - "react-app/jest" |
| 22 | + "react-app" |
34 | 23 | ], |
35 | 24 | "parserOptions": { |
36 | 25 | "ecmaVersion": 2020 |
|
0 commit comments