mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "@ali/lowcode-plugin-sample-preview",
|
|
"version": "0.8.31",
|
|
"description": "alibaba lowcode editor sample preview plugin",
|
|
"files": [
|
|
"es",
|
|
"lib"
|
|
],
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"scripts": {
|
|
"start": "build-scripts start",
|
|
"build": "build-scripts build --skip-demo",
|
|
"test": "ava",
|
|
"test:snapshot": "ava --update-snapshots"
|
|
},
|
|
"keywords": [
|
|
"lowcode",
|
|
"editor"
|
|
],
|
|
"dependencies": {
|
|
"@ali/lowcode-designer": "^0.9.27",
|
|
"@ali/lowcode-editor-core": "^0.8.21",
|
|
"@ali/lowcode-types": "^0.8.11",
|
|
"@ali/lowcode-utils": "^0.8.12",
|
|
"@ali/lowcode-react-renderer": "^0.8.0",
|
|
"@alifd/next": "^1.x",
|
|
"react": "^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",
|
|
"build-plugin-fusion": "^0.1.0",
|
|
"build-plugin-moment-locales": "^0.1.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
}
|
|
}
|