Files
shakethefrog/package.json
2026-02-11 18:17:50 +01: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.1.6",
"next-intl": "^4.8.2",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^25.2.0",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.6",
"globals": "^17.3.0",
"postcss": "^8.5.6",
"postcss-load-config": "^6.0.1",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"typescript": "5.9.3"
}
}