40 lines
942 B
JSON
40 lines
942 B
JSON
|
{
|
||
|
"name": "minecraft-share",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "next dev",
|
||
|
"build": "next build",
|
||
|
"start": "next start",
|
||
|
"lint": "next lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@radix-ui/react-dialog": "^1.1.2",
|
||
|
"@radix-ui/react-popover": "^1.1.2",
|
||
|
"@radix-ui/react-slot": "^1.1.0",
|
||
|
"class-variance-authority": "^0.7.1",
|
||
|
"clsx": "^2.1.1",
|
||
|
"cmdk": "^1.0.0",
|
||
|
"fs": "^0.0.1-security",
|
||
|
"js-yaml": "^4.1.0",
|
||
|
"lucide-react": "^0.462.0",
|
||
|
"next": "14.2.16",
|
||
|
"path": "^0.12.7",
|
||
|
"react": "^18",
|
||
|
"react-dom": "^18",
|
||
|
"tailwind-merge": "^2.5.5",
|
||
|
"tailwindcss-animate": "^1.0.7"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/js-yaml": "^4.0.9",
|
||
|
"@types/node": "^20",
|
||
|
"@types/react": "^18",
|
||
|
"@types/react-dom": "^18",
|
||
|
"eslint": "^8",
|
||
|
"eslint-config-next": "14.2.16",
|
||
|
"postcss": "^8",
|
||
|
"tailwindcss": "^3.4.1",
|
||
|
"typescript": "^5"
|
||
|
}
|
||
|
}
|