gatsby-blog/package.json

34 lines
1.2 KiB
JSON
Executable File

{
"private": true,
"name": "minimal-blog",
"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.3.12",
"author": "LekoArts <hello@lekoarts.de>",
"license": "0BSD",
"starter-name": "gatsby-starter-minimal-blog",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop:cypress": "cross-env CYPRESS_SUPPORT=y npm run develop",
"build:cypress": "cross-env CYPRESS_SUPPORT=y npm run build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@lekoarts/gatsby-theme-minimal-blog": "^4.1.7",
"gatsby": "^4.18.2",
"gatsby-omni-font-loader": "^2.0.0",
"gatsby-plugin-feed": "^4.18.1",
"gatsby-plugin-gatsby-cloud": "^4.18.1",
"gatsby-plugin-manifest": "^4.18.1",
"gatsby-plugin-sitemap": "^5.18.1",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.27",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}