-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 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-chartjs2",
"version": "1.2.1",
"description": "React component for Chart.js",
"main": "./lib/index.js",
"scripts": {
"prepublish": "babel ./src --out-dir ./lib",
"example": "webpack --config ./webpack.config.js"
},
"repository": {
"type": "git",
"url": "[email protected]:houjiazong/react-chartjs2.git"
},
"keywords": [
"react-chart",
"react-chartjs",
"chart",
"chartjs",
"react",
"react-component",
"babel",
"es6"
],
"author": "houjiazong <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/houjiazong/react-chartjs2/issues"
},
"homepage": "https://github.com/houjiazong/react-chartjs2",
"peerDependencies": {
"react": ">=0.14.0",
"react-dom": ">=0.14.0",
"prop-types": ">=15.6.0",
"chart.js": ">=2.5"
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"webpack": "^1.13.2"
}
}