Files
SDI 12e4f17b62
CI / typecheck (push) Successful in 1m8s
CI / format (push) Failing after 1m6s
CI / lint (push) Failing after 49s
CI / test (push) Failing after 1m8s
first commit
2026-07-15 18:05:12 +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:"
}
}