Files
2026-08-31 14:10:20 -03:00

48 lines
1.3 KiB
JSON

{
"name": "course-plat",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build && cp -r .next/static .next/standalone/.next/ && cp -r public .next/standalone/",
"start": "node .next/standalone/server.js",
"lint": "next lint",
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:headed": "playwright test --headed",
"test:debug": "playwright test --debug",
"test:report": "playwright show-report"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.665.0",
"@headlessui/react": "^2.2.7",
"@heroicons/react": "^2.2.0",
"@next/env": "^16.0.0",
"bcryptjs": "^3.0.2",
"date-fns": "^4.1.0",
"dotenv": "^17.4.2",
"mongoose": "^8.16.0",
"next": "^16.0.0",
"next-auth": "^5.0.0-beta.29",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-select": "^5.10.2",
"zod": "^4.0.16"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@playwright/test": "^1.58.1",
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "^16.0.0",
"tailwindcss": "^4"
},
"overrides": {
"brace-expansion": "^5.0.9",
"postcss": "^8.5.18",
"sharp": "^0.35.3"
}
}