ironie-nextjs/package.json
2025-09-30 15:30:25 +02:00

77 lines
2.1 KiB
JSON

{
"name": "ironie",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"fast": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test-user": "node --import=tsx scripts/test-run-user.ts",
"worker:dev": "tsx src/worker/index.ts",
"build:worker": "tsc -p tsconfig.worker.json",
"worker:start": "node dist/worker/index.js"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@floating-ui/dom": "^1.6.13",
"@floating-ui/react": "^0.27.12",
"@fortawesome/fontawesome-free": "^7.0.0",
"@preline/dropdown": "^3.0.1",
"@preline/tooltip": "^3.0.0",
"@prisma/client": "^6.16.2",
"chart.js": "^4.5.0",
"clsx": "^2.1.1",
"csgo-sharecode": "^3.1.2",
"datatables.net": "^2.2.2",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"dropzone": "^6.0.0-beta.2",
"flag-icons": "^7.3.2",
"font-awesome": "^4.7.0",
"framer-motion": "^12.18.1",
"jquery": "^3.7.1",
"ky": "^1.8.2",
"lodash": "^4.17.21",
"lzma-native": "^8.0.6",
"nanoid": "^5.1.5",
"next": "15.3.0",
"next-auth-steam": "^0.4.0",
"next-intl": "^4.3.9",
"next-themes": "^0.4.6",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"nouislider": "^15.8.1",
"p-queue": "^8.1.0",
"postcss": "^8.5.3",
"preline": "^3.0.1",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0",
"ssh2-sftp-client": "^12.0.1",
"undici": "^7.15.0",
"vanilla-calendar-pro": "^3.0.4",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.4",
"@types/node": "^20.17.32",
"@types/node-cron": "^3.0.11",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/ssh2-sftp-client": "^9.0.5",
"@types/ws": "^8.18.1",
"eslint": "^9",
"eslint-config-next": "15.3.0",
"prisma": "^6.16.2",
"tailwindcss": "^4.1.4",
"ts-node": "^10.9.2",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}