mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-27 06:00:21 +00:00
36 lines
795 B
JSON
36 lines
795 B
JSON
{
|
|
"name": "@ali/lowcode-plugin-sample-logo",
|
|
"version": "0.8.0",
|
|
"description": "alibaba lowcode editor logo 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-editor-core": "^0.8",
|
|
"react": "^16.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.18",
|
|
"@types/react": "^16.9.13",
|
|
"@types/react-dom": "^16.9.4",
|
|
"build-plugin-component": "^0.2.10"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
}
|
|
}
|