Files
Lumotia/package.json
Jake 94e6a79515 v0.2 Phase 2: install Bits UI / Formsnap / Superforms / Zod / @internationalized/date
Exact-pinned per the plan:

  bits-ui@2.18.1                 — headless Svelte 5 primitives
  formsnap@2.0.1                 — field+label+error wrapper
  sveltekit-superforms@2.30.1    — form state + validation
  zod@4.4.3                      — schema validation (superforms accepts ^3.25 || ^4)
  @internationalized/date@3.12.1 — bits-ui peer dep

Phase 2 gate green: npm audit signatures (273 verified registry sigs +
93 attestations), npm run check (clean), npm test (clean), npm run
test:e2e (16/16). No regressions in the Phase 1 smoke baseline.

@chenglou/pretext audit (plan risk item): kept — still referenced in
src/lib/utils/textMeasure.ts and src/lib/shims.d.ts.

No primitives wired yet — that's Phase 5. This commit only puts the
headless layer on disk so Phase 4/5 can import from it.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 08:30:32 +01:00

63 lines
2.0 KiB
JSON

{
"name": "lumotia",
"version": "0.1.0",
"description": "Lumotia — Think out loud",
"type": "module",
"scripts": {
"dev": "npm run dev:frontend",
"dev:frontend": "svelte-kit sync && vite dev",
"dev:tauri": "./run.sh",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:browser": "vitest --config vitest.browser.config.js --run",
"test:rust:fast": "cargo nextest run --workspace",
"analyze": "ANALYZE=1 vite build",
"guard:no-skeleton": "node scripts/guard-no-skeleton.mjs",
"tauri": "tauri"
},
"license": "MIT",
"dependencies": {
"@chenglou/pretext": "0.0.5",
"@internationalized/date": "3.12.1",
"@tauri-apps/api": "2.10.1",
"@tauri-apps/plugin-autostart": "^2.5.1",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-global-shortcut": "^2.3.1",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-opener": "^2",
"bits-ui": "2.18.1",
"formsnap": "2.0.1",
"lucide-svelte": "^0.577.0",
"svelte-i18n": "^4.0.1",
"sveltekit-superforms": "2.30.1",
"zod": "4.4.3"
},
"devDependencies": {
"@axe-core/playwright": "4.11.3",
"@playwright/test": "1.60.0",
"@sveltejs/adapter-static": "3.0.10",
"@sveltejs/kit": "2.58.0",
"@sveltejs/vite-plugin-svelte": "5.1.1",
"@tailwindcss/vite": "4.2.1",
"@tauri-apps/cli": "2.10.1",
"@vitest/browser": "4.1.6",
"@vitest/browser-playwright": "4.1.6",
"jsdom": "29.1.1",
"playwright": "1.60.0",
"rollup-plugin-visualizer": "7.0.1",
"svelte": "5.53.12",
"svelte-check": "4.4.5",
"tailwindcss": "4.2.1",
"typescript": "5.6.3",
"vite": "6.4.2",
"vitest": "4.1.6",
"vitest-browser-svelte": "2.1.1"
}
}