-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.13 KB
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
{
"name": "rn",
"version": "0.1.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"start-web": "react-scripts start",
"build-web": "react-scripts build"
},
"dependencies": {
"@react-native-community/async-storage": "^1.7.1",
"@react-native-firebase/app": "^6.2.0",
"@react-native-firebase/database": "^6.2.0",
"axios": "^0.19.1",
"keyword-extractor": "0.0.18",
"monkeylearn": "^3.4.0",
"native-base": "^2.13.8",
"react": "^16.12.0",
"react-native": "^0.61.5",
"react-native-elements": "^1.2.7",
"react-native-gesture-handler": "^1.5.2",
"react-native-progress": "^4.0.3",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^1.10.3",
"react-scripts": "^3.3.0",
"youtube-search": "^1.1.4"
},
"devDependencies": {
"babel-jest": "^24.9.0",
"eslint": "^6.7.2",
"jest": "^24.9.0",
"react-test-renderer": "^16.12.0"
},
"jest": {
"preset": "react-native"
}
}