opencode/packages/css/package.json

19 lines
379 B
JSON
Raw Normal View History

2025-10-14 20:14:26 +08:00
{
"name": "@opencode-ai/css",
2025-10-17 11:17:07 +08:00
"version": "0.15.7",
2025-10-14 20:14:26 +08:00
"type": "module",
"exports": {
".": "./src/index.css",
2025-10-17 03:53:44 +08:00
"./*": "./src/*",
"./fonts/*": "./src/assets/fonts/*"
2025-10-14 20:14:26 +08:00
},
"scripts": {
2025-10-17 03:01:49 +08:00
"dev": "bun run dev.ts",
"generate:tailwind": "bun run script/colors.ts"
},
"dependencies": {
"tailwindcss": "catalog:",
"@tailwindcss/vite": "catalog:"
2025-10-14 20:14:26 +08:00
}
}