mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2026-04-28 05:27:35 +02:00
36 lines
808 B
JSON
36 lines
808 B
JSON
{
|
|
"name": "erettsegi-browser",
|
|
"version": "6.9",
|
|
"private": true,
|
|
"author": "albert|skidoodle@gh",
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "biome lint --write",
|
|
"format": "biome format --write"
|
|
},
|
|
"dependencies": {
|
|
"@heroui/react": "^2.8.5",
|
|
"framer-motion": "^12.23.25",
|
|
"next": "16.0.7",
|
|
"next-themes": "^0.4.6",
|
|
"react": "19.2.1",
|
|
"react-dom": "19.2.1",
|
|
"react-icons": "^5.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.3.8",
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"@types/node": "24.10.1",
|
|
"@types/react": "19.2.7",
|
|
"@types/react-dom": "19.2.3",
|
|
"postcss": "8.5.6",
|
|
"prettier": "^3.7.4",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"tailwindcss": "^4.1.17",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|