You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wych.dev/package.json

54 lines
1.5 KiB

{
"name": "wych.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{js,cjs,mjs,ts,tsx,md,json,mdx}\" --ignore-path .gitignore",
"ui:add": "pnpm dlx shadcn-ui@latest add"
},
"dependencies": {
8 months ago
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
8 months ago
"@react-three/fiber": "^8.16.1",
8 months ago
"@tailwindcss/typography": "^0.5.12",
"@types/mdx": "^2.0.12",
8 months ago
"@types/three": "^0.162.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
8 months ago
"geist": "^1.3.0",
"lucide-react": "^0.363.0",
"next": "14.1.4",
8 months ago
"next-themes": "^0.3.0",
8 months ago
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
8 months ago
"three": "^0.163.0",
"zustand": "^4.5.2"
},
"devDependencies": {
8 months ago
"@types/node": "^20.11.30",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
8 months ago
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
}
}