mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 19:53:21 +02:00
27 lines
609 B
JSON
27 lines
609 B
JSON
{
|
|
"name": "admin-gui",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check build-only",
|
|
"preview": "vite preview --port 4173",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@tinymce/tinymce-vue": "^4.0.7",
|
|
"pinia": "^2.0.28",
|
|
"vue": "^3.2.38",
|
|
"vue-router": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.56",
|
|
"@vitejs/plugin-vue": "^3.0.3",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"typescript": "~4.7.4",
|
|
"vite": "^3.0.9",
|
|
"vue-tsc": "^1.0.5"
|
|
}
|
|
}
|