Home

tailwind-ctp @main - refs - log - search -
https://git.jolheiser.com/tailwind-ctp.git
TailwindCSS + Catppuccin
package.json - raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "tailwind-ctp",
  "version": "0.0.0",
  "description": "TailwindCSS + Catppuccin",
  "bin": "index.js",
  "scripts": {
    "build": "pkg . --compress Brotli --no-bytecode --public-packages \"*\" --public",
    "prebuild": "rimraf dist"
  },
  "devDependencies": {
    "@catppuccin/tailwindcss": "^0.1.6",
    "@tailwindcss/aspect-ratio": "^0.4.0",
    "@tailwindcss/container-queries": "^0.1.0",
    "@tailwindcss/forms": "^0.5.2",
    "@tailwindcss/typography": "^0.5.4",
    "autoprefixer": "^10.4.16",
    "fs-extra": "^10.1.0",
    "jest": "^27.2.5",
    "move-file-cli": "^3.0.0",
    "pkg": "^5.8.0",
    "rimraf": "^3.0.2",
    "tailwindcss": "^3.3.3"
  },
  "pkg": {
    "assets": "node_modules/tailwindcss/lib/css/preflight.css",
    "targets": [
      "node16-linuxstatic-x64"
    ],
    "outputPath": "dist"
  }
}