You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
741 B
JSON
32 lines
741 B
JSON
{
|
|
"name": "",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"author": "SasukeUchiha",
|
|
"keywords": [
|
|
"gatsby"
|
|
],
|
|
"scripts": {
|
|
"develop": "gatsby develop",
|
|
"start": "gatsby develop",
|
|
"build": "gatsby build",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^10.4.14",
|
|
"gatsby": "^5.11.0",
|
|
"gatsby-plugin-image": "^3.11.0",
|
|
"gatsby-plugin-postcss": "^6.11.0",
|
|
"gatsby-plugin-sharp": "^5.11.0",
|
|
"gatsby-plugin-sitemap": "^6.11.0",
|
|
"gatsby-source-filesystem": "^5.11.0",
|
|
"gatsby-transformer-sharp": "^5.11.0",
|
|
"postcss": "^8.4.24",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tailwindcss": "^3.3.2"
|
|
}
|
|
}
|