40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "restfulmc-frontend",
|
|
"version": "1.0.0",
|
|
"author": "Braydon (Rainnny) <braydonrainnny@gmail.com>",
|
|
"description": "A simple, yet useful RESTful API for Minecraft utilizing Springboot.",
|
|
"homepage": "https://mc.rainnny.club",
|
|
"scripts": {
|
|
"dev": "next dev --turbo",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.1.3",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"lucide-react": "^0.368.0",
|
|
"next": "14.2.1",
|
|
"next-plausible": "^3.12.0",
|
|
"next-themes": "^0.3.0",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"restfulmc-lib": "^1.0.7",
|
|
"tailwind-merge": "^2.2.2",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.1"
|
|
}
|
|
}
|