This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.58 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
{
"name": "aicostsqo-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "GENERATE_SOURCEMAP=false next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.130",
"@mui/material": "^5.13.1",
"@react-three/drei": "^9.93.0",
"@react-three/fiber": "^8.15.13",
"@types/node": "18.15.11",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.3.5",
"chart.js": "^4.4.2",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"formik": "^2.2.9",
"leaflet": "^1.9.3",
"leaflet-defaulticon-compatibility": "^0.1.1",
"leaflet-draw": "^1.0.4",
"leaflet-polylinedecorator": "^1.6.0",
"marble-disc": "^1.1.10",
"next": "13.2.4",
"plotly.js": "^2.30.1",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-leaflet": "^4.2.1",
"react-leaflet-draw": "^0.20.4",
"react-plotly.js": "^2.6.0",
"react-toastify": "^9.1.3",
"sharp": "^0.32.6",
"swr": "^2.1.3",
"three": "^0.160.0",
"typescript": "5.0.3",
"yup": "^1.0.2"
},
"devDependencies": {
"@types/leaflet": "^1.9.3",
"@types/leaflet-polylinedecorator": "^1.6.4",
"@types/react-plotly.js": "^2.6.3",
"@types/three": "^0.160.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1"
}
}