You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.5 KiB
63 lines
1.5 KiB
{
|
|
"name": "@imove/core",
|
|
"version": "0.2.1",
|
|
"description": "流程编排",
|
|
"keywords": [
|
|
"imove",
|
|
"x6",
|
|
"flowchart"
|
|
],
|
|
"author": "suanmei <mr_suanmei@163.com>",
|
|
"homepage": "https://github.com/suanmei/iMove#readme",
|
|
"license": "MIT",
|
|
"main": "dist/core.common.js",
|
|
"module": "dist/core.esm.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"directories": {
|
|
"dist": "dist"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/suanmei/iMove.git"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "node scripts/prepublishOnly.js",
|
|
"declare-type": "tsc --emitDeclarationOnly",
|
|
"build": "rollup -c & npm run declare-type",
|
|
"watch": "watch 'npm run build' ./src"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/suanmei/iMove/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^4.0.6",
|
|
"@antv/x6": "^0.3.4",
|
|
"@antv/x6-react-shape": "^0.2.2",
|
|
"@emotion/core": "^10.0.28",
|
|
"@emotion/styled": "^10.0.27",
|
|
"@types/react": "^16.9.34",
|
|
"@types/react-dom": "^16.9.7",
|
|
"antd": "^4.1.4",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"rollup": "^2.6.1",
|
|
"watch": "^1.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@ant-design/icons": "^4.0.6",
|
|
"@antv/x6": "^0.3.4",
|
|
"@antv/x6-react-shape": "^0.2.2",
|
|
"@emotion/core": "^10.0.28",
|
|
"@emotion/styled": "^10.0.27",
|
|
"antd": "^4.1.4",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1"
|
|
},
|
|
"gitHead": "60b114ff262513544204f33a9bbcb6220d6c1c5d"
|
|
}
|
|
|