-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
{
"name": "moodio",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"acorn": "^6.1.1",
"btoa": "^1.2.1",
"buffer": "^5.2.1",
"eslint": "^5.16.0",
"link": "^0.1.5",
"moment": "^2.24.0",
"react": "^16.8.6",
"react-art": "^16.8.6",
"react-dom": "^16.8.6",
"react-native": "^0.59.6",
"react-native-audio": "^4.3.0",
"react-native-audio-record": "^0.2.0",
"react-native-camera": "2.6.0",
"react-native-cookies": "^3.3.0",
"react-native-elements": "^1.1.0",
"react-native-fs": "^2.13.3",
"react-native-gesture-handler": "^1.1.0",
"react-native-permissions": "^1.1.1",
"react-native-progress": "^3.6.0",
"react-native-sound": "^0.10.12",
"react-native-testfairy": "^2.18.2",
"react-native-vector-icons": "^6.4.2",
"react-native-web": "^0.11.2",
"react-navigation": "^3.9.1",
"rn-fetch-blob": "^0.10.15",
"rn-spotify-sdk": "^1.2.7",
"url": "^0.11.0"
},
"devDependencies": {
"babel-jest": "24.7.1",
"eslint-config-google": "^0.12.0",
"jest": "24.7.1",
"metro-react-native-babel-preset": "0.53.1",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}