{ "name": "@graphpolaris/shared", "private": true, "version": "0.0.0", "type": "module", "scripts": { "lint": "eslint lib/**/* --no-error-on-unmatched-pattern", "test": "vitest run", "type-p": "tsc --noEmit --skipLibCheck", "coverage": "vitest run --coverage" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^9.1.0" }, "dependencies": { "@deck.gl-community/editable-layers": "9.0.0-alpha.1", "@deck.gl/core": "^9.0.12", "@deck.gl/extensions": "^9.0.23", "@deck.gl/layers": "^9.0.12", "@deck.gl/react": "^9.0.12", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.0", "@floating-ui/react": "^0.26.16", "@pixi-essentials/cull": "^2.0.0", "@reactflow/node-resizer": "^2.2.9", "@reduxjs/toolkit": "^2.2.1", "@tisoap/react-flow-smart-edge": "^3.0.0", "@types/cytoscape": "^3.19.16", "@types/react-grid-layout": "^1.3.5", "@types/styled-components": "^5.1.34", "@types/supercluster": "^7.1.3", "classnames": "^2.5.1", "color": "^4.2.3", "color-string": "^1.9.1", "config": "workspace:*", "cytoscape": "^3.28.1", "d3": "^7.9.0", "deck.gl": "^9.0.12", "fi": "^1.0.16", "graphology": "^0.25.4", "graphology-dag": "^0.4.1", "graphology-layout": "^0.6.1", "graphology-layout-forceatlas2": "^0.10.1", "graphology-layout-noverlap": "^0.4.2", "graphology-simple-path": "^0.2.0", "graphology-types": "^0.24.7", "immer": "^10.0.4", "jspdf": "^2.5.1", "lodash-es": "^4.17.21", "moment": "^2.30.1", "pixi-actions": "^1.1.10", "pixi-viewport": "5.0.2", "pixi.js": "^7.4.2", "react-color": "^2.19.3", "react-cookie": "^7.1.0", "react-draggable": "^4.4.6", "react-grid-layout": "^1.4.4", "react-json-view": "^1.21.3", "react-router-dom": "^6.22.3", "react-window": "^1.8.10", "reactflow": "^11.10.4", "regenerator-runtime": "0.14.1", "reorder.js": "^2.2.6", "sass": "^1.72.0", "scss": "^0.2.4", "styled-components": "^6.1.8", "supercluster": "^8.0.1", "tslib": "^2.6.2", "use-immer": "^0.9.0", "web-worker": "^1.3.0" }, "devDependencies": { "@iconify/json": "^2.2.192", "@iconify/tailwind": "^1.1.1", "@storybook/preset-scss": "^1.0.3", "@testing-library/react": "14.2.1", "@types/color": "^3.0.6", "@types/cytoscape-dagre": "^2.3.3", "@types/cytoscape-fcose": "^2.2.4", "@types/cytoscape-klay": "^3.1.4", "@types/d3": "^7.4.3", "@types/lodash-es": "^4.17.12", "@types/node": "20.11.27", "@types/react": "^18.2.65", "@types/react-color": "^3.0.12", "@types/react-dom": "^18.2.22", "@types/react-window": "^1.8.8", "@typescript-eslint/eslint-plugin": "~7.2.0", "@typescript-eslint/parser": "~7.2.0", "@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react-swc": "^3.6.0", "cytoscape": "^3.23.0", "cytoscape-cise": "^1.0.0", "cytoscape-cose-bilkent": "^4.1.0", "cytoscape-dagre": "^2.5.0", "cytoscape-elk": "^2.2.0", "cytoscape-fcose": "^2.2.0", "cytoscape-klay": "^3.1.4", "daisyui": "^4.7.3", "eslint": "^8.57.0", "eslint-config-next": "14.1.3", "eslint-config-prettier": "^9.1.0", "eslint-config-turbo": "^1.12.5", "eslint-plugin-import": "2.29.1", "eslint-plugin-jsx-a11y": "6.8.0", "eslint-plugin-react": "7.34.0", "eslint-plugin-react-hooks": "4.6.0", "graphology": "^0.25.1", "graphology-generators": "^0.11.2", "graphology-layout": "^0.6.1", "graphology-layout-forceatlas2": "^0.10.1", "graphology-layout-noverlap": "^0.4.2", "graphology-types": "^0.24.0", "happy-dom": "^13.8.4", "jsdom": "^24.0.0", "postcss": "^8.4.35", "postcss-load-config": "^5.0.3", "postcss-nesting": "^12.1.0", "postcss-plugin": "^1.0.0", "postcss-scss": "^4.0.9", "prettier": "^3.2.5", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", "react-redux": "^9.1.0", "react-test-renderer": "18.2.0", "redux": "^5.0.1", "redux-thunk": "^3.1.0", "require-from-string": "^2.0.2", "reselect": "^5.1.0", "tailwindcss": "^3.4.1", "ts-node": "10.9.2", "typescript": "^5.4.2", "unplugin-icons": "^0.18.5", "url-loader": "^4.1.1", "vite": "^5.1.6", "vite-plugin-dts": "^3.7.3", "vite-plugin-sass-dts": "^1.3.17", "vite-tsconfig-paths": "^4.3.2", "vitest": "^1.3.1" }, "main": "./lib/index.ts", "types": "./lib/index.ts", "license": "MIT" }