馃捇 My personal website
blog.kacaii.dev/
blog
gleam
lustre
1{
2 "name": "@catppuccin/tailwindcss",
3 "version": "1.0.0",
4 "description": "馃挩 Soothing pastel theme for TailwindCSS",
5 "author": "Catppuccin Org <releases@catppuccin.com>",
6 "license": "MIT",
7 "publishConfig": {
8 "access": "public",
9 "provenance": true,
10 "registry": "https://registry.npmjs.org"
11 },
12 "engines": {
13 "node": ">=22.0.0"
14 },
15 "files": [
16 "./frappe.css",
17 "./macchiato.css",
18 "./mocha.css"
19 ],
20 "bugs": {
21 "url": "https://github.com/catppuccin/tailwindcss/issues"
22 },
23 "homepage": "https://github.com/catppuccin/tailwindcss#readme",
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/catppuccin/tailwindcss.git",
27 "directory": "packages/catppuccin-tailwindcss"
28 },
29 "sponsor": {
30 "url": "https://opencollective.com/catppuccin"
31 },
32 "keywords": [
33 "pastel-colors",
34 "catppuccin",
35 "colors",
36 "theme",
37 "palette",
38 "soothing"
39 ],
40 "devDependencies": {
41 "@catppuccin/palette": "2.0.0-beta.1",
42 "sass": "^1.89.2"
43 },
44 "scripts": {
45 "build": "sass -I node_modules --no-source-map src:./",
46 "watch": "sass -I node_modules --no-source-map --watch --update --style=expanded src:./"
47 }
48}