mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-31 08:10:18 +00:00
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "@ali/lowcode-designer",
|
|
"version": "0.8.0",
|
|
"description": "Designer for Ali LowCode Engine",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"files": [
|
|
"lib",
|
|
"es"
|
|
],
|
|
"scripts": {
|
|
"build": "build-scripts build --skip-demo",
|
|
"test": "ava",
|
|
"test:snapshot": "ava --update-snapshots"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"classnames": "^2.2.6",
|
|
"react": "^16",
|
|
"react-dom": "^16.7.0",
|
|
"@ali/lowcode-globals": "^0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/medium-editor": "^5.0.3",
|
|
"@types/classnames": "^2.2.7",
|
|
"@types/node": "^13.7.1",
|
|
"@types/react": "^16",
|
|
"@types/react-dom": "^16",
|
|
"@alib/build-scripts": "^0.1.18",
|
|
"build-plugin-component": "^0.2.10"
|
|
},
|
|
"ava": {
|
|
"compileEnhancements": false,
|
|
"snapshotDir": "test/fixtures/__snapshots__",
|
|
"extensions": [
|
|
"ts"
|
|
],
|
|
"require": [
|
|
"ts-node/register"
|
|
]
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
}
|
|
}
|