-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 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-theme-connect-core",
"version": "1.0.0",
"private": true,
"description": "gatsby-theme-connect-core",
"author": "Chris Miller (Chrxs)",
"keywords": [
"gatsby"
],
"main": "gatsby-config.js",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mdx-js/react": "^1.6.22",
"@theme-ui/mdx": "^0.15.3",
"gatsby": "^4.24.6",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-plugin-sitemap": "^5.24.0",
"gatsby-plugin-theme-ui": "^0.15.3",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-transformer-sharp": "^4.24.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"theme-ui": "^0.15.3"
},
"peerDependencies": {
"gatsby": "^4.24.7"
},
"devDependencies": {
"gatsby-plugin-root-import": "^2.0.8"
}
}