-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.79 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
81
82
83
84
85
86
{
"name": "gatsby-starter-hoodie",
"private": false,
"description": "gatsby-starter-hoodie is a gatsby theme developed for developers to write tech blogs.",
"homepage": "https://devhudi.github.io/gatsby-starter-hoodie/",
"version": "0.2.0",
"author": "Hudi",
"dependencies": {
"gatsby": "^2.32.13",
"gatsby-image": "^2.4.21",
"gatsby-plugin-advanced-sitemap": "^2.1.0",
"gatsby-plugin-catch-links": "^3.5.0",
"gatsby-plugin-feed": "^2.7.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-offline": "^3.3.3",
"gatsby-plugin-react-helmet": "^4.5.0",
"gatsby-plugin-react-redux": "^1.1.0",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sharp": "^2.7.1",
"gatsby-plugin-sitemap": "^2.6.0",
"gatsby-plugin-styled-components": "^4.5.0",
"gatsby-remark-images": "^5.2.0",
"gatsby-remark-katex": "^3.5.0",
"gatsby-remark-prismjs": "^3.8.0",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-remark-static-images": "^1.2.1",
"gatsby-remark-sub-sup": "^1.0.0",
"gatsby-source-filesystem": "^2.4.2",
"gatsby-transformer-remark": "^2.10.0",
"gatsby-transformer-sharp": "^2.5.21",
"katex": "^0.12.0",
"lodash": "^4.17.20",
"prismjs": "^1.28.0",
"prop-types": "^15.7.2",
"query-string": "^6.13.8",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.0.0",
"react-md-spinner": "^1.0.0",
"react-redux": "^7.2.8",
"react-scroll": "^1.8.7",
"react-spring": "^8.0.27",
"react-utterances": "^0.6.4",
"redux": "^4.2.0",
"styled-components": "^5.3.5",
"styled-reset": "^4.4.1"
},
"devDependencies": {
"eslint-config-react-app": "^6.0.0",
"gh-pages": "^3.1.0",
"prettier": "2.1.2"
},
"keywords": [
"gatsby",
"gatsby-theme",
"gatsby-starter"
],
"license": "MIT",
"main": "n/a",
"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",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy-gh": "gatsby build && gh-pages -d public",
"deploy-gh-prefix-paths": "gatsby build --prefix-paths && gh-pages -d public",
"check:lint": "eslint . --ext .js,.jsx",
"fix:lint": "eslint . --fix --ext .js,.jsx",
"check:prettier": "prettier -c .",
"fix:prettier": "prettier -c --write ."
},
"repository": {
"type": "git",
"url": "https://github.com/devHudi/gatsby-starter-hoodie"
},
"bugs": {
"url": "https://github.com/devHudi/gatsby-starter-hoodie"
}
}