-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 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
{
"name": "whkang-devlog",
"version": "1.0.0",
"private": true,
"description": "whkang-devlog",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop -H 0.0.0.0 -p 8000",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@deckdeckgo/highlight-code": "^3.3.0",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@types/react-helmet": "^6.1.1",
"gatsby": "^3.4.1",
"gatsby-image": "^3.6.0",
"gatsby-plugin-canonical-urls": "^3.6.0",
"gatsby-plugin-emotion": "^6.5.0",
"gatsby-plugin-gatsby-cloud": "^2.5.0",
"gatsby-plugin-netlify-cms": "^5.5.0",
"gatsby-plugin-react-helmet": "^4.6.0",
"gatsby-plugin-robots-txt": "^1.6.2",
"gatsby-plugin-sharp": "^3.6.0",
"gatsby-plugin-sitemap": "^4.2.0",
"gatsby-plugin-typescript": "^3.5.0",
"gatsby-remark-copy-linked-files": "^4.3.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-highlight-code": "^3.0.0",
"gatsby-remark-images": "^5.3.0",
"gatsby-remark-prismjs": "^5.3.0",
"gatsby-remark-smartypants": "^4.3.0",
"gatsby-source-filesystem": "^3.6.0",
"gatsby-transformer-remark": "^4.3.0",
"gatsby-transformer-sharp": "^3.6.0",
"netlify-cms-app": "^2.15.9",
"prismjs": "^1.23.0",
"query-string": "^7.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.0",
"typescript": "^4.2.4"
}
}