-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.74 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
59
60
61
{
"name": "oymyakon-maps",
"version": "1.0.0",
"engines": {
"node": "16.x"
},
"description": "",
"scripts": {
"start": "next start",
"dev": "next",
"build": "next build && next export -o dist",
"test": "jest --forceExit --coverage --verbose"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@mapbox/togeojson": "^0.16.0",
"@nivo/sankey": "^0.59.1",
"@octokit/rest": "^16.28.6",
"@turf/helpers": "^6.1.4",
"antd": "^3.20.6",
"axios": "^1.7.7",
"csv": "^5.1.1",
"fast-deep-equal": "^2.0.1",
"is-promise": "^2.1.0",
"jest": "^29.4.2",
"json5": "^2.2.2",
"lodash": "^4.17.21",
"lowdb": "^1.0.0",
"mapbox-gl": "^1.1.1",
"next": "^9.0.2",
"prismjs": "^1.27.0",
"react": "^16.8.6",
"react-color": "^2.17.3",
"react-dom": "^16.8.6",
"react-map-gl": "^5.0.7",
"react-mapbox-gl-cluster": "^1.19.0",
"react-media": "^1.9.2",
"react-simple-code-editor": "^0.9.14",
"supercluster": "^6.0.2",
"ts-jest": "^29.0.0",
"use-request-hook": "^1.0.1",
"xmldom": "^0.5.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/geojson": "^7946.0.7",
"@types/jest": "^24.0.17",
"@types/json5": "0.0.30",
"@types/lodash": "^4.14.136",
"@types/lowdb": "^1.0.9",
"@types/node": "^12.6.8",
"@types/react": "^16.8.23",
"@types/react-color": "^3.0.1",
"@types/react-map-gl": "^5.0.0",
"@types/supercluster": "^5.0.1",
"@zeit/next-css": "^1.0.1",
"typescript": "^5.0.0"
}
}