{ "name": "rgebee-info", "version": "0.0.1", "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" }, "devDependencies": { "@content-collections/core": "^0.11.1", "@content-collections/vite": "^0.2.7", "@shikijs/rehype": "^3.14.0", "@sveltejs/adapter-static": "^3.0.10", "@sveltejs/kit": "^2.48.3", "@sveltejs/vite-plugin-svelte": "^5.1.1", "rehype-pretty-code": "^0.14.1", "rehype-stringify": "^10.0.1", "remark-gfm": "^4.0.1", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.2", "shiki": "^3.14.0", "svelte": "^5.43.0", "svelte-check": "^4.3.3", "svelte-preprocess": "^6.0.3", "typescript": "^5.9.3", "unified": "^11.0.5", "vite": "^7.1.12", "zod": "^4.1.12" }, "type": "module" }