This repository has been archived by the owner on Jun 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.7 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
{
"name": "Mobrise",
"private": true,
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch",
"postinstall": "rndebugger-open; (find node_modules -type f -name .babelrc | grep -v /react-native/ | xargs rm) || true",
"lint": "echo 'Executing ESLint...' && eslint ./ --cache --ignore-pattern .gitignore"
},
"jest": {
"preset": "jest-expo"
},
"pre-commit": [
"lint"
],
"dependencies": {
"@expo/vector-icons": "^6.1.0",
"autobind-decorator": "^2.1.0",
"babel-preset-react-native-syntax": "^1.0.0",
"create-react-native-app": "^1.0.0",
"expo": "^23.0.0",
"global": "^4.3.2",
"native-base": "^2.3.1",
"node-polyglot": "^2.2.2",
"pre-commit": "^1.2.2",
"prop-types": "^15.6.0",
"react": "16.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-23.0.0.tar.gz",
"react-native-extended-stylesheet": "^0.8.0",
"react-native-scripts": "^1.5.0",
"react-navigation": "^1.0.0-beta.15",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-pack": "^0.1.5"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"eslint": "^4.11.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.0",
"eslint-plugin-react-native": "^3.2.0",
"flow-bin": "^0.59.0",
"jest-expo": "^23.0.0",
"react-test-renderer": "16.0.0"
}
}