UNPKG

@matthewgapp/solidjs-flow

Version:

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

90 lines (89 loc) 2.42 kB
{ "name": "@matthewgapp/solidjs-flow", "version": "0.1.6", "description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.", "keywords": [ "solidjs", "node-based UI", "graph", "diagram", "workflow", "react-flow", "xyflow" ], "files": [ "dist", "src" ], "source": "src/index.ts", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js" }, "./dist/base.css": "./dist/base.css", "./dist/style.css": "./dist/style.css" }, "sideEffects": [ "*.css" ], "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/xyflow/xyflow.git", "directory": "packages/solidjs" }, "scripts": { "dev": "concurrently \"rollup --config --watch\" pnpm:css-watch", "build": "rollup --config --environment NODE_ENV:production && npm run css", "css": "postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/ --dir dist ", "css-watch": "pnpm css --watch", "lint": "eslint --ext .js,.jsx,.ts,.tsx src", "typecheck": "tsc --noEmit" }, "dependencies": { "@solid-primitives/map": "^0.4.11", "@xyflow/system": "^0.0.24", "classcat": "^5.0.3" }, "peerDependencies": { "solid-js": ">=1.8" }, "devDependencies": { "@babel/preset-typescript": "^7.23.3", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", "@types/node": "^18.7.16", "@xyflow/eslint-config": "workspace:*", "@xyflow/rollup-config": "workspace:*", "@xyflow/tsconfig": "workspace:*", "autoprefixer": "^10.4.15", "babel-preset-solid": "^1.8.15", "cssnano": "^6.0.1", "eslint-plugin-solid": "^0.13.1", "postcss": "^8.4.21", "postcss-cli": "^11.0.0", "postcss-combine-duplicated-selectors": "^10.0.3", "postcss-import": "^15.1.0", "postcss-nested": "^6.0.0", "postcss-rename": "^0.6.1", "rollup": "^4.12.1", "rollup-plugin-postcss": "^4.0.2", "solid-js": "^1.8", "typescript": "5.1.3" }, "rollup": { "globals": { "classcat": "cc" }, "name": "SolidJSFlow" } }