-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
72 lines (72 loc) · 1.84 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
65
66
67
68
69
70
71
72
{
"name": "diffract",
"author": "Amey Sakhadeo",
"version": "0.3.2",
"description": "A set of d3 based visualization components built for React",
"main": "build/index.js",
"files": [
"build",
"package.json"
],
"scripts": {},
"keywords": [
"react",
"react-component",
"d3",
"visualization",
"graphs"
],
"repository": {
"type": "git",
"url": "https://github.com/ameyms/diffract.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ameyms/diffract/issues"
},
"dependencies": {
"d3": "^3.5.16",
"react-motion": "^0.4.2",
"react-addons-transition-group": "^0.14.0 || ^15.0.2"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.2",
"react-dom": "^0.14.0 || ^15.0.2"
},
"devDependencies": {
"babel": "6.5.2",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-plugin-constant-folding": "^1.0.1",
"babel-plugin-dead-code-elimination": "^1.0.2",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-uglify": "^1.0.2",
"babel-preset-es2015": "^6.0.11",
"babel-preset-react": "^6.0.2",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-register": "^6.8.0",
"babel-runtime": "6.6.1",
"babelify": "^7.2.0",
"bluebird": "^3.3.4",
"browserify": "^13.0.0",
"del": "^2.2.0",
"eslint": "^2.9.0",
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-react": "^5.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.1",
"gulp-cache": "^0.4.2",
"gulp-connect": "^4.0.0",
"gulp-eslint": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-nodemon": "^2.0.6",
"gulp-plumber": "^1.0.1",
"gulp-size": "^2.0.0",
"gulp-util": "^3.0.7",
"opn": "^4.0.1",
"vinyl-source-stream": "^1.1.0"
}
}