mirror of
https://github.com/duhanbalci/dreport.git
synced 2026-07-01 18:39:16 +00:00
27 lines
622 B
JSON
27 lines
622 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@myriaddreamin/typst-ts-renderer": "^0.7.0-rc2",
|
|
"@myriaddreamin/typst-ts-web-compiler": "^0.7.0-rc2",
|
|
"@myriaddreamin/typst.ts": "^0.7.0-rc2",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.30"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.12.0",
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"@vue/tsconfig": "^0.9.0",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^8.0.1",
|
|
"vue-tsc": "^3.2.5"
|
|
}
|
|
}
|