-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
{
"name": "WorkingApp",
"version": "0.1.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"android": "cd android && gradlew app:assembleDebug && gradlew installDebug"
},
"rnpm": {
"assets": [
"./public/assets/fonts/",
"./public/assets/icons/"
]
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@types/react": "^16.7.7",
"@types/react-native": "^0.57.13",
"apisauce": "^0.16.0",
"firebase": "^5.5.7",
"merge": ">=1.2.1",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-elements": "^0.19.1",
"react-native-gifted-chat": "^0.4.3",
"react-native-maps": "^0.21.0",
"react-native-navigation": "^2.0.2641",
"react-native-paper": "^2.1.3",
"react-native-typescript-transformer": "^1.2.10",
"react-native-vector-icons": "^6.0.2",
"typescript": "^3.1.6"
},
"devDependencies": {
"merge": ">=1.2.1",
"babel-jest": "23.6.0",
"babel-preset-react-native": "4.0.1",
"dotenv": "^6.0.0",
"eslint": "^5.6.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "23.6.0",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
}
}