42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"name": "one",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/react": "^6.0.0",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"dompurify": "^3.2.6",
|
|
"gsap": "^3.13.0",
|
|
"lucide-react": "^0.511.0",
|
|
"marked": "^15.0.12",
|
|
"marked-shiki": "^1.2.0",
|
|
"matter-js": "^0.20.0",
|
|
"next": "15.3.3",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"shiki": "^3.7.0",
|
|
"tailwind-merge": "^3.3.0",
|
|
"tw-to-css": "^0.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/matter-js": "^0.19.8",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"tailwindcss": "^4",
|
|
"tw-animate-css": "^1.3.2",
|
|
"typescript": "^5"
|
|
}
|
|
}
|