UNPKG

@silexlabs/grapesjs-data-source

Version:
78 lines (77 loc) 2.35 kB
{ "name": "@silexlabs/grapesjs-data-source", "version": "0.3.0", "description": "Grapesjs Data Source", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { "import": "./dist/index.js", "require": "./dist/cjs/index.js" }, "files": [ "dist", "src", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/silexlabs/grapesjs-data-source.git" }, "scripts": { "start": "$npm_execpath run serve & grapesjs-cli serve", "build": "grapesjs-cli build --patch=false && tsc -p tsconfig.cjs.json", "serve": "$npm_execpath run serve:mocks & $npm_execpath run serve:grapesjs", "serve:mocks": "http-serve ./__mocks__/ -p 3000 --cors", "serve:grapesjs": "http-serve `node_modules grapesjs`/grapesjs/dist -p 3001 --cors", "lint": "eslint src/**/*", "test": "node --experimental-vm-modules `node_modules jest`/.bin/jest --runInBand --no-cache", "test:watch": "npm test -- --watch", "prepare": "husky", "lint:integration:tests": "tidy -m -i -wrap 0 --show-body-only yes integration-tests/**/*.html & find integration-tests -type f -name '*.json' -print0 | xargs -0 -n1 sh -c 'jq . \"$1\" | sponge \"$1\"' sh" }, "keywords": [ "silex", "grapesjs", "grapesjs-plugin", "plugin", "silex" ], "devDependencies": { "@babel/preset-typescript": "^7.28.5", "@eslint/eslintrc": "^3.3.5", "@eslint/js": "^9.25.0", "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^8.30.1", "@typescript-eslint/parser": "^8.30.1", "dom-compare": "^0.6.0", "eslint": "^9.25.0", "globals": "^16.0.0", "grapesjs-cli": "^4.1.3", "http-serve": "^1.0.1", "husky": "^9.1.7", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jsdom": "^26.1.0", "node_modules-path": "^2.4.0", "ts-jest": "^29.4.9", "typescript": "^5.8.3", "typescript-eslint": "^8.30.1" }, "peerDependencies": { "grapesjs": ">=0.19.0 <0.23.0", "lit-html": "*" }, "author": { "name": "Alex Hoyau", "url": "https://lexoyo.me/" }, "license": "AGPL-3.0", "dependencies": { "@apollo/client": "^3.13.8", "@silexlabs/expression-input": "0.5.0", "dedent-js": "^1.0.1" } }