summaryrefslogtreecommitdiffhomepage
path: root/packages/css/package.json
blob: 46970ec783f7f9d5928d6abefd4adc23ef94c0b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "@opencode-ai/css",
  "version": "0.15.5",
  "type": "module",
  "exports": {
    ".": "./src/index.css",
    "./*": "./src/*"
  },
  "scripts": {
    "dev": "bun run dev.ts",
    "generate:tailwind": "bun run script/colors.ts"
  },
  "dependencies": {
    "tailwindcss": "catalog:",
    "@tailwindcss/vite": "catalog:"
  }
}