-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "replot-bar",
"version": "0.4.1",
"description": "Bar graph component for React",
"main": "index.js",
"scripts": {
"start": "cd examples && webpack --watch",
"build-umd": "webpack src/index.js umd/replot-bar.js",
"watch": "cd examples && webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/replot/replot-bar.git"
},
"keywords": [
"react",
"bar",
"graph",
"visualization"
],
"author": "Alisa Ono",
"license": "MIT",
"bugs": {
"url": "https://github.com/replot/replot-bar/issues"
},
"homepage": "https://github.com/replot/replot-bar#readme",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"eslint": "^3.16.1",
"eslint-plugin-react": "^6.10.0",
"radium": "^0.21.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"webpack": "^2.2.1"
},
"dependencies": {
"prop-types": "^15.6.0",
"react-motion": "^0.5.2",
"replot-core": "^0.2.1"
}
}