2020-09-22 15:08:35 +08:00

49 lines
1.1 KiB
JSON

{
"name": "@ali/lowcode-designer",
"version": "1.0.9-8",
"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": {
"@ali/lowcode-editor-core": "^1.0.9-8",
"@ali/lowcode-types": "^1.0.9-8",
"@ali/lowcode-utils": "^1.0.9-8",
"classnames": "^2.2.6",
"event": "^1.0.0",
"react": "^16",
"react-dom": "^16.7.0"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.18",
"@types/classnames": "^2.2.7",
"@types/medium-editor": "^5.0.3",
"@types/node": "^13.7.1",
"@types/react": "^16",
"@types/react-dom": "^16",
"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"
}
}