71 lines
1.9 KiB
JSON
71 lines
1.9 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",
|
|
"cron": "node --import=tsx scripts/cs2-cron-runner.ts",
|
|
"test-user": "node --import=tsx scripts/test-run-user.ts"
|
|
},
|
|
"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.14.0",
|
|
"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",
|
|
"next": "15.3.0",
|
|
"next-auth-steam": "^0.4.0",
|
|
"next-intl": "^4.3.4",
|
|
"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",
|
|
"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/ws": "^8.18.1",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.3.0",
|
|
"prisma": "^6.14.0",
|
|
"tailwindcss": "^4.1.4",
|
|
"ts-node": "^10.9.2",
|
|
"tsx": "^4.19.4",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|