-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.42 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
{
"name": "EagleConnect",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-native-scripts": "1.5.0",
"jest-expo": "^21.0.2",
"react-test-renderer": "16.0.0-alpha.12"
},
"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",
"new-ios": "sudo gem install cocoapods && sudo npm install -g react-native-cli && npm install && sudo cp -R ios/FacebookSDK/ ~/Documents/FacebookSDK && react-native link && cd ios && pod install && cd ../ && react-native run-ios && echo '\n\nIOS SIMULATOR IS NOW RUNNING.\nYOU MAY NEED TO PRESS RELAOD (CMD + R) IF THE APP IS AT A RED SCREEN.'"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"expo": "^21.0.0",
"react": "16.0.0-alpha.12",
"react-native": "^0.48.4",
"@google-cloud/debug-agent": "^1.0.0",
"badwords-list": "^1.0.0",
"base-64": "^0.1.0",
"cheerio": "^0.22.0",
"firebase": "^3.9.0",
"react-native-fbsdk": "^0.5.0",
"react-native-html-parser": "0.0.4",
"react-native-scrollable-tab-view": "^0.7.3",
"react-native-timer": "^1.3.1",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"util": "^0.10.3"
}
}