mirror of
https://github.com/HugeFrog24/shakethefrog.git
synced 2026-03-02 00:14:33 +00:00
39 lines
1013 B
JSON
39 lines
1013 B
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",
|
|
"next": "^16.0.10",
|
|
"next-intl": "^4.5.8",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.3",
|
|
"@eslint/js": "^9.39.1",
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@types/node": "^25.0.1",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
"@typescript-eslint/parser": "^8.49.0",
|
|
"eslint": "^9.39.1",
|
|
"eslint-config-next": "16.0.10",
|
|
"globals": "^16.5.0",
|
|
"postcss": "^8.5.6",
|
|
"postcss-load-config": "^6.0.1",
|
|
"tailwindcss": "^4.1.18",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|