-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.42 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
{
"name": "sudweb",
"version": "23.0.0",
"private": true,
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve --prefix-paths",
"clean": "gatsby clean",
"test": "vitest",
"lint": "eslint ."
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@mdx-js/react": "^2.3.0",
"@mui/material": "5.12.1",
"@notionhq/client": "^2.2.4",
"gatsby": "^5.9.0",
"gatsby-material-ui-components": "npm:@mab/gatsby-material-ui-components@^5.3.0",
"gatsby-plugin-image": "^3.9.0",
"gatsby-plugin-mdx": "^5.9.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-plausible": "^0.0.7",
"gatsby-plugin-sharp": "^5.9.0",
"gatsby-plugin-sitemap": "^6.9.0",
"gatsby-plugin-webfonts": "^2.3.2",
"gatsby-remark-images": "^7.9.0",
"gatsby-source-filesystem": "^5.9.0",
"gatsby-transformer-remark": "^6.9.0",
"gatsby-transformer-sharp": "^5.9.0",
"node-fetch": "^2.6.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"rehype-react": "^7.2.0",
"url-join": "^5.0.0"
},
"devDependencies": {
"@netlify/plugin-gatsby": "^3.6.1",
"eslint-config-airbnb": "^19.0.4",
"vitest": "^0.30.1"
},
"peerDependencies": {
"dotenv": "*",
"html-entities": "*"
}
}