-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 877 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": "CleanEatingMobile",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "^0.17.1",
"babel-plugin-transform-remove-console": "^6.9.0",
"date-fns": "^1.29.0",
"moment": "^2.20.1",
"react": "16.2.0",
"react-native": "0.53.0",
"react-native-auth0": "^1.2.1",
"react-native-elements": "^0.18.5",
"react-native-markdown-renderer": "^3.0.2",
"react-native-markdown-view": "^1.1.4",
"react-native-sentry": "^0.34.0",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.0.3"
},
"devDependencies": {
"babel-jest": "22.0.6",
"babel-preset-react-native": "4.0.0",
"jest": "22.0.6",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
}
}