mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +00:00
- @ali/lowcode-code-generator@0.8.6 - @ali/lowcode-demo@0.8.31 - @ali/lowcode-designer@0.9.21 - @ali/lowcode-editor-core@0.8.17 - @ali/lowcode-editor-preset-general@0.9.7 - @ali/lowcode-editor-preset-vision@0.8.22 - @ali/lowcode-editor-setters@0.9.4 - @ali/lowcode-editor-skeleton@0.8.27 - @ali/lowcode-plugin-components-pane@0.8.24 - @ali/lowcode-plugin-designer@0.9.21 - @ali/lowcode-plugin-event-bind-dialog@0.8.17 - @ali/lowcode-plugin-outline-pane@0.8.27 - @ali/lowcode-plugin-sample-logo@0.8.16 - @ali/lowcode-plugin-sample-preview@0.8.26 - @ali/lowcode-plugin-source-editor@0.8.14 - @ali/lowcode-plugin-undo-redo@0.8.26 - @ali/lowcode-plugin-variable-bind-dialog@0.8.15 - @ali/lowcode-plugin-zh-en@0.8.19 - @ali/lowcode-rax-provider@0.8.14 - @ali/lowcode-engine-rax-renderer@0.1.1 - @ali/lowcode-react-provider@0.8.15 - @ali/lowcode-react-renderer@0.8.9 - @ali/lowcode-react-simulator-renderer@0.8.27 - @ali/lowcode-runtime@0.8.16 - @ali/lowcode-types@0.8.7 - @ali/lowcode-utils@0.8.8
43 lines
930 B
JSON
43 lines
930 B
JSON
{
|
|
"name": "@ali/lowcode-code-generator",
|
|
"version": "0.8.6",
|
|
"description": "出码引擎 for LowCode Engine",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "rimraf lib && tsc",
|
|
"demo": "ts-node -r tsconfig-paths/register ./src/demo/main.ts",
|
|
"test": "ava"
|
|
},
|
|
"dependencies": {
|
|
"@ali/am-eslint-config": "*",
|
|
"@types/prettier": "^1.19.1",
|
|
"change-case": "^3.1.0",
|
|
"prettier": "^2.0.2",
|
|
"short-uuid": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^1.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"ts-loader": "^6.2.2",
|
|
"ts-node": "^7.0.1",
|
|
"tsconfig-paths": "^3.9.0"
|
|
},
|
|
"ava": {
|
|
"compileEnhancements": false,
|
|
"snapshotDir": "test/fixtures/__snapshots__",
|
|
"extensions": [
|
|
"ts"
|
|
],
|
|
"require": [
|
|
"ts-node/register"
|
|
]
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://registry.npm.alibaba-inc.com"
|
|
},
|
|
"license": "MIT"
|
|
}
|