2021-01-15 15:00:21 +08:00

38 lines
864 B
JSON

{
"name": "@ali/lowcode-plugin-designer",
"version": "1.0.31",
"description": "alibaba lowcode editor designer plugin",
"files": [
"es",
"lib"
],
"main": "lib/index.js",
"module": "es/index.js",
"stylePath": "style.js",
"scripts": {
"build": "build-scripts build --skip-demo",
"test": "ava",
"test:snapshot": "ava --update-snapshots"
},
"keywords": [
"lowcode",
"editor"
],
"author": "xiayang.xy",
"dependencies": {
"@ali/lowcode-designer": "^1.0.31",
"@ali/lowcode-editor-core": "^1.0.31",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"build-plugin-component": "^0.2.7"
},
"publishConfig": {
"registry": "https://registry.npm.alibaba-inc.com"
}
}