-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.38 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
{
"name": "mkitigy.com",
"version": "0.0.1",
"private": true,
"description": "Personal blog about frontend develop.",
"repository": "https://github.com/GwangYeol-Im/mkitigy",
"author": "imgwang-yeol <mkitigy@gmail.com>",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"eslint-plugin-react": "^7.26.1",
"gatsby": "^4.0.2",
"gatsby-plugin-google-gtag": "^4.2.0",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-mdx": "^3.0.0",
"gatsby-plugin-sharp": "^4.0.0",
"gatsby-remark-copy-linked-files": "^5.0.0",
"gatsby-remark-images": "^6.0.0",
"gatsby-source-filesystem": "^4.0.0",
"gatsby-transformer-remark": "^5.0.0",
"gatsby-transformer-sharp": "^4.0.0",
"normalize.css": "^8.0.1",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
},
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"prepare": "husky install"
},
"devDependencies": {
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1",
"husky": "^7.0.2",
"lint-staged": "^11.2.3",
"prettier": "2.4.1",
"typescript": "^4.7.4"
}
}