astro-hashnode/package/package.json

58 lines
1.3 KiB
JSON

{
"name": "@matthiesenxyz/astro-hashnode",
"version": "0.1.8",
"description": "An Integration to bring your Hashnode Headless Blog content into Astro!",
"author": {
"email": "adam@matthiesen.xyz",
"name": "Adam Matthiesen",
"url": "https://matthiesen.xyz"
},
"license": "MIT",
"keywords": [
"astro-integration",
"withastro",
"astro",
"cms",
"hashnode",
"blog",
"graphql",
"hashnode-headless"
],
"homepage": "https://github.com/matthiesenxyz/astro-hashnode",
"repository": {
"type": "git",
"url": "git+https://github.com/MatthiesenXYZ/astro-hashnode.git"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"files": [
"src"
],
"exports": {
".": "./src/index.ts",
"./api": "./src/hn-gql/index.ts",
"./components/*": "./src/components/*"
},
"scripts": {},
"type": "module",
"peerDependencies": {
"astro": ">=4.4.1"
},
"devDependencies": {
"vite": "^5.1.5"
},
"dependencies": {
"@tailwindcss/vite": "4.0.0-alpha.9",
"astro-font": "^0.0.78",
"astro-integration-kit": "0.6.0",
"astro-remote": "^0.3.2",
"astro-seo": "^0.8.3",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"picocolors": "^1.0.0",
"tailwindcss": "4.0.0-alpha.9",
"ultrahtml": "^1.5.3"
}
}