-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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
{
"name": "reactimate",
"version": "1.0.3",
"description": "HOC utilizing TransitionGroup to transition on route change",
"main": "lib/index.js",
"scripts": {
"build": "babel src --out-dir lib --presets es2015,react,stage-2 "
},
"author": "Jay Sridharan <[email protected]>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/jayasurya-sridharan/reactimate.git"
},
"bugs": {
"url": "https://github.com/jayasurya-sridharan/reactimate/issues"
},
"keywords": [
"react",
"css",
"transition",
"ReactTransitionGroup",
"TransitionGroup",
"animation",
"page",
"router",
"redux"
],
"dependencies": {
"classnames": "^2.2.5",
"lodash.merge": "^4.6.0",
"react-addons-transition-group": "^15.4.2"
},
"devDependencies" :{
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"webpack": "^2.2.1"
},
"peerDependencies": {
"react": "^15.4.2",
"react-redux": "^5.0.2",
"redux": "^3.6.0"
}
}