-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "gatsby-dev-blog",
"version": "1.0.0",
"private": true,
"description": "Gatsby Dev Blog",
"author": "24to26",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fontsource/black-han-sans": "^4.5.0",
"@fontsource/do-hyeon": "^4.5.0",
"@fontsource/jua": "^4.5.0",
"@fontsource/noto-sans-kr": "^4.5.1",
"@fontsource/noto-serif-kr": "^4.5.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^3.14.0",
"gatsby-plugin-image": "^1.14.0",
"gatsby-plugin-mdx": "^2.14.0",
"gatsby-plugin-postcss": "^4.14.0",
"gatsby-plugin-sharp": "^3.14.0",
"gatsby-plugin-theme-ui": "^0.11.3",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-sharp": "^3.14.0",
"lmdb-store": "^1.6.8",
"postcss": "^8.3.8",
"postcss-preset-env": "^6.7.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"theme-ui": "^0.11.3"
}
}