-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
62 lines (62 loc) · 1.75 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
62
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "gulp build && next build",
"start": "next start",
"gulp": "gulp"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"@types/maplibre-gl": "^1.13.1",
"@visx/annotation": "^1.3.0",
"@visx/axis": "^1.3.0",
"@visx/brush": "^1.4.0",
"@visx/event": "^1.3.0",
"@visx/grid": "^1.9.1",
"@visx/group": "^1.0.0",
"@visx/marker": "^1.3.0",
"@visx/mock-data": "^1.0.0",
"@visx/pattern": "^1.17.1",
"@visx/responsive": "^1.3.0",
"@visx/scale": "^1.3.0",
"@visx/shape": "^1.3.0",
"@visx/tooltip": "^1.3.0",
"@visx/zoom": "^1.3.0",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"chroma-js": "^2.1.2",
"csv": "^5.3.2",
"csv-parser": "^3.0.0",
"d3": "^5.16.0",
"del": "^6.0.0",
"dotenv": "^10.0.0",
"gulp": "^4.0.2",
"gulp-sass": "^5.0.0",
"json2csv": "^5.0.6",
"lodash": "^4.17.21",
"mapbox-gl": "^2.2.0",
"maplibre-gl": "^1.14.0",
"moment": "^2.29.1",
"next": "^10.2.3",
"next-images": "^1.7.0",
"papaparse": "^5.3.1",
"react": "17.0.1",
"react-bootstrap": "^1.4.0",
"react-dom": "17.0.1",
"react-ga": "^3.3.0",
"react-popper": "^2.2.5",
"react-popper-tooltip": "^4.3.0",
"react-scroll": "^1.8.1",
"rebuild": "^0.1.2"
},
"devDependencies": {
"@types/d3": "^6.7.3",
"@types/node": "^15.12.2",
"sass": "^1.34.1",
"trim-newlines": "^3.0.1",
"typescript": "^4.3.4"
}
}