mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-19 08:00:13 +00:00
init
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user