28 lines
644 B
JSON
28 lines
644 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": "^4.24.4",
|
|
"gatsby-plugin-google-analytics": "^4.24.0",
|
|
"gatsby-plugin-image": "^2.24.0",
|
|
"gatsby-plugin-sharp": "^4.24.0",
|
|
"gatsby-source-filesystem": "^4.24.0",
|
|
"gatsby-transformer-sharp": "^4.24.0",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0"
|
|
}
|
|
}
|