-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.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
{
"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.12.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@theme-ui/presets": "^0.14.5",
"babel-plugin-styled-components": "^2.0.7",
"dotenv": "^16.0.1",
"gatsby": "^4.14.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-image": "^2.14.1",
"gatsby-plugin-mdx": "^3.14.0",
"gatsby-plugin-react-helmet": "^5.14.0",
"gatsby-plugin-styled-components": "^5.14.0",
"gatsby-plugin-theme-ui": "^0.14.5",
"gatsby-source-contentful": "^7.12.0",
"gatsby-source-filesystem": "^4.14.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"styled-components": "^5.3.5",
"theme-ui": "^0.14.5"
}
}