-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 744 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 744 Bytes
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
{
"name": "RNCities",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"aws-appsync": "^1.0.11",
"aws-appsync-react": "^1.0.5",
"aws-sdk": "^2.190.0",
"graphql-tag": "^2.7.3",
"react": "16.2.0",
"react-apollo": "^2.0.4",
"react-native": "0.53.0",
"react-native-elements": "^0.19.0",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.0.0",
"uuid": "^3.2.1"
},
"devDependencies": {
"babel-jest": "22.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "22.2.1",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
}
}