-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "pudro.com",
"private": true,
"description": "Site for pudro.com",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "yarn run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.25.8",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-mdx": "^3.20.0",
"gatsby-plugin-next-seo": "^1.11.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sass": "^6.12.3",
"gatsby-plugin-sitemap": "^5.25.0",
"gatsby-source-filesystem": "^5.13.0",
"sass": "^1.69.5",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.1"
},
"devDependencies": {
"prettier": "3.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/mjorgens/pudro.com"
},
"bugs": {
"url": "https://github.com/mjorgens/pudro.com/issues"
}
}