32 lines
783 B
JSON
32 lines
783 B
JSON
{
|
|
"name": "@kan/tailwind-config",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./web": "./web.ts"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "git clean -xdf .cache .turbo node_modules",
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
"lint": "eslint",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/forms": "^0.5.6",
|
|
"postcss": "^8.4.49",
|
|
"tailwind-scrollbar": "^3.0.5",
|
|
"tailwindcss": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@kan/eslint-config": "workspace:*",
|
|
"@kan/prettier-config": "workspace:*",
|
|
"@kan/tsconfig": "workspace:*",
|
|
"eslint": "catalog:",
|
|
"prettier": "catalog:",
|
|
"typescript": "catalog:"
|
|
},
|
|
"prettier": "@kan/prettier-config"
|
|
}
|