-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.67 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.67 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"scripts": {
"postinstall": "jetify",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"test": "jest",
"lint": "eslint src/**/*.ts{,x}"
},
"dependencies": {
"@ionic-native/speech-recognition": "4",
"buffer": "^5.4.3",
"expo": "~36.0.0",
"react": "^16.12.0",
"react-dom": "~16.9.0",
"react-native": "^0.61.5",
"react-native-audio-record": "^0.2.2",
"react-native-dotenv": "^0.2.0",
"react-native-elements": "^1.2.7",
"react-native-fs": "^2.16.2",
"react-native-gesture-handler": "~1.5.0",
"react-native-material-dropdown": "^0.11.1",
"react-native-material-ui": "^1.30.1",
"react-native-permissions": "^2.0.8",
"react-native-reanimated": "~1.4.0",
"react-native-screens": "~2.0.0-alpha.12",
"react-native-sound": "^0.11.0",
"react-native-unimodules": "~0.7.0",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "~0.11.7",
"react-navigation": "^4.0.10",
"request-promise": "^4.2.5",
"rn-fetch-blob": "^0.12.0",
"xmlbuilder": "^13.0.2"
},
"devDependencies": {
"@babel/core": "~7.6.0",
"@types/react": "~16.9.0",
"@types/react-native": "~0.60.23",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"babel-preset-expo": "~8.0.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-react-native": "^3.8.1",
"jest-expo": "~36.0.0",
"jetifier": "~1.6.4",
"typescript": "~3.6.3"
},
"jest": {
"preset": "react-native"
},
"private": true
}