29 lines
681 B
JSON
29 lines
681 B
JSON
{
|
|
"name": "social-oj-o",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "social-oj-o",
|
|
"author": "heimoshuiyu",
|
|
"keywords": [
|
|
"gatsby"
|
|
],
|
|
"scripts": {
|
|
"develop": "gatsby develop",
|
|
"start": "gatsby develop",
|
|
"build": "gatsby build",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean"
|
|
},
|
|
"dependencies": {
|
|
"gatsby": "^5.1.0",
|
|
"gatsby-plugin-google-analytics": "^5.1.0",
|
|
"gatsby-plugin-google-gtag": "^5.1.0",
|
|
"gatsby-plugin-image": "^3.1.0",
|
|
"gatsby-plugin-sharp": "^5.1.0",
|
|
"gatsby-source-filesystem": "^5.1.0",
|
|
"gatsby-transformer-sharp": "^5.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|