UNPKG

@circonomit/solid-flow

Version:

Solid Flow - A highly customizable Solid library for building node-based editors and interactive flow charts.

72 lines (71 loc) 1.74 kB
{ "name": "@circonomit/solid-flow", "version": "0.0.6", "description": "Solid Flow - A highly customizable Solid library for building node-based editors and interactive flow charts.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/circonomit/solid-flow.git", "directory": "packages/solid" }, "bugs": { "url": "https://github.com/circonomit/solid-flow/issues" }, "homepage": "https://www.circonomit.de", "author": "Circonomit GmbH <erik@circonomit.de>", "keywords": [ "solid-flow" ], "type": "module", "main": "dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "solid": "./dist/index.jsx", "default": "./dist/index.js" }, "./dist/base.css": "./dist/styles/base.css", "./dist/style.css": "./dist/styles/style.css", "./package.json": "./package.json" }, "module": "dist/index.mjs", "files": [ "dist" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "release-it": "release-it --config ../../release-it.json", "typecheck": "tsc" }, "sideEffects": [ "*.css" ], "types": "dist/index.d.ts", "dependencies": { "@solid-primitives/map": "^0.7.2", "@xyflow/system": "^0.0.65", "classcat": "^5.0.5" }, "peerDependencies": { "solid-js": ">=1.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.52.8", "@types/node": "^24.0.7", "ajv": "^8.17.1", "autoprefixer": "^10.4.21", "cssnano": "^7.0.7", "eslint-plugin-solid": "^0.14.5", "postcss": "^8.5.6", "postcss-cli": "^11.0.1", "postcss-combine-duplicated-selectors": "^10.0.3", "postcss-import": "^16.1.1", "postcss-nested": "^7.0.2", "postcss-rename": "^0.8.0", "solid-js": "^1.9.7", "typescript": "5.8.3" } }