-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 915 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": "brain-games",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"jest": "^23.4.2",
"jest-react-native": "^18.0.0",
"react-test-renderer": "16.3.1"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"firebase-auth": "^0.1.2",
"lodash.shuffle": "^4.2.0",
"npm": "^6.3.0",
"react": "16.3.1",
"react-native": "~0.55.2",
"react-native-modal": "^6.5.0",
"react-native-paper": "^1.11.1",
"react-native-super-grid": "^2.4.3",
"react-native-svg": "^6.5.1",
"react-native-tts": "^1.5.1",
"react-native-vector-icons": "^5.0.0",
"react-navigation": "^2.10.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0"
}
}