This commit is contained in:
2026-05-17 21:09:32 +08:00
commit 1870400c47
1564 changed files with 544713 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
{
"name": "vvvebjs",
"description": "Drag and drop website builder javascript library",
"version": "0.0.1",
"author": "Ziadin Givan",
"license": "Apache-2.0",
"homepage": "https://www.vvveb.com/vvvebjs/editor.html",
"main": "libs/builder/builder.js",
"repository": {
"type": "git",
"url": "https://github.com/givanz/VvvebJs.git"
},
"dependencies": {
"express": "^4.19.2"
},
"keywords": [
"vvvebjs",
"drag-drop",
"drag&drop",
"drag",
"drop",
"wysiwyg",
"web",
"template",
"editor",
"site",
"builder"
],
"scripts": {
"gulp": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-file-include": "^2.3.0",
"gulp-format-html": "^1.2.5",
"gulp-sass": "^5.1.0",
"node-sass": "^8.0.0",
"sass": "^1.60.0"
}
}