forked from yusukeshib/react-pullrefresh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 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
{
"name": "react-pullrefresh",
"version": "2.0.0-alpha.1",
"description": "react component pull to refresh navigation",
"main": "index.js",
"scripts": {
"prepublishOnly": "npm run build",
"build": "babel src --out-dir lib",
"lint:fix": "eslint src --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yusukeshibata/react-pullrefresh.git"
},
"keywords": [
"pull",
"refresh",
"react",
"component"
],
"author": "Yusuke Shibata <[email protected]> (https://github.com/yusukeshibata)",
"license": "MIT",
"bugs": {
"url": "https://github.com/yusukeshibata/react-pullrefresh/issues"
},
"homepage": "https://github.com/yusukeshibata/react-pullrefresh#readme",
"peerDependencies": {
"react": "^16.1.1",
"react-native": "^0.42.3",
"react-native-svg": "^5.1.6"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.11.0",
"react": "^16.1.1",
"react-dom": "^16.1.1"
},
"dependencies": {
"event-emitter": "^0.3.5",
"styled-components": "^2.2.3"
}
}