-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 921 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
{
"name": "reactflashcards",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"appcenter": "^1.4.0",
"react": "16.3.1",
"react-native": "0.55.2",
"react-native-blur": "^3.2.2",
"react-native-deprecated-custom-components": "^0.1.2",
"react-native-experimental-navigation": "^0.29.1",
"react-native-linear-gradient": "^2.4.0",
"react-native-md-textinput": "^2.0.4",
"react-native-snap-carousel": "^3.6.0",
"react-native-svg": "^6.3.1",
"react-native-swipeout": "^2.3.3",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^1.5.11"
},
"devDependencies": {
"babel-jest": "22.4.3",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.3",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
}
}