raj.how/package.json

62 lines
1.6 KiB
JSON
Raw Normal View History

2023-10-27 16:48:26 +05:30
{
"name": "raj",
"version": "0.1.0",
"private": true,
"scripts": {
2024-01-10 21:54:17 +05:30
"dev": "next dev",
2023-10-27 16:48:26 +05:30
"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",
"@types/react-highlight": "^0.12.8",
"@types/react-syntax-highlighter": "^15.5.11",
2024-03-11 21:29:40 +05:30
"@vercel/og": "^0.6.2",
2024-01-10 22:03:56 +05:30
"@vercel/speed-insights": "^1.0.2",
2023-10-27 17:25:16 +05:30
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
2024-01-09 22:55:25 +05:30
"framer-motion": "^10.17.12",
2024-01-09 21:25:30 +05:30
"lucide-react": "^0.306.0",
"nanoid": "^5.0.4",
2024-02-18 21:25:43 +05:30
"next": "^14.1.0",
2024-01-09 21:25:30 +05:30
"notion-client": "^6.16.0",
"notion-types": "^6.16.0",
"notion-utils": "^6.16.0",
2024-03-08 17:11:25 +05:30
"p-memoize": "^7.1.1",
"prismjs": "^1.29.0",
2024-01-10 00:17:56 +05:30
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight": "^0.15.0",
2024-01-09 21:25:30 +05:30
"react-hooks": "^1.0.1",
"react-notion-x": "^6.16.0",
"react-syntax-highlighter": "^15.5.0",
2024-01-09 21:25:30 +05:30
"sass": "^1.69.7",
2024-01-09 21:33:00 +05:30
"sharp": "^0.33.1",
2023-10-27 17:25:16 +05:30
"tailwind-merge": "^1.14.0",
2024-01-09 22:55:25 +05:30
"tailwindcss-animate": "^1.0.7",
"tailwindcss-animation-delay": "^1.2.0"
2023-10-27 16:48:26 +05:30
},
"devDependencies": {
2024-01-09 21:25:30 +05:30
"@tailwindcss/typography": "^0.5.10",
2023-10-27 16:48:26 +05:30
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
2024-01-06 21:07:35 +05:30
"eslint": "^8",
2024-01-10 00:17:56 +05:30
"eslint-config-next": "^14.0.4",
2023-10-27 16:48:26 +05:30
"postcss": "^8",
2024-01-09 21:25:30 +05:30
"tailwindcss": "^3.4",
2024-01-06 21:07:35 +05:30
"typescript": "^5"
2024-01-09 21:25:30 +05:30
},
"volta": {
2024-03-11 21:29:40 +05:30
"node": "18.19.1"
2023-10-27 16:48:26 +05:30
}
}