{ "name": "claudia-docs-frontend", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "preview": "vite preview" }, "dependencies": { "@tiptap/extension-code-block-lowlight": "^3.21.0", "@tiptap/starter-kit": "^3.21.0", "@tiptap/vue-3": "^3.21.0", "lowlight": "^3.3.0", "pinia": "^2.1.7", "vue": "^3.4.21", "vue-router": "^4.3.0" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", "typescript": "^5.4.2", "vite": "^5.2.0", "vue-tsc": "^2.0.6" } }