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.

66 lines
1.6 KiB

{
"name": "@imove/core",
"version": "0.3.4",
"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": "^0.10.63",
"ace-builds": "^1.4.12",
"antd": "^4.5.3",
"react-ace": "^9.1.3",
"react-color": "^2.18.1",
"react-json-view": "^1.19.1"
},
"devDependencies": {
"@types/react": "^16.9.34",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^16.9.7",
"awesome-typescript-loader": "^5.2.1",
"rollup": "^2.6.1",
"rollup-plugin-postcss": "^3.1.3",
"rollup-plugin-typescript": "^1.0.1",
"watch": "^1.0.2"
},
"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"
}