mirror of
https://github.com/sern-handler/website
synced 2026-06-18 05:42:20 +00:00
35 lines
893 B
JSON
35 lines
893 B
JSON
{
|
|
"name": "@astrojs/starlight-tailwind",
|
|
"version": "2.0.2",
|
|
"description": "Tailwind CSS plugin for the Starlight documentation theme for Astro",
|
|
"author": "Chris Swithinbank <swithinbank@gmail.com>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/withastro/starlight",
|
|
"directory": "packages/tailwind"
|
|
},
|
|
"bugs": "https://github.com/withastro/starlight/issues",
|
|
"homepage": "https://starlight.astro.build",
|
|
"type": "module",
|
|
"files": [
|
|
"index.ts"
|
|
],
|
|
"exports": {
|
|
".": "./index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@vitest/coverage-v8": "^1.3.1",
|
|
"postcss": "^8.4.33",
|
|
"vitest": "^1.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@astrojs/starlight": ">=0.9.0",
|
|
"@astrojs/tailwind": "^5.0.0",
|
|
"tailwindcss": "^3.3.3"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:coverage": "vitest run --coverage"
|
|
}
|
|
} |