2020-10-23 15:50:30 +08:00

33 lines
807 B
JSON

{
"name": "@ali/lowcode-plugin-zh-en",
"version": "0.13.1-7",
"description": "alibaba lowcode editor zhong english plugin",
"files": [
"es",
"lib"
],
"main": "lib/index.js",
"module": "es/index.js",
"scripts": {
"build": "build-scripts build --skip-demo",
"test": "ava",
"test:snapshot": "ava --update-snapshots"
},
"dependencies": {
"@ali/lowcode-editor-core": "^0.13.1-7",
"@ali/lowcode-types": "^0.13.1-7",
"@ali/lowcode-utils": "^0.13.1-7",
"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.11"
},
"publishConfig": {
"registry": "https://registry.npm.alibaba-inc.com"
}
}