mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
This change brings Turborepo monorepo to independently handle the marketing website, the docs website and any other future use cases for mutli-platform support. They are using internal @katanemo package handlers for the design system and logic.
13 lines
201 B
JSON
13 lines
201 B
JSON
{
|
|
"name": "@katanemo/tailwind-config",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"files": [
|
|
"tailwind.config.ts"
|
|
],
|
|
"devDependencies": {
|
|
"tailwindcss": "^4"
|
|
}
|
|
}
|
|
|