mach-cms的前台,用vue写的
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.
 
 
 
 
 

33 lines
803 B

{
"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",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.0.0",
"@types/node": "^22.10.2",
"@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
}
}