-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.25 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
{
"name": "jsconfkorea.com",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/jsconfkorea/jsconfkorea.com.git",
"author": "Chris Yang <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "gatsby develop -H 0.0.0.0",
"build": "gatsby build"
},
"dependencies": {
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@now/node": "^1.3.0",
"@types/node": "^13.1.0",
"@types/node-fetch": "^2.5.4",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/react-helmet": "^5.0.14",
"add": "^2.0.6",
"emotion-normalize": "^10.1.0",
"gatsby": "^2.18.17",
"gatsby-image": "^2.2.37",
"gatsby-plugin-emotion": "^4.1.18",
"gatsby-plugin-google-analytics": "^2.1.31",
"gatsby-plugin-intl": "^0.3.2",
"gatsby-plugin-layout": "^1.1.18",
"gatsby-plugin-nprogress": "^2.1.17",
"gatsby-plugin-page-creator": "^2.1.37",
"gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-typescript": "^2.1.23",
"node-fetch": "^2.6.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"typeface-noto-sans": "^0.0.72",
"typescript": "^3.7.4",
"yarn": "^1.22.0"
}
}