threshold / package.json
citispire
Publish editable A/B climate studies and discussion briefs
ac47756
Raw
History Blame Contribute Delete
1.53 kB
{
"name": "threshold",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "node preview-server.mjs",
"build": "node scripts/validate-build.mjs",
"start": "node preview-server.mjs",
"test": "node tests/model.test.mjs && node tests/study.test.mjs",
"lint": "oxlint",
"format": "oxfmt"
},
"dependencies": {
"@base-ui/react": "1.7.0",
"@shadcn/react": "0.3.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"date-fns": "4.1.0",
"embla-carousel-react": "8.5.2",
"input-otp": "1.4.2",
"lucide-react": "1.31.0",
"react": "19.2.8",
"react-day-picker": "9.8.1",
"react-dom": "19.2.8",
"react-resizable-panels": "4.5.8",
"react-server-dom-webpack": "19.2.8",
"recharts": "3.8.0",
"shadcn": "4.18.0",
"tailwind-merge": "3.6.0",
"tw-animate-css": "1.4.0",
"vinext": "1.0.0-beta.8"
},
"devDependencies": {
"@cloudflare/vite-plugin": "1.54.3",
"@cloudflare/workers-types": "5.20260902.1",
"@openai/sites-vite-plugin": "0.2.0",
"@tailwindcss/postcss": "4.2.1",
"@types/node": "22.19.19",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.2",
"@vitejs/plugin-rsc": "0.5.34",
"oxfmt": "0.61.0",
"oxlint": "1.76.0",
"oxlint-tsgolint": "7.0.2001",
"tailwindcss": "4.2.1",
"typescript": "5.9.3",
"vite": "8.2.2",
"wrangler": "4.128.0"
},
"engines": {
"node": ">=22.13.0"
}
}