-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.69 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "yeehanchung.com",
"private": true,
"description": "Yeehan's website, built with Gatsby.",
"version": "2.0.0",
"author": "Yeehan <[email protected]> (http://yeehanchung.com)",
"homepage": "http://yeehanchung.com",
"dependencies": {
"@gatsbyjs/reach-router": "^1.3.6",
"ansi-regex": "^5.0.1",
"autoprefixer": "^9.8.6",
"gatsby": "^4.1.3",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-analytics": "^3.12.0",
"gatsby-plugin-manifest": "^3.12.0",
"gatsby-plugin-offline": "^3.5.0",
"gatsby-plugin-preact": "^6.9.0",
"gatsby-plugin-react-helmet": "^4.12.0",
"gatsby-plugin-sass": "^4.12.0",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-plugin-styled-components": "^5.5.0",
"gatsby-remark-autolink-headers": "^4.9.0",
"gatsby-remark-figure-caption": "^2.0.0",
"gatsby-remark-images": "^5.9.0",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-remark-prismjs": "^5.9.0",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-source-filesystem": "^3.12.0",
"gatsby-transformer-remark": "^4.9.0",
"gatsby-transformer-sharp": "^3.12.0",
"node-sass": "^6.0.1",
"postcss": "^8.3.6",
"preact": "^10.6.6",
"preact-render-to-string": "^5.1.20",
"prismjs": "^1.24.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-is": "^17.0.2",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/node": "^17.0.10",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^6.1.5",
"@types/styled-components": "^5.1.21",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"typescript": "^4.5.5"
},
"keywords": [
"gatsby",
"react",
"resume",
"template",
"reactjs",
"gatsbyjs",
"resume website",
"portfolio website"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,scss}\"",
"prettier-docs": "prettier --config .prettierrc --write \"**/*.{md,mdx}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "https://github.com/yeehanchung/yeehanchung.com"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}