aki_site/package.json

23 lines
435 B
JSON

{
"name": "aki_site",
"version": "1.0.0",
"private": true,
"description": "aki_site",
"author": "Priyatham Sai Chand",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^3.11.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}