-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.84 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
87
88
{
"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": {
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^2.1.4",
"gatsby": "^5.11.0",
"gatsby-image": "^2.4.21",
"gatsby-plugin-catch-links": "^5.11.0",
"gatsby-plugin-feed": "^5.11.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-gtag": "1.0.13",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-offline": "^6.11.0",
"gatsby-plugin-react-helmet": "^6.11.0",
"gatsby-plugin-react-redux": "^1.1.0",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-plugin-sitemap": "^6.11.0",
"gatsby-plugin-styled-components": "^6.11.0",
"gatsby-remark-images": "^7.11.0",
"gatsby-remark-katex": "^3.5.0",
"gatsby-remark-prismjs": "^7.11.0",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-remark-static-images": "^1.2.1",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-remark": "^2.10.0",
"gatsby-transformer-sharp": "^5.11.0",
"katex": "^0.12.0",
"lodash": "^4.17.21",
"minipass": "6.0.2",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.11.0",
"react-md-spinner": "^1.0.0",
"react-redux": "^8.1.1",
"react-scroll": "^1.8.9",
"react-spring": "^9.7.2",
"redux": "^4.2.1",
"sharp": "^0.32.1",
"styled-components": "^5.2.1",
"styled-reset": "^4.4.7",
"utterances-react-component": "^1.0.0"
},
"devDependencies": {
"eslint-config-react-app": "^7.0.1",
"gh-pages": "^6.1.1",
"prettier": "2.8.8"
},
"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": "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"
}
}