mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 02:01:10 +02:00
- Delete non-MVP pages (cards, templates, teams, workspaces, public profiles) - Delete old PocketBase components, stores, services, utils - Simplify settings, pricing, analytics pages - Rewrite reset-password, verify-email pages - Add Stripe checkout/webhook and email stub routes to Hono server - Add uload to shared-branding (app icon, mana-apps registry) - Simplify svelte.config.js, vite.config.ts, theme store - 501 type errors → 4 (vite.config Tailwind v4 compat only) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
73 lines
2.2 KiB
JSON
73 lines
2.2 KiB
JSON
{
|
|
"name": "@uload/web",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "pnpm run test:unit && pnpm run test:e2e",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"format": "prettier --write .",
|
|
"lint": "prettier --check . && eslint .",
|
|
"test:unit": "vitest run",
|
|
"test:e2e": "playwright test",
|
|
"db:generate": "drizzle-kit generate",
|
|
"db:migrate": "drizzle-kit migrate",
|
|
"db:push": "drizzle-kit push",
|
|
"db:studio": "drizzle-kit studio"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.20.0",
|
|
"@playwright/test": "^1.51.0",
|
|
"@sveltejs/adapter-auto": "^4.0.0",
|
|
"@sveltejs/adapter-node": "^5.0.0",
|
|
"@sveltejs/kit": "^2.22.0",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.4",
|
|
"@tailwindcss/forms": "^0.5.8",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@manacore/shared-vite-config": "workspace:*",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"@types/eslint__js": "^8.42.3",
|
|
"@types/node": "^24.3.0",
|
|
"@vitest/browser": "^3.2.4",
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"drizzle-kit": "^0.31.7",
|
|
"eslint": "^9.20.0",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-plugin-svelte": "^2.35.0",
|
|
"globals": "^15.0.0",
|
|
"gray-matter": "^4.0.3",
|
|
"jsdom": "^26.1.0",
|
|
"mdsvex": "^0.12.6",
|
|
"playwright": "^1.51.0",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-svelte": "^3.4.0",
|
|
"prettier-plugin-tailwindcss": "^0.6.0",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"svelte": "^5.0.0",
|
|
"svelte-check": "^4.0.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.0.0",
|
|
"typescript-eslint": "^8.20.0",
|
|
"vite": "^7.0.4",
|
|
"vitest": "^3.2.3",
|
|
"vitest-browser-svelte": "^0.1.0",
|
|
"zod": "^4.0.17"
|
|
},
|
|
"dependencies": {
|
|
"@manacore/local-store": "workspace:*",
|
|
"@manacore/shared-auth": "workspace:*",
|
|
"@manacore/shared-auth-stores": "workspace:*",
|
|
"@manacore/shared-auth-ui": "workspace:*",
|
|
"@manacore/shared-branding": "workspace:*",
|
|
"@manacore/shared-ui": "workspace:*",
|
|
"isomorphic-dompurify": "^2.26.0",
|
|
"lucide-svelte": "^0.539.0",
|
|
"svelte-i18n": "^4.0.1",
|
|
"svelte-sonner": "^1.0.5"
|
|
}
|
|
}
|