raj.how/package.json

40 lines
927 B
JSON
Raw Normal View History

2023-10-27 16:48:26 +05:30
{
"name": "raj",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-01-06 21:07:35 +05:30
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@n8n/chat": "^0.5.2",
"@next/mdx": "^14.0.4",
2023-10-27 17:25:16 +05:30
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
2024-01-06 21:07:35 +05:30
"@types/mdx": "^2.0.10",
2023-10-27 17:25:16 +05:30
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"framer-motion": "^10.16.4",
2024-01-06 21:07:35 +05:30
"next": "latest",
2023-10-27 16:48:26 +05:30
"react": "^18",
"react-dom": "^18",
2023-10-27 17:25:16 +05:30
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7"
2023-10-27 16:48:26 +05:30
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
2024-01-06 21:07:35 +05:30
"eslint": "^8",
"eslint-config-next": "14.0.0",
2023-10-27 16:48:26 +05:30
"postcss": "^8",
"tailwindcss": "^3",
2024-01-06 21:07:35 +05:30
"typescript": "^5"
2023-10-27 16:48:26 +05:30
}
}