-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·36 lines (36 loc) · 1.29 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
{
"private": true,
"name": "personal-website",
"description": "Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.",
"version": "1.0.1",
"author": "Saurabh Thakur <[email protected]>",
"license": "MIT",
"starter-name": "gatsby-starter-minimal-blog",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop:cypress": "cross-env CYPRESS_SUPPORT=y yarn develop",
"build:cypress": "cross-env CYPRESS_SUPPORT=y yarn build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@lekoarts/gatsby-theme-minimal-blog": "^4.1.6",
"gatsby": "^4.12.1",
"gatsby-omni-font-loader": "^2.0.0",
"gatsby-plugin-feed": "^4.12.1",
"gatsby-plugin-google-analytics": "^4.13.0",
"gatsby-plugin-google-gtag": "^4.13.0",
"gatsby-plugin-manifest": "^4.12.1",
"gatsby-plugin-netlify": "^4.3.1",
"gatsby-plugin-offline": "^5.13.0",
"gatsby-plugin-sitemap": "^5.12.1",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.27",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}