-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 KB
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
{
"name": "react-prop-transition",
"version": "1.0.3",
"description": "A React component for transitioning prop updates",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib --source-maps",
"prepare": "yarn build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"keywords": [
"react",
"react-native",
"props",
"easing-props-values",
"transition"
],
"author": "Imran Sulemanji <imran.sulemanji@gmail.com>",
"license": "MIT",
"dependencies": {
"d3-ease": "^1.0.2",
"d3-interpolate": "^1.1.3",
"d3-timer": "^1.0.4",
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react": "^15.3.0 || ^16.0.0-alpha"
},
"devDependencies": {
"@kadira/storybook": "^2.21.0",
"babel-cli": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"lodash": "^4.17.4",
"random-color": "^1.0.1",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imranolas/react-prop-transition.git"
},
"bugs": {
"url": "https://github.com/imranolas/react-prop-transition/issues"
},
"homepage": "https://github.com/imranolas/react-prop-transition#readme"
}