Skip to content

Instantly share code, notes, and snippets.

@martin2844
Created August 17, 2025 21:11
Show Gist options
  • Save martin2844/d22300eac9891dcaf06e43440f6d51ea to your computer and use it in GitHub Desktop.
Save martin2844/d22300eac9891dcaf06e43440f6d51ea to your computer and use it in GitHub Desktop.
{
"name": "knext",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"migrate:make": "knex migrate:make",
"migrate:latest": "knex migrate:latest",
"migrate:rollback": "knex migrate:rollback",
"lint": "next lint"
},
"dependencies": {
"@fontsource/roboto": "^5.1.0",
"@headlessui/react": "^2.2.7",
"@paypal/paypal-js": "^8.2.0",
"@paypal/react-paypal-js": "^8.8.3",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@types/bcryptjs": "^2.4.6",
"@types/qrcode": "^1.5.5",
"@types/uuid": "^10.0.0",
"bcryptjs": "^3.0.2",
"better-sqlite3": "^9.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"discord.js": "^14.21.0",
"framer-motion": "^12.23.12",
"knex": "^3.1.0",
"lucide-react": "^0.539.0",
"next": "^15.1.6",
"next-auth": "^5.0.0-beta.26",
"qrcode": "^1.5.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^3.1.2",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.3.6",
"uuid": "^11.1.0"
},
"browser": {
"knex": false,
"crypto": false,
"stream": false,
"fs": false,
"timers": false,
"tty": false,
"better-sqlite3": false,
"node-ssh": false,
"zlib-sync": false
},
"devDependencies": {
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"eslint-config-next": "^15.1.6",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
},
"overrides": {
"discord.js": {
"zlib-sync": "$zlib-sync"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment