-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.01 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.01 KB
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
59
60
61
62
63
64
65
66
67
68
69
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export && touch out/.nojekyll",
"homepage": "https://sdg-ai-lab.github.io/DSVI_Tool_v3"
},
"dependencies": {
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/material": "5.10.10",
"@types/js-cookie": "^3.0.6",
"axios": "0.27.2",
"bootstrap": "5.2.0-beta1",
"d3": "^7.6.1",
"flowbite-react": "^0.7.2",
"immer": "^9.0.16",
"leaflet": "1.8.0",
"leaflet-defaulticon-compatibility": "0.1.1",
"leaflet-geosearch": "3.6.0",
"lodash": "4.17.21",
"mapbox-gl": "2.8.2",
"next": "13.4.15-canary.0",
"next-themes": "^0.2.0",
"papaparse": "^5.3.2",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^18.2.0",
"react-dropdown": "^1.10.0",
"react-icons": "^4.11.0",
"react-leaflet": "^4.0.0",
"react-leaflet-box-zoom": "^1.0.2",
"react-leaflet-custom-control": "^1.2.6",
"react-leaflet-easyprint": "^2.0.0",
"react-leaflet-textpath": "^2.1.1",
"react-map-gl": "^7.0.11",
"react-responsive-carousel": "^3.2.23",
"react-responsive-modal": "^6.2.0",
"react-rnd": "^10.3.7",
"react-toastify": "^9.1.3",
"reactjs-popup": "^2.0.5",
"sass": "^1.54.5",
"use-dynamic-refs": "^1.0.0"
},
"devDependencies": {
"@types/geojson": "^7946.0.11",
"@types/leaflet": "^1.9.6",
"@types/node": "^20.11.20",
"@types/papaparse": "^5.3.9",
"@types/react": "17.0.38",
"@types/react-beautiful-dnd": "^13.1.5",
"@types/react-leaflet": "^3.0.0",
"autoprefixer": "10.4.5",
"eslint": "8.22.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.0",
"gh-pages": "4.0.0",
"json-loader": "0.5.7",
"postcss": "8.4.5",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.1.1",
"tailwind-scrollbar": "1.3.1",
"tailwindcss": "3.0.7",
"typescript": "^5.3.3"
}
}