@silexlabs/grapesjs-symbols
Version:
Symbols for GrapesJS
72 lines (71 loc) • 2.04 kB
JSON
{
"name": "@silexlabs/grapesjs-symbols",
"version": "1.2.0",
"description": "Symbols for GrapesJS",
"main": "dist/es5/index.js",
"module": "dist/es6/index.js",
"types": "dist/es6/index.d.ts",
"browser": "dist/bundle.iife.js",
"exports": {
"import": "./dist/es6/index.js",
"require": "./dist/es5/index.js",
"types": "./dist/es6/index.d.ts"
},
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/silexlabs/grapesjs-symbols.git"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"start": "grapesjs-cli serve",
"build": "rm -rf dist && tsc && tsc --build tsconfig.es5.json && $npm_execpath run bundle",
"bundle": "rollup -c",
"prepublishOnly": "$npm_execpath run build && $npm_execpath run test && $npm_execpath run lint",
"lint": "eslint \"src/**/*.ts\"",
"lint:fix": "$npm_execpath run lint -- --fix",
"test": "jest",
"test:watch": "node --experimental-vm-modules `node_modules jest`/jest/bin/jest.js --watch",
"bump": "$npm_execpath version patch -m 'Bump v%s'",
"prepare": "husky"
},
"keywords": [
"silex",
"grapesjs",
"plugin",
"grapesjs-plugin"
],
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/backbone": "^1.4.22",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"babel-types": "^6.26.0",
"eslint": "^9.19.0",
"husky": "^9.1.7",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.6.2",
"node_modules-path": "^2.1.0",
"rollup": "^4.32.1",
"rollup-plugin-summary": "^3.0.0",
"ts-jest": "^29.1.0"
},
"license": "MIT",
"peerDependencies": {
"backbone": "*",
"grapesjs": ">=0.19.0 <0.23.0",
"jquery": "*",
"lit-html": "*"
}
}