Newer
Older
"name": "@onegeo/gatsby-theme-onegeo",
"version": "0.0.1",
"main": "index.js",
"types": "index.d.ts",
"author": "GEOFIT",
"license": "MIT",
"peerDependencies": {
"gatsby": "^4.0.0",
"tailwindcss": "^3.0.0",
"typescript": "^4.0.0"
},
"dependencies": {
"gatsby-plugin-env-variables": "^2.2.0",
"gatsby-plugin-typesense": "^0.3.0",
"gatsby-source-graphql": "^4.12.1",
"react-autosuggest": "^10.1.0",
"react-instantsearch-dom": "^6.12.1",
"typesense-instantsearch-adapter": "^1.2.2"
},
"devDependencies": {
"@types/react-autosuggest": "^10.1.5",
"@types/react-instantsearch-dom": "^6.12.0",
"dotenv": "^10.0.0",
"dotenv-expand": "^8.0.1"
}
}