mirror of
https://github.com/catppuccin/highlightjs.git
synced 2026-01-09 05:01:10 +08:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@catppuccin/highlightjs",
|
|
"version": "1.0.1",
|
|
"description": "Soothing pastel theme for Highlight.js",
|
|
"repository": "https://github.com/catppuccin/highlightjs.git",
|
|
"author": "Catppuccin Org <releases@catppuccin.com>",
|
|
"contributors": [
|
|
"winston <hey@winston.sh>",
|
|
"uncenter <hi@uncenter.dev>"
|
|
],
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/catppuccin"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/catppuccin"
|
|
}
|
|
],
|
|
"files": [
|
|
"css/**",
|
|
"sass/**"
|
|
],
|
|
"license": "MIT",
|
|
"private": false,
|
|
"scripts": {
|
|
"build": "rimraf css && sass -I node_modules sass:css --no-source-map --style=compressed",
|
|
"build:pages": "npm run build && tailwindcss -mo preview/style.css",
|
|
"preview": "serve preview",
|
|
"prepare": "npm run build"
|
|
},
|
|
"devDependencies": {
|
|
"@catppuccin/palette": "^1.0.0",
|
|
"@catppuccin/tailwindcss": "^0.1.6",
|
|
"rimraf": "^6.0.0",
|
|
"sass": "^1.85.1",
|
|
"serve": "^14.2.1",
|
|
"tailwindcss": "^3.3.3"
|
|
}
|
|
}
|