This repository has been archived by the owner on Nov 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.73 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
{
"name": "uchanlee.dev",
"version": "1.0.0",
"private": true,
"description": "Blog posted about front end development.",
"author": "_uchanlee[WooChanLee]<uchanlee.dev@gmail.com>",
"keywords": [
"gatsby"
],
"bugs": {
"url": "https://github.com/woochanleee/uchanlee.dev/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/woochanleee/uchanlee.dev.git"
},
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build"
},
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"gatsby": "^2.29.3",
"gatsby-plugin-emotion": "^5.1.0",
"gatsby-plugin-feed": "^2.10.0",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-manifest": "^2.9.1",
"gatsby-plugin-offline": "^3.7.1",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sharp": "^2.11.2",
"gatsby-plugin-sitemap": "^2.9.0",
"gatsby-plugin-typescript": "^2.9.0",
"gatsby-remark-autolink-headers": "^2.8.0",
"gatsby-remark-images": "^3.8.1",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-remark-prismjs": "^3.10.0",
"gatsby-source-filesystem": "^2.8.1",
"gatsby-transformer-remark": "^2.13.1",
"gatsby-transformer-sharp": "^2.9.0",
"prismjs": "^1.23.0",
"query-string": "^6.13.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-switch": "^5.0.1",
"smooth-scroll": "^16.0.0",
"smoothscroll-polyfill": "^0.4.4"
},
"devDependencies": {
"@types/node": "^14.14.17",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.1.0"
}
}