mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@getpaseo/website",
|
|
"version": "0.2.3",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsgo --noEmit",
|
|
"deploy": "npm run build && wrangler deploy"
|
|
},
|
|
"dependencies": {
|
|
"@cloudflare/vite-plugin": "^1.29.1",
|
|
"@cloudflare/workers-types": "^4.20260317.1",
|
|
"@tanstack/react-router": "^1.170.16",
|
|
"@tanstack/react-start": "^1.168.26",
|
|
"framer-motion": "^12.35.2",
|
|
"github-slugger": "^2.0.0",
|
|
"lucide-react": "^1.7.0",
|
|
"react": "^19.1.4",
|
|
"react-dom": "^19.1.4",
|
|
"react-markdown": "^10.1.0",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-pretty-code": "^0.14.3",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"shiki": "^4.0.2",
|
|
"wrangler": "^4.75.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.8",
|
|
"@types/node": "^22.15.29",
|
|
"@types/react": "^19.1.6",
|
|
"@types/react-dom": "^19.1.5",
|
|
"@vitejs/plugin-react": "^4.5.1",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.3",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"vitest": "^4.1.6"
|
|
}
|
|
}
|