Files
kaiser-natron/package.json
Dorian 7bd8e0a181 chore: initial commit
Vue 3 + Tailwind v4 frontend scaffold with living design system
at /design. Pinned dependencies, dev-only a11y toolbar with
colour-vision simulation, WCAG contrast checker, and axe-core audit.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-19 15:09:27 +01:00

25 lines
489 B
JSON

{
"name": "kaiser-natron",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"audit": "npm audit --omit=dev"
},
"dependencies": {
"pinia": "3.0.4",
"vue": "3.5.32",
"vue-router": "4.6.4"
},
"devDependencies": {
"@tailwindcss/vite": "4.2.2",
"@vitejs/plugin-vue": "6.0.6",
"axe-core": "4.11.3",
"tailwindcss": "4.2.2",
"vite": "8.0.8"
}
}