-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
51
{
"name": "@egonoid/gatsby-theme-common",
"private": false,
"version": "1.0.0",
"author": "egonoid GmbH (https://www.egonoid.com)",
"main": "index.ts",
"dependencies": {
"@mdx-js/mdx": "^1.6.18",
"@mdx-js/react": "^1.6.18",
"foundation-sites": "^6.6.3",
"gatsby-background-image": "^1.1.2",
"gatsby-image": "^2.4.19",
"gatsby-plugin-mdx": "^1.2.40",
"gatsby-plugin-offline": "^3.2.28",
"gatsby-plugin-react-helmet": "^3.3.11",
"gatsby-plugin-sass": "^2.3.13",
"gatsby-plugin-sharp": "^2.6.36",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-sharp": "^2.5.15",
"lodash": "^4.17.20",
"node-sass": "^4.14.1",
"normalize-scss": "^7.0.1",
"react-helmet": "^6.1.0",
"styled-components": "^5.2.0"
},
"devDependencies": {
"gatsby": "^3.1.0",
"prettier": "^2.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"peerDependencies": {
"gatsby": "^3.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve"
}
}