This repository has been archived by the owner on Nov 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 2.21 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "telegramr",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "npx react-native run-android",
"ios": "npx react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"install-android": "adb install android/app/build/outputs/apk/release/app-release.apk",
"build-android": "cd android && gradlew assembleRelease",
"bundle-ios": "node node_modules/react-native/local-cli/cli.js bundle --entry-file index.js --platform ios --dev false --bundle-output ./ios/bundle/index.ios.jsbundle --assets-dest ./ios/bundle",
"build-svg": "node ./src/static/svg.js"
},
"dependencies": {
"@react-native-community/cameraroll": "^1.4.1",
"@react-native-community/masked-view": "^0.1.6",
"@react-native-community/viewpager": "^3.3.0",
"add": "^2.0.6",
"dayjs": "^1.8.19",
"emoji-regex": "^8.0.0",
"events": "^3.1.0",
"i18next": "^19.3.2",
"lodash": "^4.17.15",
"lottie-react-native": "^3.3.2",
"prop-types": "^15.7.2",
"react": "16.9.0",
"react-i18next": "^11.3.3",
"react-native": "0.61.5",
"react-native-animatable": "^1.3.3",
"react-native-device-info": "^5.5.3",
"react-native-gesture-handler": "^1.5.3",
"react-native-html-parser": "^0.1.0",
"react-native-modal": "^11.5.3",
"react-native-reanimated": "^1.7.0",
"react-native-redash": "^9.6.0",
"react-native-safe-area-context": "^0.6.2",
"react-native-shared-element": "^0.5.6",
"react-native-svg": "^11.0.1",
"react-native-svg-uri": "^1.2.3",
"react-native-swiper": "^1.5.14",
"react-navigation": "^4.0.10",
"react-navigation-drawer": "^2.4.1",
"react-navigation-hooks": "^1.1.0",
"react-navigation-shared-element": "^2.1.0",
"react-navigation-stack": "^2.0.16",
"recompose": "^0.30.0",
"use-memo-one": "^1.1.1",
"yarn": "^1.22.4"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@react-native-community/eslint-config": "^0.0.7",
"babel-jest": "^25.1.0",
"eslint": "^6.8.0",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.58.0",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}