mirror of
https://github.com/catppuccin/mdBook.git
synced 2026-01-09 05:01:28 +08:00
26 lines
840 B
JSON
26 lines
840 B
JSON
{
|
|
"name": "catppuccin-mdbook",
|
|
"version": "3.1.1",
|
|
"description": "Soothing pastel theme for mdBook",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "sass -I node_modules --no-charset --no-source-map src/catppuccin.scss:dist/catppuccin.css src/catppuccin-admonish.scss:dist/catppuccin-admonish.css src/catppuccin-alerts.scss:dist/catppuccin-alerts.css"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/catppuccin/mdBook.git"
|
|
},
|
|
"author": "Catppuccin Org <releases@catppuccin.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/catppuccin/mdBook/issues"
|
|
},
|
|
"homepage": "https://github.com/catppuccin/mdBook#readme",
|
|
"devDependencies": {
|
|
"@catppuccin/highlightjs": "^1.0.1",
|
|
"@catppuccin/palette": "^1.7.1",
|
|
"sass": "^1.86.0"
|
|
},
|
|
"packageManager": "pnpm@10.10.0"
|
|
}
|