-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.35 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
41
42
43
44
45
{
"name": "horoscope-mobile-app",
"version": "0.3.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"tsc": "yarn copy src/**/*.json lib && tsc",
"wtsc": "tsc --watch",
"android": "react-native run-android",
"ios": "react-native run-ios",
"release": "cd android && ./gradlew assembleRelease",
"locales": "localizy -d src/presentation/locales -o src/presentation/locales/generated-locales.ts"
},
"dependencies": {
"color": "^3.1.0",
"cross-fetch": "^3.0.0",
"immutable": "^4.0.0-rc.12",
"localizy": "^0.1.6",
"moment": "^2.23.0",
"ms": "^2.1.1",
"react": "^16.7.0",
"react-native": "^0.57.8",
"react-native-gesture-handler": "^1.0.12",
"react-native-languages": "^3.0.2",
"react-native-linear-gradient": "^2.5.3",
"react-native-onesignal": "^3.2.12",
"react-native-responsive-screen": "^1.2.0",
"react-native-storage": "^1.0.0-beta.1",
"react-native-svg": "^8.0.10",
"react-native-vector-icons": "^6.1.0",
"react-navigation": "^3.0.9"
},
"devDependencies": {
"@types/color": "^3.0.0",
"@types/ms": "^0.7.30",
"@types/react": "^16.7.18",
"@types/react-native": "^0.57.25",
"@types/react-native-vector-icons": "^4.6.4",
"@types/react-navigation": "^3.0.1",
"babel-preset-react-native": "4.0.1",
"copy": "^0.3.2",
"typescript": "^3.2.2"
}
}