mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"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:"
|
|
}
|
|
}
|