-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.74 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
{
"name": "zub",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"android-dev": "react-native run-android --port=8081",
"android-release": "react-native run-android --variant=release --port=8081",
"log": "react-native log-android",
"devtools": "react-devtools",
"link": "react-native link",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-native-fontawesome": "^0.1.0",
"@react-native-community/cameraroll": "^1.8.1",
"font-awesome": "^4.7.0",
"prop-types": "^15.7.2",
"react": "16.8.6",
"react-native": "0.60.4",
"react-native-animated-bar": "^0.2.0",
"react-native-camera": "^3.13.1",
"react-native-ffmpeg": "^0.3.6",
"react-native-fontawesome": "^7.0.0",
"react-native-fs": "^2.16.2",
"react-native-gesture-handler": "^1.5.2",
"react-native-modal": "^11.5.3",
"react-native-really-awesome-button": "^1.5.0",
"react-native-sound-recorder": "^1.3.3",
"react-native-svg": "^9.13.3",
"react-native-video": "^4.4.4",
"react-navigation": "^3.13.0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/runtime": "^7.7.4",
"@fortawesome/fontawesome-free": "^5.11.2",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-native": "^3.8.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.55.0",
"react-devtools": "^4.2.1",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}