@silexlabs/grapesjs-loading
Version:
Grapesjs Loading
50 lines (49 loc) • 1.04 kB
JSON
{
"name": "@silexlabs/grapesjs-loading",
"version": "1.3.0",
"description": "Grapesjs Loading",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"files": [
"dist",
"src",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/silexlabs/grapesjs-loading.git"
},
"scripts": {
"start": "grapesjs-cli serve",
"build": "rm -rf dist && tsc",
"lint": "eslint src"
},
"keywords": [
"silex",
"grapesjs",
"grapesjs-plugin",
"plugin",
"loading"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.41.1-alpha.5",
"eslint": "^9.34.0",
"grapesjs-cli": "^4.1.3",
"typescript-eslint": "^8.41.0"
},
"peerDependencies": {
"grapesjs": ">=0.19.0 <0.23.0"
},
"author": {
"name": "Alex Hoyau",
"url": "https://lexoyo.me/"
},
"license": "GPL-3.0"
}