forked from plouc/nivo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 2.1 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
{
"name": "nivo-website",
"version": "0.48.0",
"private": true,
"description": "nivo website",
"devDependencies": {
"react-scripts": "1.0.14",
"source-map-explorer": "^1.5.0"
},
"dependencies": {
"@nivo/bar": "0.50.0",
"@nivo/bullet": "0.50.0",
"@nivo/calendar": "0.50.0",
"@nivo/chord": "0.50.0",
"@nivo/circle-packing": "0.50.0",
"@nivo/core": "0.50.0",
"@nivo/generators": "0.50.0",
"@nivo/heatmap": "0.50.0",
"@nivo/legends": "0.50.0",
"@nivo/line": "0.50.0",
"@nivo/parallel-coordinates": "0.50.0",
"@nivo/pie": "0.50.0",
"@nivo/radar": "0.50.0",
"@nivo/sankey": "0.50.0",
"@nivo/scatterplot": "0.50.0",
"@nivo/stream": "0.50.0",
"@nivo/sunburst": "0.50.0",
"@nivo/treemap": "0.50.0",
"@nivo/voronoi": "0.50.0",
"@nivo/waffle": "0.50.0",
"classnames": "2.2.4",
"d3-scale": "^2.1.2",
"d3-scale-chromatic": "^1.3.3",
"d3-time": "^1.0.10",
"d3-time-format": "^2.1.3",
"dedent-js": "^1.0.1",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-helmet": "5.1.3",
"react-icons": "^2.2.5",
"react-motion": "^0.5.2",
"react-responsive": "1.3.4",
"react-router-dom": "^4.2.2",
"react-select": "1.0.0-rc.10",
"styled-components": "^2.1.1",
"url-search-params": "^0.10.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"analyze": "source-map-explorer build/static/js/main.*",
"fmt": "prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --write 'src/**/*.js' 'src/**/*.css'",
"fmt:check": "prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different 'src/**/*.js' 'src/**/*.css'",
"sprites": "glue --img src/assets --css src/styles src/assets/icons"
}
}