-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.68 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
{
"name": "gatsby-blog",
"private": true,
"description": "",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"babel-plugin-styled-components": "^1.11.1",
"dark-theme-github": "github:remorses/dark-github-theme",
"disable-scroll": "^0.5.1",
"gatsby": "^2.32.11",
"gatsby-alias-imports": "^1.0.4",
"gatsby-image": "^2.4.21",
"gatsby-plugin-feed": "^2.5.17",
"gatsby-plugin-manifest": "^2.4.34",
"gatsby-plugin-offline": "^3.2.31",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-robots-txt": "^1.5.3",
"gatsby-plugin-sharp": "^2.6.42",
"gatsby-plugin-sitemap": "^2.4.17",
"gatsby-plugin-styled-components": "^3.3.14",
"gatsby-plugin-typography": "^2.5.13",
"gatsby-remark-copy-linked-files": "^2.3.19",
"gatsby-remark-images": "^3.3.33",
"gatsby-remark-vscode": "^3.1.0",
"gatsby-source-filesystem": "^2.3.34",
"gatsby-transformer-remark": "^2.8.38",
"gatsby-transformer-sharp": "^2.5.17",
"lodash": "^4.17.21",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.19",
"styled-components": "^5.2.0",
"styled-reset": "^4.2.3",
"typography": "^0.16.19",
"vscode-theme-github-light": "github:chuling/vscode-theme-github-light"
},
"devDependencies": {
"eslint": "^7.11.0",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"prettier": "2.0.5"
}
}