-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.88 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
{
"name": "@jakartajs/conference-website",
"description": "Source code for the JakartaJS Conference website",
"version": "1.0.0",
"author": "JakartaJS <https://www.jakartajs.org>",
"contributors": [
{
"name": "Resi Respati",
"email": "[email protected]",
"url": "https://resir014.xyz"
}
],
"dependencies": {
"@emotion/core": "^10.0.6",
"@emotion/styled": "^10.0.6",
"classnames": "^2.2.6",
"emotion-theming": "^10.0.6",
"gatsby": "^2.0.91",
"gatsby-image": "^2.0.26",
"gatsby-link": "^2.0.8",
"gatsby-plugin-canonical-urls": "^2.0.8",
"gatsby-plugin-emotion": "^4.0.1",
"gatsby-plugin-netlify": "^2.0.6",
"gatsby-plugin-react-helmet": "^3.0.5",
"gatsby-plugin-sharp": "^2.0.17",
"gatsby-remark-copy-linked-files": "^2.0.8",
"gatsby-remark-images": "^3.0.1",
"gatsby-remark-responsive-iframe": "^2.0.8",
"gatsby-remark-smartypants": "^2.0.7",
"gatsby-source-filesystem": "^2.0.16",
"gatsby-transformer-json": "^2.1.7",
"gatsby-transformer-remark": "^2.2.0",
"gatsby-transformer-sharp": "^2.1.10",
"modern-normalize": "^0.5.0",
"normalize.css": "^8.0.1",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-helmet": "^5.2.0",
"typeface-roboto": "^0.0.54"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier-eslint --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"eslint": "^5.12.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.6.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"prettier": "^1.16.0",
"prettier-eslint-cli": "^4.7.1"
}
}