-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 2.06 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
{
"name": "gdl-developer",
"description": "A developer portal for GDL",
"license": "Apache-2.0",
"author": "[email protected]",
"scripts": {
"dev": "gatsby develop",
"format": "prettier --write '*.js' 'src/**/*.js'",
"build": "gatsby build",
"start": "gatsby serve",
"deploy": "gatsby build && s3-deploy './public/**' --cwd './public/' --bucket ${GDL_DEVELOPER_BUCKET} --deleteRemoved --distId ${GDL_DEVELOPER_CLOUD_DIST_ID} --invalidate '/*'"
},
"dependencies": {
"@emotion/core": "10.0.7",
"@emotion/styled": "10.0.7",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "3.0.2",
"core-js": "2.6.3",
"emotion": "^10.0.7",
"emotion-server": "^10.0.7",
"facepaint": "^1.2.1",
"gatsby": "2.0.118",
"gatsby-image": "^2.0.29",
"gatsby-plugin-catch-links": "^2.0.10",
"gatsby-plugin-emotion": "4.0.1",
"gatsby-plugin-manifest": "2.0.17",
"gatsby-plugin-material-ui": "^1.2.4",
"gatsby-plugin-offline": "2.0.23",
"gatsby-plugin-react-helmet": "3.0.6",
"gatsby-plugin-sharp": "^2.0.20",
"gatsby-plugin-typescript": "2.0.7",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^2.0.9",
"gatsby-remark-images": "3.0.4",
"gatsby-remark-prismjs": "^3.2.4",
"gatsby-source-filesystem": "2.0.20",
"gatsby-transformer-remark": "2.2.4",
"gatsby-transformer-sharp": "^2.1.13",
"invariant": "^2.2.4",
"jss": "9.8.7",
"normalize.css": "^8.0.1",
"polished": "^3.0.4",
"prismjs": "^1.15.0",
"react": "16.8.1",
"react-dom": "16.8.1",
"react-helmet": "5.2.0",
"react-jss": "8.6.1",
"rehype-react": "^3.1.0",
"s3-deploy": "^1.2.1",
"swagger-ui": "^3.20.7"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/runtime": "^7.3.1",
"@emotion/babel-preset-css-prop": "^10.0.7",
"@types/invariant": "^2.2.29",
"@types/react-dom": "^16.8.2",
"@types/react-helmet": "^5.0.8",
"@types/react-jss": "^8.6.1",
"babel-plugin-emotion": "^10.0.7",
"prettier": "1.16.4"
}
}