Files
xevion.dev/apps/web/package.json
Xevion af81d8e048 refactor: large refactor around monorepo
Just a commit point while I'm testing stuff. Already decided at this
point to simplify and revert away from PayloadCMS.
2026-01-04 13:18:34 -06:00

47 lines
1.4 KiB
JSON

{
"name": "@xevion/web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite dev --port 5000",
"build": "vite build",
"preview": "vite preview --port 5000",
"start": "node build/index.js",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"deploy": "echo 'Use Docker deployment'",
"clean": "rm -rf .svelte-kit build .turbo node_modules"
},
"dependencies": {
"@fontsource-variable/inter": "^5.1.0",
"@fontsource/hanken-grotesk": "^5.1.0",
"@fontsource/schibsted-grotesk": "^5.2.8",
"@xevion/db": "workspace:*",
"bits-ui": "^2.8.2",
"clsx": "^2.1.1",
"drizzle-orm": "^0.44.7",
"p5": "^1.11.7",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"postgres": "^3.4.5",
"svelte-wrap-balancer": "^0.0.4",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@iconify/json": "^2.2.424",
"@sveltejs/adapter-node": "^5.2.9",
"@sveltejs/kit": "^2.21.0",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/vite": "^4.1.11",
"@types/p5": "^1.7.7",
"svelte": "^5.45.6",
"svelte-adapter-bun": "^1.0.1",
"svelte-check": "^4.3.4",
"tailwindcss": "^4.1.11",
"unplugin-icons": "^22.5.0",
"vite": "^7.2.6"
}
}