UNPKG

@silexlabs/grapesjs-advanced-selector

Version:

A GrapesJS plugin for managing advanced CSS selectors with a visual interface

76 lines (75 loc) 2 kB
{ "name": "@silexlabs/grapesjs-advanced-selector", "version": "1.6.0", "description": "A GrapesJS plugin for managing advanced CSS selectors with a visual interface", "keywords": [ "silex", "grapesjs", "grapesjs-plugin", "css-selector", "visual-editor", "no-code", "web-design", "grapesjs", "plugin" ], "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "src", "README.md", "LICENSE" ], "scripts": { "NOT_YET_postinstall": "$npm_execpath run build", "start": "grapesjs-cli serve", "dev": "grapesjs-cli serve & http-server -p 8081 ../../node_modules/grapesjs", "build": "grapesjs-cli build --patch=false", "bump": "npm version patch -m 'Bump v%s'", "lint": "eslint 'src/**/*.{ts,tsx}'", "lint:fix": "eslint 'src/**/*.{ts,tsx}' --fix", "test": "jest", "test:watch": "jest --watchAll", "prepare": "husky" }, "author": { "name": "Alex Hoyau", "url": "https://lexoyo.me/" }, "license": "AGPL-3.0", "contributors": [ "Alex Hoyau (https://github.com/lexoyo)" ], "repository": { "type": "git", "url": "https://github.com/silexlabs/grapesjs-advanced-selector.git" }, "bugs": { "url": "https://github.com/silexlabs/grapesjs-advanced-selector/issues" }, "homepage": "https://github.com/silexlabs/grapesjs-advanced-selector#readme", "peerDependencies": { "grapesjs": ">=0.19.0 <0.23.0", "lit-html": "*" }, "devDependencies": { "@babel/preset-env": "^7.29.2", "@eslint/js": "^9.25.1", "@types/jest": "^29.5.14", "babel-jest": "^29.7.0", "eslint": "^9.25.1", "grapesjs-cli": "^4.1.3", "http-server": "^14.1.1", "husky": "^9.1.7", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "ts-jest": "^29.4.9", "typescript": "^5.8.3", "typescript-eslint": "^8.31.0" }, "dependencies": { "@silexlabs/expression-input": "0.5.0", "specificity": "^1.0.0" } }