forked from askarbayev/brigham_charts
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 853 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 853 Bytes
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
{
"name": "brigham_charts",
"version": "0.1.0",
"private": true,
"dependencies": {
"d3-array": "^2.0.2",
"d3-axis": "^1.0.12",
"d3-brush": "^1.0.6",
"d3-line": "0.0.1",
"d3-request": "^1.0.6",
"d3-scale": "^2.1.2",
"d3-selection": "^1.3.2",
"d3-shape": "^1.2.2",
"d3-time": "^1.0.10",
"d3-time-format": "^2.1.3",
"d3-zoom": "^1.7.3",
"node-gyp-build": "^3.7.0",
"react": "^16.7.0",
"react-charts": "^2.0.0-alpha.12",
"react-dom": "^16.7.0",
"react-scripts": "2.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}