This commit is contained in:
Artur Akmalov
2023-04-26 13:51:59 +05:00
parent a2b0ac0e74
commit 10bf082552
18 changed files with 36906 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"name": "blog",
"version": "1.0.0",
"private": true,
"description": "blog",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@mdx-js/react": "^2.3.0",
"gatsby": "^5.9.0",
"gatsby-plugin-image": "^3.9.0",
"gatsby-plugin-manifest": "^5.9.0",
"gatsby-plugin-mdx": "^5.9.0",
"gatsby-plugin-sharp": "^5.9.0",
"gatsby-plugin-sitemap": "^6.9.0",
"gatsby-source-filesystem": "^5.9.0",
"gatsby-transformer-remark": "^6.9.0",
"gatsby-transformer-sharp": "^5.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"gatsby-plugin-postcss": "^6.9.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.1"
}
}