{ "name": "@knowfoolery/web", "private": true, "version": "0.0.1", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "test": "vitest --config vitest.config.ts", "clean": "rm -rf dist node_modules/.vite" }, "dependencies": { "@knowfoolery/ui-components": "workspace:*", "@solidjs/router": "^0.10.0", "@suid/icons-material": "^0.7.0", "@suid/material": "^0.16.0", "solid-js": "^1.9.0", "zod": "^3.25.76" }, "devDependencies": { "@solidjs/testing-library": "^0.8.0", "jsdom": "^26.1.0", "typescript": "^5.5.4", "vite": "^5.0.0", "vite-plugin-solid": "^2.8.0", "vitest": "^1.0.0" } }