-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "basic",
"version": "0.1.0",
"homepage": "/webmaps/link",
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@emotion/react": "^11.11.4",
"@mantine/core": "^6.0.21",
"@mantine/dates": "^6.0.21",
"@mantine/dropzone": "^6.0.21",
"@mantine/form": "^6.0.21",
"@mantine/hooks": "^6.0.21",
"@mantine/nprogress": "^6.0.21",
"@mantine/prism": "^6.0.21",
"@mantine/spotlight": "^6.0.21",
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@tabler/icons-react": "^3.2.0",
"@turf/bbox": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@types/mapbox__mapbox-gl-draw": "^1.4.6",
"dayjs": "^1.11.10",
"mantine-react-table": "^1.3.4",
"mapbox-gl": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0",
"react-scripts": "^5.0.1",
"react-youtube": "^10.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}