-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
53 lines (53 loc) · 1.18 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
48
49
50
51
52
53
{
"name": "react-c3js",
"version": "0.1.20",
"description": "React component for C3.js",
"main": "react-c3js.js",
"files": [
"*.md",
"src",
"react-c3js.js"
],
"scripts": {
"clean": "make clean",
"build": "make build"
},
"repository": {
"type": "git",
"url": "https://github.com/bcbcarl/react-c3js.git"
},
"keywords": [
"react",
"react-component",
"component",
"c3",
"chart",
"graph"
],
"author": "Carl X. Su <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bcbcarl/react-c3js/issues"
},
"homepage": "https://github.com/bcbcarl/react-c3js#readme",
"peerDependencies": {
"prop-types": "^15.5.0",
"react": "^15.5.0 || ^16.0.0",
"react-dom": "^15.5.0 || ^16.0.0"
},
"dependencies": {
"c3": "^0.4.11"
},
"devDependencies": {
"@types/c3": "^0.4.41",
"@types/react": "^15.0.21",
"@types/react-dom": "^0.14.23",
"babel-cli": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"prop-types": "^15.5.4",
"react": "^15.5.3",
"react-dom": "^15.5.3"
}
}