You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.1 KiB
42 lines
1.1 KiB
{
|
|
"name": "mach-cms-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"api:generate": "openapi-generator-cli generate"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.9",
|
|
"dompurify": "^3.2.4",
|
|
"github-markdown-css": "^5.9.0",
|
|
"highlight.js": "^11.11.1",
|
|
"lxgw-wenkai-webfont": "^1.7.0",
|
|
"marked": "^18.0.9",
|
|
"marked-highlight": "^2.2.4",
|
|
"pinia": "^2.3.0",
|
|
"quill": "^2.0.3",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openapitools/openapi-generator-cli": "^2.0.0",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/marked": "^5.0.2",
|
|
"@types/node": "^22.10.2",
|
|
"@types/quill": "^2.0.14",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"playwright": "^1.62.1",
|
|
"typescript": "~5.6.3",
|
|
"vite": "^5.4.11",
|
|
"vue-tsc": "^2.1.10"
|
|
},
|
|
"allowScripts": {
|
|
"[email protected]": true,
|
|
"@openapitools/[email protected]": true,
|
|
"[email protected]": true
|
|
}
|
|
}
|