-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 999 Bytes
/
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
{
"name": "replot-core",
"version": "0.2.1",
"description": "Replot core components",
"main": "index.js",
"scripts": {
"watch": "cd examples && webpack --watch",
"compile": "webpack --output-filename index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/replot/replot-core.git"
},
"keywords": [
"react",
"visualization",
"core"
],
"author": "Alisa Ono",
"license": "MIT",
"bugs": {
"url": "https://github.com/replot/replot-core/issues"
},
"homepage": "https://github.com/replot/replot-core#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",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"webpack": "^2.2.1"
},
"dependencies": {
"prop-types": "^15.5.10",
"react-motion": "^0.4.7",
"humanize-plus": "^1.8.2"
}
}