-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
53 lines (53 loc) · 1.5 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
{
"name": "historic-country-borders-app",
"version": "1.0.0",
"description": "This is map with a timeline to show what country borders were like in the past",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@fingerprintjs/fingerprintjs": "^3.4.1",
"@octokit/core": "^3.6.0",
"@octokit/plugin-throttling": "^3.6.2",
"@react-hook/window-size": "3.0.7",
"@szhsin/react-menu": "^3.0.1",
"@turf/area": "^6.3.0",
"@types/body-scroll-lock": "^3.1.0",
"@vercel/speed-insights": "^1.1.0",
"body-scroll-lock": "^3.1.5",
"classnames": "^2.3.2",
"hex-rgba": "^1.0.2",
"immer": "^9.0.14",
"mapbox-gl": "^3.8.0",
"next": "^13",
"polylabel": "1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-horizontal-timeline": "1.5.3",
"react-hot-toast": "^2.4.0",
"react-map-gl": "^7.1.7",
"react-mapbox-gl": "^5.1.1",
"react-tooltip": "^4.2.13",
"react-use": "^17.4.0",
"string-to-color": "2.2.2",
"swr": "^2.1.3",
"use-immer": "^0.7.0",
"wikijs": "^6.4.1"
},
"devDependencies": {
"@types/geojson": "^7946.0.8",
"@types/hex-rgba": "^1.0.0",
"@types/mapbox-gl": "^3.4.1",
"@types/node": "^12.12.21",
"@types/polylabel": "^1.0.5",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"typescript": "^5.0.4",
"webpack": "^5.97.1"
}
}