Files
shakethefrog/package.json
T
2026-07-26 07:21:11 +02:00

40 lines
1.0 KiB
JSON

{
"name": "shakethefrog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"sort-messages": "tsx scripts/sortMessages.mts",
"lint:fix": "eslint --fix . && pnpm run sort-messages"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@lemonsqueezy/lemonsqueezy.js": "^4.0.0",
"next": "16.2.12",
"next-intl": "^4.13.4",
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.6",
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.3.3",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@typescript-eslint/parser": "^8.65.0",
"eslint": "^10.8.0",
"eslint-config-next": "16.2.12",
"globals": "^17.7.0",
"postcss": "^8.5.23",
"postcss-load-config": "^6.0.1",
"tailwindcss": "^4.3.3",
"tsx": "4.23.1",
"typescript": "6.0.3"
}
}