-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.41 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
{
"name": "routed-website",
"version": "0.0.1",
"private": true,
"description": "Website for the Routed app.",
"author": "Team Routed",
"keywords": [],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths --log-pages",
"serve": "gatsby serve --prefix-paths",
"clean": "gatsby clean"
},
"dependencies": {
"@contentful/rich-text-types": "^15.13.2",
"@emotion/react": "^11.11.0",
"@fontsource/public-sans": "^4.5.10",
"@lekoarts/gatsby-theme-specimens": "^6.1.0",
"@lekoarts/gatsby-theme-styleguide": "^5.1.0",
"@mdx-js/react": "^2.3.0",
"@theme-ui/match-media": "^0.15.1",
"@theme-ui/presets": "^0.14.7",
"babel-plugin-styled-components": "^2.1.1",
"dotenv": "^16.0.2",
"gatsby": "^5.9.1",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-image": "^3.9.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^5.9.0",
"gatsby-plugin-styled-components": "^6.9.0",
"gatsby-plugin-theme-ui": "^0.15.7",
"gatsby-source-contentful": "^8.9.1",
"gatsby-source-filesystem": "^5.9.0",
"gatsby-transformer-sharp": "^5.9.0",
"graphql": "^16.0",
"joi": "^17.9.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"styled-components": "^5.3.5",
"theme-ui": "^0.15.7"
},
"engines" : {
"node" : ">=18.0.0"
}
}