-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.52 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
{
"name": "lewis-gatsby-starter-blog",
"description": "Everyone deserves a blog and this is mine",
"author": "@lewislbr",
"repository": {
"type": "git",
"url": "https://github.com/lewislbr/lewis-gatsby-starter-blog"
},
"version": "0.1.0",
"license": "MIT",
"private": true,
"scripts": {
"start": "gatsby develop",
"build": "rm -rf .cache && rm -rf public && gatsby build",
"serve": "gatsby serve",
"lint": "eslint --ext .js,.jsx .",
"format": "prettier --write --check \"!.cache\" \"!public\" ."
},
"dependencies": {
"babel-plugin-styled-components": "^1.12.0",
"eslint": "^7.15.0",
"eslint-plugin-react": "^7.21.5",
"gatsby": "^2.28.2",
"gatsby-image": "^2.7.0",
"gatsby-plugin-catch-links": "^2.6.0",
"gatsby-plugin-google-gtag": "^4.2.0",
"gatsby-plugin-offline": "^3.6.0",
"gatsby-plugin-react-helmet": "^3.6.0",
"gatsby-plugin-robots-txt": "^1.5.3",
"gatsby-plugin-sharp": "^2.10.1",
"gatsby-plugin-sitemap": "^2.8.0",
"gatsby-plugin-styled-components": "^3.6.0",
"gatsby-remark-embed-video": "^3.1.1",
"gatsby-remark-images": "^3.7.1",
"gatsby-remark-prismjs": "^5.10.0",
"gatsby-source-filesystem": "^2.7.0",
"gatsby-transformer-remark": "^2.12.0",
"gatsby-transformer-sharp": "^2.8.0",
"gsap": "^3.5.1",
"prettier": "^2.2.1",
"prismjs": "^1.27.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"styled-components": "^5.2.1",
"typewriter-effect": "^2.18.2"
}
}