aki_site/package.json

33 lines
795 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": {
"@mdx-js/mdx": "^1.6.22",
"@react-spring/parallax": "^9.2.4",
"@react-spring/web": "^9.2.4",
"@theme-ui/presets": "^0.9.1",
"gatsby-plugin-mdx": "^2.10.1",
"gatsby-plugin-react-helmet": "^4.10.0",
"gatsby-plugin-theme-ui": "^0.9.1",
"gatsby-source-filesystem": "^3.10.0",
"react-helmet": "^6.1.0",
"gatsby": "^3.11.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"theme-ui": "^0.9.1"
}
}