-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 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
{
"name": "blog",
"private": true,
"description": "winterjung engineering blog",
"version": "0.0.0",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/winterjung/blog.git"
},
"bugs": {
"url": "https://github.com/winterjung/blog/issues"
},
"homepage": "https://www.winterjung.dev",
"dependencies": {
"@emotion/core": "^11.0.0",
"@vercel/analytics": "^1.1.3",
"@vercel/gatsby-plugin-vercel-analytics": "^1.0.11",
"@vercel/speed-insights": "^1.0.10",
"gatsby": "^5.13.3",
"gatsby-plugin-emotion": "^8.13.1",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-typography": "^5.13.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.23",
"typography": "^0.16.24"
},
"devDependencies": {
"prettier": "^3.2.4"
},
"optionalDependencies": {
"@parcel/watcher-linux-x64-glibc": "^2.4.0"
}
}