-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) ยท 2.16 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
{
"name": "junghyeonsu-dev",
"private": true,
"scripts": {
"build": "gatsby build --log-pages",
"clean": "gatsby clean",
"dev": "gatsby develop",
"develop": "gatsby develop",
"serve": "gatsby serve",
"start": "gatsby develop",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "^3.0.6",
"@chakra-ui/react": "^2.3.7",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mdx-js/mdx": "^2.1.5",
"@mdx-js/react": "^2.3.0",
"framer-motion": "^7.6.2",
"gatsby": "^5.0.1",
"gatsby-plugin-advanced-sitemap": "^2.1.0",
"gatsby-plugin-clarity": "^1.0.1",
"gatsby-plugin-feed": "^5.0.0",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-image": "^3.0.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-mdx": "^5.0.0",
"gatsby-plugin-mdx-frontmatter": "^0.0.4",
"gatsby-plugin-sharp": "^5.0.0",
"gatsby-plugin-typegen": "^3.1.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-gifs": "^1.2.0",
"gatsby-remark-images": "^7.0.0",
"gatsby-source-filesystem": "^5.0.0",
"gatsby-transformer-sharp": "^5.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-player": "^2.16.0",
"react-syntax-highlighter": "^15.5.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-syntax-highlighter": "^15.5.5",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.24.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.0.0"
}
}