forked from plouc/nivo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 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
{
"name": "nivo-website",
"version": "0.62.0",
"private": true,
"description": "nivo website",
"dependencies": {
"@nivo/bar": "0.62.0",
"@nivo/bullet": "0.62.0",
"@nivo/bump": "0.62.0",
"@nivo/calendar": "0.62.0",
"@nivo/chord": "0.62.0",
"@nivo/circle-packing": "0.62.0",
"@nivo/colors": "0.62.0",
"@nivo/core": "0.62.0",
"@nivo/funnel": "0.62.0",
"@nivo/generators": "0.62.0",
"@nivo/geo": "0.62.0",
"@nivo/heatmap": "0.62.0",
"@nivo/legends": "0.62.0",
"@nivo/line": "0.62.0",
"@nivo/network": "0.62.0",
"@nivo/parallel-coordinates": "0.62.0",
"@nivo/pie": "0.62.0",
"@nivo/radar": "0.62.0",
"@nivo/sankey": "0.62.0",
"@nivo/scatterplot": "0.62.0",
"@nivo/stream": "0.62.0",
"@nivo/sunburst": "0.62.0",
"@nivo/swarmplot": "0.62.0",
"@nivo/treemap": "0.62.0",
"@nivo/voronoi": "0.62.0",
"@nivo/waffle": "0.62.0",
"babel-plugin-styled-components": "^1.10.6",
"dedent-js": "^1.0.1",
"gatsby": "^2.18.11",
"gatsby-image": "^2.2.36",
"gatsby-plugin-manifest": "^2.2.33",
"gatsby-plugin-offline": "^3.0.29",
"gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-sharp": "^2.3.7",
"gatsby-plugin-styled-components": "^3.1.16",
"gatsby-source-filesystem": "^2.1.42",
"gatsby-transformer-sharp": "^2.3.9",
"prism-react-renderer": "^0.1.7",
"prop-types": "^15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-helmet": "^5.2.1",
"react-icons": "^2.2.5",
"react-markdown": "^4.2.2",
"react-select": "^2.4.2",
"styled-components": "^4.4.1",
"url-search-params": "^1.1.0"
},
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"serve": "gatsby serve"
}
}