-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.82 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.82 KB
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
{
"name": "jaeyoon.dev",
"version": "1.0.0",
"description": "프론트엔드 개발자 이재윤 기술 블로그",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"author": "devjaeyoon",
"dependencies": {
"@chakra-ui/gatsby-plugin": "^3.1.3",
"@chakra-ui/react": "^2.6.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mdx-js/react": "^2.3.0",
"framer-motion": "^10.12.4",
"gatsby": "^5.9.0",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-image": "^3.9.0",
"gatsby-plugin-lodash": "^6.11.0",
"gatsby-plugin-mdx": "^5.10.0",
"gatsby-plugin-sharp": "^5.9.0",
"gatsby-plugin-sitemap": "^6.12.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-images": "^7.10.0",
"gatsby-source-filesystem": "^5.9.0",
"gatsby-transformer-sharp": "^5.10.0",
"intersection-observer": "^0.12.2",
"lodash": "^4.17.21",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"smooth-scroll": "^16.1.3",
"smoothscroll-polyfill": "^0.4.4"
},
"devDependencies": {
"@types/lodash": "^4.14.0",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-syntax-highlighter": "^15.5.0",
"@types/smooth-scroll": "^16.1.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gatsby-plugin-typescript": "^5.9.0",
"typescript": "^5.0.0"
}
}