-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.27 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
49
50
{
"name": "appsync-apollo",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "23.3.10",
"@types/node": "10.12.12",
"@types/react": "16.7.13",
"@types/react-dom": "16.0.11",
"antd": "^3.11.0",
"apollo-boost": "^0.1.22",
"aws-appsync": "^1.5.2",
"aws-appsync-react": "^1.2.3",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"react": "^16.6.3",
"react-apollo": "^2.3.2",
"react-dom": "^16.6.3",
"react-scripts": "2.1.1",
"typescript": "3.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --verbose=false",
"eject": "react-scripts eject",
"lint": "tslint 'src/**/*.ts{,x}' -p tsconfig.json"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/enzyme": "^3.1.15",
"@types/enzyme-adapter-react-16": "^1.0.3",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"prettier": "^1.15.3",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.17.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^3.6.0"
}
}