-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 999 Bytes
/
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
{
"name": "ssr-buddy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mapbox/togeojson": "^0.16.0",
"@styled-icons/feather": "^10.18.0",
"@styled-icons/ionicons-outline": "^10.28.0",
"@styled-icons/octicons": "^10.28.0",
"@vx/gradient": "^0.0.199",
"d3-array": "^2.11.0",
"d3-dsv": "2.0.0",
"d3-ease": "^2.0.0",
"d3-scale": "^3.2.3",
"d3-shape": "^2.0.0",
"date-fns": "^2.22.1",
"deck.gl": "^8.4.5",
"next": "10.0.5",
"next-pwa": "^5.0.5",
"positic": "1.0.10",
"process": "^0.11.10",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-map-gl": "^6.1.7",
"react-spring": "^8.0.27",
"react-virtualized": "^9.22.3",
"styled-components": "latest",
"xmldom": "^0.4.0"
},
"devDependencies": {
"@styled-icons/material-outlined": "^10.28.0",
"babel-plugin-styled-components": "latest"
}
}