-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.63 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.63 KB
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
{
"name": "gatsbyblog-hashnode-headless",
"version": "1.0.0",
"private": true,
"description": "A starter kit for building quickly with Hashnode-headless and Gatsby ",
"author": "xprilion",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop",
"dev:clean": "gatsby clean && gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"deploy": "yarn clean && yarn build && yarn gh-pages -d public"
},
"dependencies": {
"@types/prismjs": "^1.26.3",
"autoprefixer": "^10.4.16",
"gatsby": "^5.12.4",
"gatsby-plugin-advanced-sitemap": "^2.1.0",
"gatsby-plugin-google-gtag": "^5.12.3",
"gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-postcss": "^6.12.0",
"gatsby-plugin-react-helmet": "^6.13.0",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-source-filesystem": "^5.13.0",
"gatsby-source-graphql": "^5.12.1",
"gatsby-transformer-sharp": "^5.13.0",
"html-react-parser": "^5.1.1",
"node-fetch": "^3.3.2",
"node-html-parser": "^6.1.12",
"postcss": "^8.4.32",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-cusdis": "^2.1.3",
"react-dom": "^18.2.0",
"react-full-screen": "^1.1.1",
"react-helmet": "^6.1.0",
"react-hotkeys-hook": "^4.4.4",
"tailwindcss": "^3.3.6"
},
"devDependencies": {
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-helmet": "^6.1.11",
"gh-pages": "^6.1.0",
"typescript": "^5.1.6"
}
}