@ichooss/xflow
Version:
[English (US)](README.md) | 简体中文
70 lines (69 loc) • 1.92 kB
JSON
{
"name": "@ichooss/xflow",
"version": "2.0.11",
"description": "",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/typing/index.d.ts",
"private": false,
"files": [
"dist",
"src"
],
"keywords": [
"xflow",
"x6",
"antv"
],
"scripts": {
"setup": "tsup src/index.ts",
"build": "tsup src/index.ts",
"dev": "tsup src/index.ts --watch",
"lint:js": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"lint:css": "stylelint --allow-empty-input 'src/**/*.{css,less}'",
"lint:format": "prettier --check *.md *.json 'src/**/*.{js,jsx,ts,tsx,css,less,md,json}'",
"lint:typing": "tsc --noEmit",
"test": "jest --coverage"
},
"dependencies": {
"@antv/x6": "^2.15.3",
"@antv/x6-plugin-clipboard": "^2.1.6",
"@antv/x6-plugin-dnd": "^2.1.1",
"@antv/x6-plugin-export": "^2.1.6",
"@antv/x6-plugin-history": "^2.2.4",
"@antv/x6-plugin-keyboard": "^2.2.1",
"@antv/x6-plugin-minimap": "^2.0.6",
"@antv/x6-plugin-scroller": "^2.0.10",
"@antv/x6-plugin-selection": "^2.2.1",
"@antv/x6-plugin-snapline": "^2.1.7",
"@antv/x6-plugin-transform": "^2.1.8",
"@antv/x6-react-shape": "2.0.8",
"@tippyjs/react": "^4.2.6",
"immer": "^10.0.3",
"lucide-react": "^0.292.0",
"tippy.js": "^6.3.7",
"zustand": "^4.4.3"
},
"devDependencies": {
"@antv/config-tsconfig": "workspace:^",
"@antv/config-tsup": "workspace:^",
"@antv/testing": "workspace:^",
"@types/react": "^18.2.37",
"classnames": "^2.3.2"
},
"peerDependencies": {
"react": ">=16.8.6 || >=17.0.0 || >=18.0.0",
"react-dom": ">=16.8.6 || >=17.0.0 || >= 18.0.0"
},
"bugs": {
"url": "https://github.com/antvis/XFlow/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/antvis/XFlow.git",
"directory": "packages/ide"
},
"publishConfig": {
"access": "public"
}
}