Files
root 33453ecc55
Deploy staging / deploy (push) Failing after 6s
Initial deployment setup
2026-08-31 16:45:24 +09:00

33 lines
753 B
JSON

{
"name": "@ufb/tailwindcss",
"version": "0.1.0",
"private": true,
"main": "index.js",
"types": "index.d.ts",
"typings": "index.d.ts",
"files": [
"dist/*.js",
"index.js",
"index.d.ts"
],
"scripts": {
"dev": "pnpm build",
"build": "node src/build",
"clean": "rm -rf .turbo node_modules dist .cache"
},
"devDependencies": {
"@ufb/eslint-config": "workspace:*",
"@ufb/prettier-config": "workspace:*",
"@ufb/tsconfig": "workspace:^",
"autoprefixer": "^10.4.27",
"eslint": "catalog:",
"glob": "^13.0.6",
"postcss": "^8.5.8",
"postcss-import": "^16.1.1",
"postcss-js": "^5.1.0",
"postcss-nesting": "^14.0.0",
"prettier": "catalog:",
"tailwindcss": "catalog:"
}
}