Files
macroplan/package.json
2026-06-17 01:01:35 +02:00

32 lines
697 B
JSON

{
"name": "macroplan",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"daisyui": "^5.5.23",
"shiki": "^4.2.0",
"smol-toml": "^1.6.1",
"vue": "^3.5.34"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.1",
"@types/node": "^24.12.3",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/test-utils": "^2.4.11",
"@vue/tsconfig": "^0.9.1",
"happy-dom": "^20.10.4",
"tailwindcss": "^4.3.1",
"typescript": "~6.0.2",
"vite": "^8.0.12",
"vitest": "^4.1.9",
"vue-tsc": "^3.2.8"
}
}