svrjs-nextjs-website/package.json

92 lines
2.6 KiB
JSON

{
"name": "svrjs-nextjs-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky",
"cz": "cz"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.11.0",
"@hookform/resolvers": "^3.6.0",
"@mdx-js/mdx": "^3.0.1",
"@monaco-editor/react": "^4.6.0",
"@portabletext/react": "^3.1.0",
"@portabletext/to-html": "^2.0.13",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/themes": "^3.0.5",
"@sanity/code-input": "^4.1.4",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.53.0",
"@tailwindcss/typography": "^0.5.13",
"@types/bcrypt": "^5.0.2",
"@types/cookie": "^0.6.0",
"@types/mdx": "^2.0.13",
"@types/nodemailer": "^6.4.15",
"@uiw/react-md-editor": "^4.0.4",
"@uploadthing/react": "^6.6.0",
"@vercel/analytics": "^1.3.1",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cookie": "^0.6.0",
"framer-motion": "^11.2.10",
"gray-matter": "^4.0.3",
"lucide-react": "^0.394.0",
"mini-svg-data-uri": "^1.4.4",
"mongoose": "^8.4.3",
"next-auth": "^4.24.7",
"next-mdx-remote": "^5.0.0",
"next-sanity": "^9.4.4",
"next-themes": "^0.3.0",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"nodemailer": "^6.9.14",
"prismjs": "^1.29.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.0",
"react-markdown": "^9.0.1",
"rss": "^1.2.2",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^6.12.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/rss": "^0.0.32",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"husky": "^9.1.5",
"i": "^0.3.7",
"lint-staged": "^15.2.10",
"npm": "^10.8.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}