-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.91 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
{
"name": "gatsby-starter-developer-diary",
"private": true,
"description": "A Gatsby blog template designed for web developers. Blazing fast, it includes beautful web developer topic tags and social-media links",
"version": "0.1.0",
"author": "willjw3 <https://github.com/willjw3>",
"dependencies": {
"@emotion/core": "^10.0.35",
"bootstrap": "^4.5.2",
"emotion": "^10.0.27",
"gatsby": "^2.24.53",
"gatsby-image": "^2.4.16",
"gatsby-plugin-emotion": "^4.3.10",
"gatsby-plugin-feed": "^2.13.1",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.4.27",
"gatsby-plugin-netlify-cms": "^4.3.12",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.31",
"gatsby-remark-images": "^3.3.28",
"gatsby-remark-prismjs": "^3.5.11",
"gatsby-remark-responsive-iframe": "^2.4.12",
"gatsby-source-filesystem": "^2.3.27",
"gatsby-transformer-remark": "^2.8.32",
"gatsby-transformer-sharp": "^2.5.14",
"lodash": "^4.17.20",
"netlify-cms-app": "^2.12.20",
"prismjs": "^1.21.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-custom-share": "^0.4.8",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-icons": "^3.11.0"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"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/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}