forked from Bolket/react-native-scrollview-smart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.61 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
52
53
54
55
56
57
{
"name": "react-native-scrollview-smart",
"version": "0.1.5",
"description": "Smart ScrollView for IOS and Android",
"main": "index.js",
"scripts": {
"eslint": "node_modules/eslint/bin/eslint.js lib/ScrollViewSmart",
"jest": "jest",
"test": "yarn eslint && yarn jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sarovin/react-native-scrollview-smart.git"
},
"keywords": ["react", "native", "scrollview", "android", "ios"],
"author": {
"name": "Saro Vindigni",
"email": "sarovin86@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sarovin/react-native-scrollview-smart/issues"
},
"homepage": "https://github.com/sarovin/react-native-scrollview-smart#readme",
"devDependencies": {
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-jest": "20.0.3",
"babel-polyfill": "^6.9.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react-native": "1.9.2",
"babel-register": "^6.9.0",
"enzyme": "^2.9.1",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"jest-cli": "20.0.4",
"jest-react-native": "18.0.0",
"react": "16.0.0-alpha.12",
"react-addons-test-utils": "16.0.0-alpha.3",
"react-dom": "16.0.0-alpha.12",
"react-native": "0.45.1",
"react-test-renderer": "16.0.0-alpha.12"
},
"dependencies": {
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"jest": {
"preset": "jest-react-native"
}
}