-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "GigfindrNative",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.0",
"eslint": "^4.7.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^7.3.0",
"eslint-plugin-react-native": "^3.1.0",
"jest-expo": "~20.0.0",
"node-fetch": "^1.7.2",
"prettier": "^1.7.0",
"react-native-dotenv": "^0.1.0",
"react-test-renderer": "16.0.0-alpha.12"
},
"main": "index.js",
"scripts": {
"test": "node node_modules/jest/bin/jest.js --watch",
"eslint": "./node_modules/eslint/bin/eslint.js ."
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"bluebird": "^3.5.0",
"expo": "^20.0.0",
"react": "16.0.0-alpha.12",
"react-native": "https://github.com/expo/react-native/archive/sdk-20.0.0.tar.gz",
"react-native-elements": "^0.16.0",
"react-native-video": "^2.0.0",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
}
}