mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-13 21:02:56 +08:00
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"name": "landing-page",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"private": true,
|
|
"nx": {
|
|
"targets": {
|
|
"build": {
|
|
"outputs": [
|
|
"{projectRoot}/.vercel",
|
|
"{projectRoot}/.output"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"scripts": {
|
|
"content-collections:build": "bunx @content-collections/cli build --config content-collections.ts",
|
|
"check-broken-links": "mdx-local-link-checker content public '*/(index.mdx|blog|about|pricing?isTiersModalOpened=true)'"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-router": "1.167.4",
|
|
"@tanstack/react-start": "1.166.16",
|
|
"@typebot.io/billing": "workspace:*",
|
|
"@typebot.io/lib": "workspace:*",
|
|
"@typebot.io/prisma": "workspace:*",
|
|
"@typebot.io/react": "workspace:*",
|
|
"@typebot.io/templates": "workspace:*",
|
|
"@typebot.io/telemetry": "workspace:*",
|
|
"@typebot.io/ui": "workspace:*",
|
|
"motion": "^12.23.25",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"vite": "^8.0.0",
|
|
"zod": "^4.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@content-collections/core": "0.14.2",
|
|
"@content-collections/integrations": "0.5.0",
|
|
"@content-collections/mdx": "0.2.2",
|
|
"@content-collections/vite": "0.2.9",
|
|
"@shikijs/transformers": "2.4.2",
|
|
"@tailwindcss/typography": "0.5.16",
|
|
"@tailwindcss/vite": "^4.1.16",
|
|
"@tanstack/react-router-devtools": "1.166.9",
|
|
"@types/node": "^24.10.13",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"dotenv-cli": "^8.0.0",
|
|
"mdx-local-link-checker": "^2.1.1",
|
|
"nitro": "^3.0.260311-beta",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-pretty-code": "^0.14.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"tailwindcss": "^4.1.16",
|
|
"unified": "^11.0.5",
|
|
"unist-util-visit": "^5.0.0",
|
|
"vite-tsconfig-paths": "^6.1.1"
|
|
}
|
|
}
|