inital commit

This commit is contained in:
Torsten Schulz
2024-06-15 23:01:46 +02:00
parent 1b7fefe381
commit 61653ff407
105 changed files with 7805 additions and 524 deletions

View File

@@ -8,8 +8,36 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@tiptap/extension-bold": "^2.4.0",
"@tiptap/extension-bullet-list": "^2.4.0",
"@tiptap/extension-heading": "^2.4.0",
"@tiptap/extension-italic": "^2.4.0",
"@tiptap/extension-ordered-list": "^2.4.0",
"@tiptap/extension-strike": "^2.4.0",
"@tiptap/extension-table": "^2.4.0",
"@tiptap/extension-table-cell": "^2.4.0",
"@tiptap/extension-table-header": "^2.4.0",
"@tiptap/extension-table-row": "^2.4.0",
"@tiptap/extension-underline": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@tiptap/vue-3": "^2.4.0",
"@vueup/vue-quill": "^1.2.0",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"core-js": "^3.8.3",
"vue": "^3.2.13"
"cors": "^2.8.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.10.1",
"nodemon": "^3.1.3",
"sequelize": "^6.37.3",
"sequelize-cli": "^6.6.2",
"vue": "^3.2.13",
"vue-multiselect": "^3.0.0",
"vue-quill-editor": "^3.0.6",
"vue-router": "^4.3.3",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.12.16",