UNPKG

@silexlabs/grapesjs-data-source

Version:
66 lines (65 loc) 1.86 kB
{ "name": "@silexlabs/grapesjs-data-source", "version": "0.1.0", "description": "Grapesjs Data Source", "main": "dist/index.js", "files": [ "dist", "src" ], "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", "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" }, "keywords": [ "silex", "grapesjs", "grapesjs-plugin", "plugin", "silex" ], "devDependencies": { "@babel/preset-typescript": "^7.27.0", "@eslint/eslintrc": "^3.3.1", "@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", "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", "jquery": "^3.7.1", "node_modules-path": "^2.1.0", "ts-jest": "^29.3.2", "typescript": "^5.8.3", "typescript-eslint": "^8.30.1" }, "peerDependencies": { "backbone": "*", "jquery": "*", "grapesjs": ">=0.19.0 <0.23.0", "lit-html": "*" }, "license": "AGPL-3.0", "dependencies": { "@apollo/client": "^3.13.8", "@silexlabs/expression-input": "0.1.0", "dedent-js": "^1.0.1" } }