-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "dingo",
"version": "1.2.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"htmlparser2-without-node-native": "^3.9.2",
"nano-time": "^1.0.0",
"react": "16.6.3",
"react-native": "^0.60.5",
"react-native-background-timer": "^2.1.1",
"react-native-firebase": "^5.2.3",
"react-native-floating-action": "^1.19.1",
"react-native-gesture-handler": "^1.1.0",
"react-native-ionicons": "^4.6.1",
"react-native-reanimated": "^1.2.0",
"react-native-sqlite-storage": "^4.1.0",
"react-native-tab-view": "^2.10.0",
"react-native-track-player": "^1.1.2",
"react-native-ytdl": "^1.0.6",
"shortid": "^2.2.14",
"util": "^0.12.1"
},
"devDependencies": {
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.0.0",
"jest": "24.0.0",
"metro-react-native-babel-preset": "0.51.0",
"react-devtools-core": "^3.4.2",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}