This commit is contained in:
team3
2026-07-23 16:07:36 +02:00
commit cb68cd671b
88 changed files with 10029 additions and 0 deletions

23
frontend/package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "creator3-frontend",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@panzoom/panzoom": "^4.6.0",
"@shikijs/markdown-it": "^4.3.1",
"dompurify": "^3.4.7",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"shiki": "^4.3.1",
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.0",
"vite": "^7.0.0"
}
}