|
1 | 1 | {
|
2 | 2 | "name": "tormap",
|
3 |
| - "version": "0.0.1", |
| 3 | + "version": "0.0.2", |
4 | 4 | "private": true,
|
| 5 | + "scripts": { |
| 6 | + "start": "vite", |
| 7 | + "build": "tsc && vite build", |
| 8 | + "preview": "vite preview" |
| 9 | + }, |
5 | 10 | "dependencies": {
|
6 |
| - "@emotion/react": "11.7.1", |
7 |
| - "@emotion/styled": "11.6.0", |
8 |
| - "@mui/icons-material": "5.4.1", |
9 |
| - "@mui/lab": "5.0.0-alpha.68", |
10 |
| - "@mui/material": "5.4.1", |
11 |
| - "@mui/styles": "5.4.1", |
| 11 | + "@emotion/react": "11.9.0", |
| 12 | + "@emotion/styled": "11.8.1", |
| 13 | + "@mui/icons-material": "5.6.1", |
| 14 | + "@mui/lab": "5.0.0-alpha.77", |
| 15 | + "@mui/material": "5.6.1", |
| 16 | + "@mui/styles": "5.6.1", |
12 | 17 | "@react-leaflet/core": "1.1.1",
|
13 |
| - "@testing-library/jest-dom": "5.16.2", |
14 |
| - "@testing-library/react": "12.1.2", |
15 |
| - "@testing-library/user-event": "13.5.0", |
16 |
| - "@types/geojson": "7946.0.8", |
17 |
| - "@types/jest": "27.4.0", |
18 |
| - "@types/node": "16.11.24", |
19 |
| - "@types/react": "17.0.39", |
20 |
| - "@types/react-dom": "17.0.11", |
21 |
| - "axios": "0.25.0", |
| 18 | + "axios": "0.26.1", |
22 | 19 | "date-fns": "2.28.0",
|
23 | 20 | "leaflet": "1.7.1",
|
24 | 21 | "leaflet.heat": "0.2.0",
|
25 |
| - "notistack": "2.0.3", |
26 |
| - "react": "17.0.2", |
27 |
| - "react-dom": "17.0.2", |
| 22 | + "notistack": "2.0.4", |
| 23 | + "react": "18.0.0", |
| 24 | + "react-dom": "18.0.0", |
28 | 25 | "react-leaflet": "3.2.5",
|
29 | 26 | "react-leaflet-heatmap-layer": "2.0.0",
|
30 | 27 | "react-leaflet-shapefile": "2.0.0",
|
31 |
| - "react-scripts": "5.0.0", |
32 | 28 | "react-sliding-pane": "7.1.0",
|
33 |
| - "typescript": "4.5.5" |
| 29 | + "typescript": "4.6.3" |
34 | 30 | },
|
35 |
| - "scripts": { |
36 |
| - "start": "react-scripts start", |
37 |
| - "build": "react-scripts build", |
38 |
| - "test": "react-scripts test", |
39 |
| - "eject": "react-scripts eject" |
40 |
| - }, |
41 |
| - "eslintConfig": { |
42 |
| - "extends": [ |
43 |
| - "react-app", |
44 |
| - "react-app/jest" |
45 |
| - ] |
46 |
| - }, |
47 |
| - "browserslist": [ |
48 |
| - ">0.2%", |
49 |
| - "not dead", |
50 |
| - "not ie <= 11", |
51 |
| - "not op_mini all" |
52 |
| - ], |
53 | 31 | "devDependencies": {
|
54 |
| - "@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7", |
| 32 | + "@types/geojson": "7946.0.8", |
55 | 33 | "@types/leaflet": "1.7.9",
|
56 |
| - "css-loader": "6.6.0", |
57 |
| - "style-loader": "3.3.1" |
| 34 | + "@types/node": "16.11.26", |
| 35 | + "@types/react": "18.0.1", |
| 36 | + "@types/react-dom": "18.0.0", |
| 37 | + "@vitejs/plugin-react-refresh": "1.3.6", |
| 38 | + "vite": "2.9.1", |
| 39 | + "vite-plugin-checker": "0.4.5" |
58 | 40 | },
|
59 |
| - "packageManager": "yarn@3.1.1" |
| 41 | + "packageManager": "yarn@3.2.0" |
60 | 42 | }
|
0 commit comments