mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
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": {
|
|
"@editorjs/checklist": "^1.4.0",
|
|
"@editorjs/code": "^2.8.0",
|
|
"@editorjs/delimiter": "^1.3.0",
|
|
"@editorjs/editorjs": "^2.26.4",
|
|
"@editorjs/header": "^2.7.0",
|
|
"@editorjs/list": "^1.8.0",
|
|
"@editorjs/marker": "^1.3.0",
|
|
"@editorjs/nested-list": "^1.2.0",
|
|
"@editorjs/paragraph": "^2.9.0",
|
|
"@editorjs/quote": "^2.5.0",
|
|
"@editorjs/table": "^2.2.0",
|
|
"@editorjs/underline": "^1.1.0",
|
|
"@editorjs/warning": "^1.3.0",
|
|
"pinia": "^2.0.28",
|
|
"vue": "^3.2.38",
|
|
"vue-router": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/editorjs__header": "^2.6.0",
|
|
"@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"
|
|
}
|
|
}
|