-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.47 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "meetup-softball",
"description": "Meetup Softball Site",
"version": "0.1.0",
"author": "Vien Tang <[email protected]>",
"scripts": {
"setup": "npm run test && npm run build",
"start": "gatsby develop",
"build": "gatsby build",
"format": "prettier --write \"src/**/*.js\"",
"test": "jest",
"test:watch": "jest --watchAll",
"clean": "gatsby clean"
},
"dependencies": {
"@aws-amplify/api": "^2.1.6",
"@aws-amplify/auth": "^2.1.6",
"antd": "3.26.11",
"aws-amplify": "2.2.5",
"aws-amplify-react": "3.1.6",
"classnames": "^2.2.6",
"fetch-jsonp": "^1.1.3",
"gatsby": "2.19.18",
"gatsby-image": "^2.0.15",
"gatsby-plugin-env-variables": "^1.0.1",
"gatsby-plugin-manifest": "^2.2.41",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "^2.0.34",
"gatsby-plugin-typography": "^2.2.13",
"gatsby-source-filesystem": "^2.0.27",
"gatsby-source-graphql": "2.1.25",
"gatsby-transformer-sharp": "^2.1.4",
"graphql": "14.6.0",
"jest": "^24.5.0",
"jest-haste-map": "^24.5.0",
"lodash": "^4.17.13",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-helmet": "^5.2.0",
"react-share": "^2.4.0",
"react-table": "6.10.0",
"typeface-oleo-script": "^0.0.72",
"typeface-shrikhand": "^0.0.72"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"devDependencies": {
"babel-eslint": "^9.0.0",
"babel-jest": "^24.5.0",
"babel-preset-gatsby": "^0.1.6",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^4.0.0",
"identity-obj-proxy": "^3.0.0",
"prettier": "^1.16.4",
"react-test-renderer": "^16.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/vientang/meetup-softball"
},
"resolutions": {
"graphql": "14.6.0"
}
}