-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.13 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
{
"name": "apollo_starter_kit",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "rm ./node_modules/react-native/local-cli/core/__fixtures__/files/package.json || true && react-native start -- --reset-cache --transformer node_modules/react-native-typescript-transformer/index.js --sourceExts ts,tsx",
"test": "jest"
},
"dependencies": {
"apollo-boost": "^0.1.4",
"apollo-client": "^2.2.8",
"appcenter-analytics": "^1.5.0",
"appcenter-crashes": "^1.5.0",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.1",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"react": "^16.3.1",
"react-apollo": "^2.1.3",
"react-native": "^0.55.3",
"react-native-code-push": "^5.3.2",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^1.5.11",
"redux-form": "^7.3.0"
},
"devDependencies": {
"@types/react": "^16.3.13",
"babel-jest": "^22.4.3",
"babel-preset-react-native": "^4.0.0",
"jest": "^22.4.3",
"react-native-typescript-transformer": "^1.2.5",
"react-test-renderer": "16.3.1",
"typescript": "^2.8.3"
},
"jest": {
"preset": "react-native"
}
}