{ "name": "@ali/lowcode-plugin-components-pane", "version": "0.8.0", "description": "alibaba lowcode editor component-list 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": { "react": "^16.8.1", "@ali/iceluna-sdk": "^1.0.6-beta.6", "@alifd/next": "^1.19.19", "@ali/lowcode-editor-core": "0.8.0", "@ali/iceluna-comp-material-show": "^1.0.10", "@ali/iceluna-addon-component-list": "^1.0.11" }, "devDependencies": { "@alib/build-scripts": "^0.1.3", "@types/react": "^16.9.13", "@types/react-dom": "^16.9.4", "build-plugin-component": "^0.2.7-1", "build-plugin-fusion": "^0.1.0", "build-plugin-moment-locales": "^0.1.0" }, "publishConfig": { "registry": "https://registry.npm.alibaba-inc.com" } }