-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.57 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
{
"name": "react-motion-flip-animated",
"version": "0.0.3",
"description": "A simple library for animating positional transitions",
"main": "dist/react-motion-flip-animated.js",
"module": "dist/react-motion-flip-animated.mjs",
"jsnext:main": "dist/react-motion-flip-animated.mjs",
"scripts": {
"storybook": "start-storybook -p 9001 -c .storybook",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node bin/build.js",
"prepublish": "node bin/build.js"
},
"author": "Marc Porciuncula",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MarcoThePoro/react-motion-flip-animated"
},
"peerDependencies": {
"react": ">=0.13.2 || ^0.14 || ^15.0.0",
"react-motion": "^0.4.7"
},
"dependencies": {
"invariant": "^2.2.2"
},
"devDependencies": {
"@kadira/storybook": "^2.35.2",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.1.6",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.18.0",
"eslint": "^3.13.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"fs-promise": "^1.0.0",
"glamor": "^2.20.20",
"lodash": "^4.17.4",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-motion": "^0.4.7",
"rollup": "^0.41.1",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0"
}
}