42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "chatgpt-to-claude",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro build && wrangler pages dev",
|
|
"deploy": "astro build && wrangler pages deploy",
|
|
"cf-typegen": "wrangler types"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/node": "^25.3.3",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"wrangler": "^4.69.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/cloudflare": "^12.6.12",
|
|
"@astrojs/mdx": "^4.3.13",
|
|
"@astrojs/react": "^4.4.2",
|
|
"@astrojs/rss": "^4.0.15",
|
|
"@astrojs/sitemap": "^3.7.0",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"astro": "^5.18.0",
|
|
"clsx": "^2.1.1",
|
|
"fuse.js": "^7.1.0",
|
|
"gsap": "^3.14.2",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-icons": "^5.5.0",
|
|
"sharp": "^0.34.5",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.2.1"
|
|
}
|
|
}
|