-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
40 lines (40 loc) · 918 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
37
38
39
40
{
"name": "AWSTwitter",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"license": "MIT",
"dependencies": {
"aws-amplify": "^0.3.3",
"aws-amplify-react-native": "^0.2.9",
"aws-appsync": "^1.0.23",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"graphql-tag": "^2.9.2",
"lodash": "^4.17.10",
"mobx": "^4.2.1",
"mobx-react": "^5.1.2",
"moment": "^2.22.2",
"react": "16.3.1",
"react-apollo": "^2.1.4",
"react-native": "0.55.4",
"react-navigation": "^2.0.1",
"uuid": "^3.2.1"
},
"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"
},
"rnpm": {
"assets": [
"./src/assets/fonts/"
]
}
}