moon/package.json
2025-06-08 03:53:12 +03:00

36 lines
888 B
JSON

{
"name": "my-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^10.1.2",
"@react-three/fiber": "^9.0.0-alpha.8",
"clsx": "^2.1.1",
"motion": "^12.12.2",
"next": "15.1.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"tailwind-merge": "^3.3.0",
"three": "^0.177.0",
"three-globe": "^2.42.11"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
},
"description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "index.js",
"directories": {
"lib": "lib"
},
"author": "",
"license": "ISC"
}