-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.54 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "gatsby-starter-morning-dew",
"version": "0.0.0-development",
"description": "A Gatsby theme/starter to build lightning-fast blog/websites",
"keywords": [
"blog",
"gatsby",
"gatsby-plugin",
"gatsby-theme",
"starter"
],
"homepage": "https://github.com/maxpou/gatsby-starter-morning-dew#readme",
"bugs": {
"url": "https://github.com/maxpou/gatsby-starter-morning-dew/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/maxpou/gatsby-starter-morning-dew.git"
},
"license": "MIT",
"author": "Maxence Poutord <[email protected]>",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js' 'data/siteConfig.js' 'gatsby-*.js' 'scripts/*.js'",
"generatePostPreviewImages": "./scripts/generatePostPreviewImages.js",
"lh": "lighthousebot",
"semantic-release": "semantic-release",
"start": "gatsby develop",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"bin": {
"generatePostPreviewImages": "./scripts/generatePostPreviewImages.js"
},
"dependencies": {
"@mdx-js/mdx": "^1.5.9",
"@mdx-js/react": "^1.5.9",
"babel-plugin-styled-components": "^1.13.2",
"gatsby": "^3.0.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-compile-es6-packages": "^2.1.1",
"gatsby-plugin-google-tagmanager": "^3.13.0",
"gatsby-plugin-image": "^1.14.0",
"gatsby-plugin-mdx": "^2.13.0",
"gatsby-plugin-offline": "^4.13.0",
"gatsby-plugin-react-helmet": "^4.13.0",
"gatsby-plugin-sharp": "^3.14.0",
"gatsby-plugin-styled-components": "^4.13.0",
"gatsby-remark-autolink-headers": "^4.10.0",
"gatsby-remark-copy-linked-files": "^4.10.0",
"gatsby-remark-images": "^5.10.0",
"gatsby-remark-prismjs": "^5.10.0",
"gatsby-remark-responsive-iframe": "^4.10.0",
"gatsby-remark-smartypants": "^4.10.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-remark": "^4.10.0",
"gatsby-transformer-sharp": "^3.14.0",
"moment-timezone": "^0.5.33",
"node-fetch": "^2.6.2",
"prismjs": "^1.24.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-helmet": "^6.0.0",
"styled-components": "^5.3.1"
},
"devDependencies": {
"lighthousebot": "^1.0.0",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"puppeteer": "^1.17.0",
"semantic-release": ">=17.2.3",
"yaml": "^1.10.2"
},
"peerDependencies": {
"gatsby": "^3.0.0",
"react": "^16.13.0",
"react-dom": "^16.13.0"
}
}