Files
santaspeen.ru-blog/package.json
T
Artur Akmalov c36b65ca96 add plugins
2023-04-26 14:47:36 +05:00

39 lines
964 B
JSON

{
"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-feed": "^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-remark-images": "^7.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"
}
}