{ "name": "niming", "version": "0.0.1", "type": "module", "scripts": { "dev": "vite dev", "build": "vite build", "preview": "vite preview", "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 ." }, "devDependencies": { "@sveltejs/adapter-auto": "^3.0.0", "@sveltejs/kit": "^2.0.0", "@sveltejs/vite-plugin-svelte": "^4.0.0", "@types/dompurify": "^3", "autoprefixer": "^10.4.20", "bits-ui": "^0.22.0", "clsx": "^2.1.1", "lucide-svelte": "^0.454.0", "prettier": "^3.3.2", "prettier-plugin-svelte": "^3.2.6", "prettier-plugin-tailwindcss": "^0.6.5", "svelte": "^5.0.0", "svelte-check": "^4.0.0", "tailwind-merge": "^2.5.4", "tailwind-variants": "^0.2.1", "tailwindcss": "^3.4.9", "typescript": "^5.0.0", "vite": "^5.0.3" }, "packageManager": "yarn@4.2.2+sha224.1e50daf19e5e249a025569752c60b88005fddf57d10fcde5fc68b88f", "dependencies": { "@iconify-json/mingcute": "^1.2.1", "@protobuf-ts/plugin": "^2.9.4", "axios": "^1.7.7", "dompurify": "^3.1.7", "highlight.js": "^11.10.0", "isomorphic-dompurify": "^2.16.0", "marked": "^14.1.3", "marked-highlight": "^2.2.0", "typescript-svelte-plugin": "^0.3.42", "unplugin-icons": "^0.20.0" } }