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.

68 lines
1.6 KiB

{
"name": "@imove/core",
"version": "0.3.7",
"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/prepublish.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"
},
"dependencies": {
5 years ago
"@ant-design/icons": "^4.0.6",
"@antv/x6": "^1.7.12",
"@imove/compile-code": "^0.0.1",
"@monaco-editor/react": "^3.7.4",
"antd": "^4.5.3",
"axios": "^0.21.0",
"fr-generator": "^1.0.0",
"jszip": "^3.5.0",
"lodash.merge": "^4.6.2",
"query-string": "^6.13.7",
"react-color": "^2.18.1",
"react-json-view": "^1.19.1",
"xterm": "^4.9.0"
},
"devDependencies": {
"@types/lodash.merge": "^4.6.6",
"@types/react": "^16.9.34",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^16.9.7"
},
"peerDependencies": {
5 years ago
"@ant-design/icons": "^4.0.6",
"@antv/x6": "0.10.59",
"antd": "^4.5.3",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"gitHead": "60b114ff262513544204f33a9bbcb6220d6c1c5d"
}