-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1008 Bytes
/
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
{
"name": "CapstoneARViro",
"version": "0.0.1",
"private": true,
"scripts": {
"prestart": "./node_modules/react-viro/bin/run_ngrok.sh",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"assert-plus": "^1.0.0",
"firebase": "^6.0.1",
"ngrok": "^3.1.1",
"react": "16.8.3",
"react-native": "^0.59.8",
"react-native-haptic": "^1.0.1",
"react-native-haptic-feedback": "^1.8.0",
"react-native-leaderboard": "^1.0.5",
"react-native-linear-gradient": "^2.5.4",
"react-native-loading-spinner-overlay": "^1.0.1",
"react-native-really-awesome-button": "^1.4.2",
"react-timer-mixin": "^0.13.4",
"react-viro": "2.14.0"
},
"devDependencies": {
"@babel/core": "7.4.4",
"@babel/runtime": "7.4.4",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"metro-react-native-babel-preset": "0.54.0",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
}
}