2022-07-15 21:19:36 +08:00
{
"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" ,
2022-07-16 14:29:06 +08:00
"develop:cypress" : "cross-env CYPRESS_SUPPORT=y npm run develop" ,
"build:cypress" : "cross-env CYPRESS_SUPPORT=y npm run build" ,
2022-07-15 21:19:36 +08:00
"start" : "gatsby develop" ,
"serve" : "gatsby serve" ,
"clean" : "gatsby clean"
} ,
"dependencies" : {
2022-07-16 14:29:06 +08:00
"@lekoarts/gatsby-theme-minimal-blog" : "^4.1.7" ,
2022-07-15 21:19:36 +08:00
"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" ,
2022-07-16 14:29:06 +08:00
"react" : "^18.2.0" ,
"react-dom" : "^18.2.0"
2022-07-15 21:19:36 +08:00
} ,
"devDependencies" : {
"cross-env" : "^7.0.3"
}
}