aki_site/package.json

33 lines
795 B
JSON
Raw Normal View History

2021-08-24 10:53:24 -07:00
{
"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": {
2021-08-24 11:09:28 -07:00
"@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",
2021-08-24 10:53:24 -07:00
"gatsby": "^3.11.1",
"react": "^17.0.1",
2021-08-24 11:09:28 -07:00
"react-dom": "^17.0.1",
"theme-ui": "^0.9.1"
2021-08-24 10:53:24 -07:00
}
}