Files
no-copy-frontend/package.json
T
2025-11-25 17:13:16 +07:00

30 lines
573 B
JSON

{
"name": "no-copy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.17",
"clsx": "^2.1.1",
"next": "16.0.3",
"next-auth": "5.0.0-beta.30",
"react": "19.2.0",
"react-dom": "19.2.0",
"tailwindcss": "^4.1.17"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.3",
"sass": "^1.94.2",
"typescript": "^5"
}
}