Files
next-learn/package.json
v0 48d66a5f35 fix: correct Tailwind CSS import issue
Remove non-existent `tw-animate-css` import and restore proper globals.css.

#VERCEL_SKIP

Co-authored-by: null <162737925+zebulonhermann@users.noreply.github.com>
2025-11-21 05:11:00 +00:00

59 lines
1.6 KiB
JSON

{
"private": true,
"scripts": {
"lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx",
"prettier": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown .",
"start": "next start",
"test": "npm run lint && npm run prettier:check"
},
"dependencies": {
"@auth/core": "latest",
"@heroicons/react": "latest",
"@next/eslint-plugin-next": "latest",
"@tailwindcss/forms": "latest",
"bcryptjs": "latest",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "latest",
"fs": "latest",
"fuse.js": "latest",
"gray-matter": "latest",
"lodash": "latest",
"lucide-react": "^0.454.0",
"next": "^14.0.0",
"next-auth": "latest",
"nodemailer": "latest",
"path": "latest",
"postgres": "latest",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-modal": "latest",
"react-syntax-highlighter": "latest",
"remark": "latest",
"remark-html": "latest",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "latest",
"use-debounce": "latest",
"zod": "4.1.12"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "19.2.6",
"@types/react-dom": "19.2.3",
"@vercel/style-guide": "^5.0.1",
"eslint": "8.52.0",
"eslint-config-next": "14.0.0",
"eslint-config-prettier": "9.0.0",
"postcss": "^8.5",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"tailwindcss": "4.1.17",
"typescript": "^5"
},
"packageManager": "pnpm@8.7.0",
"engines": {
"node": ">=18.17.0"
}
}