-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.3 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": "BinTweet",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"update": "rm -rf android && rm -rf ios && node_modules/.bin/ncu -u && npm install && react-native upgrade && react-native link && node_modules/.bin/binstorm init",
"dev-android": "node '/Volumes/Work/My Projects/bintweet/node_modules/binstorm/dist/index.js' re-style && react-native run-android",
"dev-ios": "node '/Volumes/Work/My Projects/bintweet/node_modules/binstorm/dist/index.js' re-style && react-native run-ios"
},
"dependencies": {
"apollo-boost": "^0.1.23",
"graphql": "^14.1.0",
"graphql-tag": "^2.10.0",
"mobx": "^4.5.0",
"mobx-react": "^5.2.8",
"react": "16.7.0",
"react-apollo": "^2.3.3",
"react-native": "0.57.8",
"react-native-auth0": "^1.3.1",
"react-native-gesture-handler": "^1.0.12",
"react-native-vector-icons": "^6.1.0",
"react-navigation": "^3.0.9"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.2.3",
"babel-jest": "23.6.0",
"binstorm": "^0.1.2",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.51.1",
"npm-check-updates": "^2.15.0",
"react-test-renderer": "16.7.0"
},
"jest": {
"preset": "react-native"
}
}