forked from prisma-archive/react-native-fullstack-graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.18 KB
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
{
"name": "react-native-fullstack-boilerplate",
"version": "0.1.0",
"private": true,
"devDependencies": {
"eslint": "4.18.1",
"eslint-config-airbnb": "16.1.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.7.0",
"eslint-plugin-react-native": "3.2.1",
"jest-expo": "25.1.0",
"react-native-scripts": "1.11.1",
"react-test-renderer": "16.2.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"apollo-client-preset": "1.0.8",
"expo": "25.0.0",
"graphql": "0.13.1",
"graphql-tag": "2.8.0",
"react": "16.2.0",
"react-apollo": "2.0.4",
"react-native": "https://github.com/expo/react-native/archive/sdk-25.0.0.tar.gz"
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}
}