-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.4 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
{
"name": "pink-island",
"version": "0.0.9",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@react-native-community/async-storage": "^1.5.0",
"@react-native-community/slider": "^1.1.3",
"buffer": "^5.2.1",
"events": "^3.0.0",
"htmlparser2": "^3.10.1",
"jpeg-js": "^0.3.5",
"jsqr": "^1.2.0",
"moment": "^2.24.0",
"react-moment": "^0.8.4",
"react-native-camera": "^1.13.1",
"react-native-cookies": "^3.3.0",
"react-native-fs": "^2.13.3",
"react-native-gesture-handler": "^1.3.0",
"react-native-image-crop-picker": "^0.22.0",
"react-native-image-zoom-viewer": "^2.2.26",
"react-native-sound": "^0.10.12",
"react-native-sqlite-storage": "^3.3.10",
"react-native-svg": "^9.5.1",
"react-native-update": "^5.1.8",
"react-native-vector-icons": "^6.5.0",
"react-navigation": "^3.11.0"
},
"devDependencies": {
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "24.1.0",
"jest": "24.1.0",
"metro-react-native-babel-preset": "0.51.1",
"react": "^16.8.6",
"react-colorizer": "^1.1.1",
"react-dom": "^16.8.6",
"react-native": "^0.59.9",
"react-native-webview": "^5.12.0",
"react-test-renderer": "16.6.3",
"styled-components": "^4.3.1",
"svgs": "^3.3.1"
},
"jest": {
"preset": "react-native"
}
}