use self hosted packages

This commit is contained in:
2026-06-19 19:02:51 +03:30
parent e95883eb6a
commit dfb77cd8d2
2874 changed files with 40139 additions and 32 deletions
+3 -1
View File
@@ -8,7 +8,8 @@
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
"generate": "nuxt generate",
"postinstall": "cp -r node_modules/ckeditor4/* static/js/ckeditor/"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1072.0",
@@ -26,6 +27,7 @@
"archiver": "^5.3.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"ckeditor4": "^4.17.2",
"ckeditor4-vue": "^1.3.0",
"convertapi": "^1.14.0",
"core-js": "^3.9.1",