-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 900 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 900 Bytes
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"lint": "node_modules/eslint/bin/eslint.js ."
},
"private": true,
"dependencies": {
"expo": "^24.0.0",
"prop-types": "^15.6.0",
"react": "16.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-24.0.0.tar.gz",
"react-native-dotenv": "^0.1.1",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-persist": "^4.10.2",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-plugin-root-import": "^5.1.0",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-import-resolver-babel-plugin-root-import": "0.0.11",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react-native": "^3.2.1"
}
}