@silexlabs/grapesjs-loading
Version:
Grapesjs Loading
33 lines (32 loc) • 716 B
JSON
{
"name": "@silexlabs/grapesjs-loading",
"version": "1.1.0",
"description": "Grapesjs Loading",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/silexlabs/grapesjs-loading.git"
},
"scripts": {
"start": "grapesjs-cli serve",
"build": "grapesjs-cli build --patch=false",
"lint": "eslint src"
},
"keywords": [
"silex",
"grapesjs",
"grapesjs-plugin",
"plugin",
"loading"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.10.0",
"eslint": "^8.53.0",
"grapesjs-cli": "^4.1.3"
},
"peerDependencies": {
"grapesjs": ">=0.19.0 <0.23.0"
},
"license": "GPL-3.0"
}