-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.11.13",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"jotai": "^2.0.2",
"mapbox-gl": "^2.8.1",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.0.10",
"react-query": "^3.39.2",
"react-scripts": "^5.0.1",
"recharts": "^2.1.16",
"web-vitals": "^1.1.2",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/lodash": "^4.14.186",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"geojson": "^0.5.0",
"lodash": "^4.17.21",
"prettier": "2.6.2",
"prop-types": "^15.8.1",
"react-router-dom": "^6.9.0",
"typescript": "^4.6.4",
"vite": "^3.1.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"name": "cubesat-server-dashboard",
"private": true,
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"version": "0.1.1"
}