-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 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": "iss-flyby-alert",
"version": "0.2.3",
"private": true,
"scripts": {
"start": "react-native run-android",
"build": "cd android && ./gradlew assembleRelease",
"clean": "cd android && ./gradlew clean",
"test": "jest"
},
"dependencies": {
"@react-native-community/async-storage": "^1.5.0",
"apsl-react-native-button": "^3.1.1",
"date-fns": "^1.30.1",
"react": "16.8.3",
"react-native": "0.62.3",
"react-native-background-fetch": "^2.6.1",
"react-native-push-notification": "^3.1.3",
"react-native-splash-screen": "^3.2.0",
"react-native-vector-icons": "^6.6.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.1",
"react-test-renderer": "16.8.3"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
},
"jest": {
"preset": "react-native"
}
}