{
"name": "pussy-landing",
"version": "1.0.0",
"private": true,
"description": "pussy-landing",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@tanstack/react-table": "^8.20.5",
"axios": "^1.7.7",
"classnames": "^2.5.1",
"gatsby": "^5.14.0",
"gatsby-adapter-netlify": "^1.2.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-sass": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.80.6"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"typescript": "^5.3.3"
}
}