-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.31 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
40
41
42
43
44
45
46
47
48
{
"name": "nuAccount",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"apollo-cache-inmemory": "^1.1.9",
"apollo-client": "^2.2.5",
"apollo-link-context": "^1.0.5",
"apollo-link-http": "^1.3.3",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-transform-inline-environment-variables": "^0.3.0",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-preset-react-native": "^4.0.0",
"dotenv": "^4.0.0",
"graphql": "^0.13.1",
"graphql-tag": "^2.7.3",
"react": "16.2.0",
"react-apollo": "^2.0.4",
"react-native": "0.53.0",
"react-native-dimension": "^1.0.6",
"react-native-elements": "^0.19.0",
"react-native-fontawesome": "^5.7.0",
"react-native-masked-text": "^1.6.5",
"react-native-simple-dialogs": "^0.3.1",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.0.3",
"recompose": "^0.26.0",
"styled-components": "^3.1.6"
},
"devDependencies": {
"babel-jest": "22.2.2",
"babel-preset-react-native": "4.0.0",
"jest": "22.3.0",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./src/assets/fonts/"
]
}
}