initial commit

This commit is contained in:
equippedcoding-master
2025-09-17 09:37:06 -05:00
parent 86108ca47e
commit e2c98790b2
55389 changed files with 6206730 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"name": "grapesjs-preset-webpage",
"version": "1.0.3",
"description": "GrapesJS Plugin Webpage Preset",
"main": "dist/index.js",
"files": [
"dist/"
],
"scripts": {
"build": "grapesjs-cli build",
"start": "grapesjs-cli serve"
},
"repository": {
"type": "git",
"url": "https://github.com/artf/grapesjs-preset-webpage.git"
},
"keywords": [
"grapesjs",
"plugin",
"webpage",
"preset",
"wysiwyg"
],
"author": "Artur Arseniev",
"license": "BSD-3-Clause",
"devDependencies": {
"grapesjs": "^0.19.5",
"grapesjs-cli": "^3.0.1"
}
}