-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 KB
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": "gatsby-starter-hypersite",
"description": "Site starter for Gatsby Hyperobjekt projects",
"version": "1.4.0",
"author": "Lane Olson <laneolson@gmail.com>",
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@hyperobjekt/cms-config": "^1.0.3",
"@hyperobjekt/material-ui-website": "1.0.12",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"formik": "^2.2.9",
"gatsby": "^3.2.1",
"gatsby-plugin-netlify-cms": "^5.14.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^4.0.0",
"gatsby-theme-hypersite": "^1.4.0",
"gatsby-transformer-json": "^4.0.0",
"netlify-cms-app": "^2.15.51",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"resolutions": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"keywords": [
"gatsby",
"gatsby-starter",
"gatsby-plugin"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/Hyperobjekt/gatsby-starter-hyperobjekt"
}
}