UNPKG

spaceship-monolith

Version:
47 lines (46 loc) 1.16 kB
{ "name": "spaceship-monolith", "description": "Astro UI for Obsidian Vaults", "keywords": [ "astro", "withastro", "css", "ui" ], "version": "0.8.1", "author": "Aitor Llamas Jiménez <aitorllj93@gmail.com>", "homepage": "https://github.com/aitorllj93/astro-loader-obsidian", "repository": { "type": "git", "url": "git+https://github.com/aitorllj93/astro-loader-obsidian.git", "directory": "packages/astro-monolith" }, "bugs": "https://github.com/aitorllj93/astro-loader-obsidian/issues", "license": "MIT", "type": "module", "exports": { "./base": "./common/base.css", "./dark": "./dark.css", "./light": "./light.css", "./theme": "./theme.css", "./galaxy": "./galaxy/theme.css", "./journey": "./journey/theme.css", "./temple": "./temple/theme.css", "./themes/*": "./*" }, "devDependencies": { "@types/node": "18.16.9", "astro": "^5.12.8" }, "peerDependencies": { "astro": "^5.12.8" }, "dependencies": { "@iconify/json": "^2.2.371", "@iconify/tailwind4": "^1.0.6", "@tailwindcss/typography": "^0.5.16", "tailwind-scrollbar": "^4.0.2", "tailwindcss": "^4.1.11", "tailwindcss-animated": "^2.0.0" } }