Files
e2e 2c4174b44b
Some checks failed
Main / Setup and Test (push) Has been cancelled
Main / Build Website (push) Has been cancelled
chore: heygermany customer project
2026-07-11 11:13:08 +02:00

66 lines
1.8 KiB
JSON

{
"name": "@heygermany/website",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"ncu": "ncu",
"dev": "vite dev",
"build": "vite build",
"start": "node .output/server/index.mjs",
"lint": "vite build",
"tsc": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@formatjs/intl-localematcher": "^0.6.1",
"@heygermany/components": "workspace:0.0.0",
"@heygermany/functions": "workspace:0.0.0",
"@heygermany/mantine-theme": "workspace:0.0.0",
"@heygermany/sdk": "workspace:0.0.0",
"@mantine/core": "^8.2.8",
"@mantine/dates": "^8.3.1",
"@mantine/dropzone": "^8.2.8",
"@mantine/hooks": "^8.2.8",
"@mantine/notifications": "^8.2.8",
"@mdx-js/react": "^3.1.1",
"@mdx-js/rollup": "^3.1.1",
"@pikku/core": "^0.12.57",
"@pikku/jose": "^0.12.4",
"@pikku/mantine": "^0.12.6",
"@pikku/react": "^0.12.5",
"@tabler/icons-react": "^3.34.1",
"@tanstack/react-query": "^5.85.6",
"@tanstack/react-router": "^1.170.16",
"@tanstack/react-start": "^1.168.26",
"@types/mdx": "^2.0.13",
"@vitejs/plugin-react": "^6.0.2",
"better-auth": "^1.6.19",
"chroma-js": "^3.1.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.18",
"lodash": "^4.17.21",
"mantine-datatable": "^8.2.0",
"negotiator": "^1.0.0",
"nitro": "^3.0.260610-beta",
"react": "^19",
"react-dom": "^19",
"react-hook-form": "^7.62.0",
"vite": "^8.0.16"
},
"devDependencies": {
"@inlang/paraglide-js": "^2.20.0",
"@pikku/cli": "^0.12.76",
"@types/chroma-js": "^3",
"@types/lodash": "^4",
"@types/negotiator": "^0.6.4",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5"
}
}