-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
52 lines (52 loc) · 1.49 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
{
"name": "@monterosa/react-native-parallax-scroll",
"version": "1.8.0",
"description": "Parallax scroll for React Native",
"repository": {
"type": "git",
"url": "https://github.com/monterosalondon/react-native-parallax-scroll.git"
},
"license": "MIT",
"main": "src/index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"adb-reverse-8081": "adb reverse tcp:8081 tcp:8081",
"adb-reverse-7007": "adb reverse tcp:7007 tcp:7007",
"lint": "eslint -c ./.eslintrc ./src/index.js",
"format": "prettier-eslint --write ./src/index.js ./storybook/**/*.js",
"storybook": "storybook start -p 7007"
},
"author": {
"name": "Monterosa Productions Ltd",
"email": "[email protected]",
"url": "http://monterosa.co/"
},
"dependencies": {},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.17.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.6.1",
"prettier": "^1.10.2",
"prettier-eslint-cli": "^4.7.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-native": "^0.53.0",
"react-native-lightbox": "^0.7.0",
"webpack": "^3.11.0"
},
"keywords": [
"react",
"react-native",
"reactNative",
"parallax",
"scroll",
"scrollView",
"animated"
]
}