-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.69 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
50
51
52
53
54
55
56
57
{
"name": "react-motion-state",
"version": "0.0.1",
"description": "Transition states powered by React-Motion",
"main": "src/index.js",
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0 || ^16.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-knobs": "^4.0.0-alpha.24",
"@storybook/addon-options": "^4.0.0-alpha.24",
"@storybook/react": "^4.0.0-alpha.24",
"@storybook/storybook-deployer": "^2.3.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"jest": "^23.6.0",
"moment": "^2.22.2",
"react": ">=15.5.0",
"react-dom": ">=15.5.0",
"react-test-renderer": "^16.5.2",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"scripts": {
"storybook": "start-storybook -p 9001 -c .storybook",
"storybook:build": "build-storybook -c .storybook -o .out",
"gh-pages": "storybook-to-ghpages",
"test": "jest",
"test:watch": "jest --watchAll",
"test:coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/cloudratha/react-motion-state.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"prop-types": "^15.5.8",
"raf": "^3.1.0",
"react-fast-compare": "^2.0.2",
"react-motion": "^0.5.2"
}
}