forked from reactchartjs/react-chartjs-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.78 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "react-chartjs-2",
"version": "1.5.6",
"description": "react-chartjs-2",
"main": "lib/index.js",
"author": "Goran Udosic",
"homepage": "https://github.com/gor181/react-chartjs-2",
"repository": {
"type": "git",
"url": "https://github.com/gor181/react-chartjs-2.git"
},
"bugs": {
"url": "https://github.com/gor181/react-chartjs-2/issues"
},
"dependencies": {
"chart.js": "~2.3.0",
"lodash.isequal": "^4.4.0"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-eslint": "^4.1.3",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.13.0",
"babel-register": "^6.18.0",
"babelify": "^7.3.0",
"brfs": "^1.4.3",
"canvas": "^1.6.2",
"chai": "^3.5.0",
"enzyme": "^2.6.0",
"eslint": "^1.6.0",
"eslint-plugin-react": "^3.5.1",
"gulp": "^3.9.0",
"jsdom": "^9.8.3",
"mocha": "^3.1.2",
"react": "^0.14 || ^15.0.0-rc || ^15.0",
"react-addons-test-utils": "^15.3.2",
"react-component-gulp-tasks": "git+https://github.com/gor181/react-component-gulp-tasks.git",
"react-dom": "^0.14 || ^15.0.0-rc || ^15.0",
"sinon": "^1.17.6"
},
"peerDependencies": {
"react": "^0.14 || ^15.0.0-rc || ^15.0",
"react-dom": "^0.14 || ^15.0.0-rc || ^15.0"
},
"browserify-shim": {
"react": "global:React"
},
"scripts": {
"build": "gulp clean && NODE_ENV=production gulp build",
"examples": "gulp dev:server",
"lint": "eslint ./; true",
"publish:site": "NODE_ENV=production gulp publish:examples",
"release": "NODE_ENV=production gulp release",
"start": "gulp dev",
"test": "mocha test/config/setup.js test/__tests__/**/*",
"watch": "gulp watch:lib"
},
"keywords": [
"chart",
"chart-js",
"chart.js"
]
}