2026-05-04 13:49:48 -06:00
|
|
|
{
|
|
|
|
|
"name": "sprout-web",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
|
"check:file-sizes": "node ./scripts/check-file-sizes.mjs",
|
|
|
|
|
"lint": "biome lint .",
|
|
|
|
|
"check": "biome check . && pnpm check:file-sizes",
|
|
|
|
|
"format": "biome format --write .",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"test:e2e": "pnpm build && playwright test",
|
|
|
|
|
"test:e2e:smoke": "pnpm build && playwright test --project=smoke"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-05-12 15:05:57 -07:00
|
|
|
"@isomorphic-git/lightning-fs": "^4.6.2",
|
2026-05-04 13:49:48 -06:00
|
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
|
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
2026-05-12 15:05:57 -07:00
|
|
|
"@tailwindcss/typography": "^0.5.19",
|
2026-05-04 13:49:48 -06:00
|
|
|
"@tanstack/react-query": "^5.90.21",
|
|
|
|
|
"@tanstack/react-router": "^1.168.10",
|
2026-05-12 15:05:57 -07:00
|
|
|
"buffer": "^6.0.3",
|
2026-05-04 13:49:48 -06:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
2026-05-12 15:05:57 -07:00
|
|
|
"isomorphic-git": "^1.37.6",
|
2026-05-04 13:49:48 -06:00
|
|
|
"lucide-react": "^0.577.0",
|
2026-05-04 18:09:25 -06:00
|
|
|
"nostr-tools": "^2.23.3",
|
2026-05-04 13:49:48 -06:00
|
|
|
"react": "^19.1.0",
|
|
|
|
|
"react-dom": "^19.1.0",
|
2026-05-12 15:05:57 -07:00
|
|
|
"react-markdown": "^10.1.0",
|
|
|
|
|
"remark-gfm": "^4.0.1",
|
2026-05-04 13:49:48 -06:00
|
|
|
"sonner": "^2.0.7",
|
|
|
|
|
"tailwind-merge": "^3.5.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@playwright/test": "^1.58.2",
|
|
|
|
|
"@tanstack/router-plugin": "^1.167.12",
|
|
|
|
|
"@tanstack/virtual-file-routes": "^1.161.7",
|
|
|
|
|
"@types/react": "^19.1.8",
|
|
|
|
|
"@types/react-dom": "^19.1.6",
|
|
|
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
|
|
|
"autoprefixer": "^10.4.27",
|
|
|
|
|
"postcss": "^8.5.8",
|
|
|
|
|
"tailwindcss": "^3.4.17",
|
|
|
|
|
"tailwindcss-animate": "^1.0.7",
|
|
|
|
|
"typescript": "~5.9.0",
|
|
|
|
|
"vite": "^7.0.4"
|
|
|
|
|
}
|
|
|
|
|
}
|