You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.9 KiB
JSON

{
"name": "playchoo-manager",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "npm i && next dev -p 8100 --turbopack",
"build": "next build",
"start": "next start -p 8200",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@formatjs/intl-localematcher": "^0.6.1",
"@heroicons/react": "^2.2.0",
"@react-email/components": "^0.0.41",
"@tailwindcss/postcss": "^4.1.7",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-query-devtools": "^5.91.1",
"@types/jsonwebtoken": "^9.0.10",
"date-fns": "^4.1.0",
"di-why": "^0.16.0",
"framer-motion": "^12.14.0",
"fuse.js": "^7.0.0",
"http-proxy-middleware": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.511.0",
"mysql-oh-wait": "^0.19.4",
"mysql-oh-wait-utils": "^0.4.4",
"mysql2": "^3.14.1",
"negotiator": "^1.0.0",
"next": "15.3.2",
"nodemailer": "^7.0.3",
"react": "^19.1.0",
"react-calendario": "^1.4.1",
"react-dom": "^19.1.0",
"socket.io-client": "^4.8.1",
"swiss-army-knifey": "^1.36.3",
"swissoid-front": "^0.1.4",
"uuid": "^11.1.0",
"zod": "^3.25.28"
},
"devDependencies": {
"@types/mysql": "^2.15.27",
"@types/negotiator": "^0.6.4",
"@types/node": "^22.15.21",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19.1.5",
"@types/react-dom": "^19.1.5",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.27.0",
"eslint-config-next": "^15.3.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.7",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1"
}
}