-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.2 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
{
"name": "react-scatter-line",
"version": "1.0.0",
"description": "Like a scatter plot, but only one one axis",
"main": "dist/ScatterLine-bundle.js",
"scripts": {
"dev": "webpack-dev-server --config webpack.config.js --mode development --open",
"dist": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BI/react-scatter-line.git"
},
"keywords": [
"scatter",
"line",
"plot",
"single",
"axis"
],
"author": "BI",
"license": "ISC",
"bugs": {
"url": "https://github.com/BI/react-scatter-line/issues"
},
"homepage": "https://github.com/BI/react-scatter-line#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"d3": "^3.5.17",
"node-sass": "^4.8.3",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.3"
},
"peerDependencies": {
"d3": "^3.5.17"
}
}