mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +00:00
- @ali/lowcode-code-generator@0.8.5 - @ali/lowcode-demo@0.8.9 - @ali/lowcode-designer@0.9.2 - @ali/lowcode-editor-core@0.8.5 - @ali/lowcode-editor-skeleton@0.8.6 - @ali/lowcode-globals@0.9.2 - @ali/lowcode-plugin-components-pane@0.8.4 - @ali/lowcode-plugin-designer@0.9.2 - @ali/lowcode-plugin-event-bind-dialog@0.8.5 - @ali/lowcode-plugin-outline-pane@0.8.8 - @ali/lowcode-plugin-sample-logo@0.8.4 - @ali/lowcode-plugin-sample-preview@0.8.7 - @ali/lowcode-plugin-settings-pane@0.8.9 - @ali/lowcode-plugin-undo-redo@0.8.5 - @ali/lowcode-plugin-variable-bind-dialog@0.8.3 - @ali/lowcode-plugin-zh-en@0.8.7 - @ali/lowcode-react-simulator-renderer@0.8.7 - @ali/lowcode-runtime@0.8.10 - @ali/lowcode-setters@0.8.7 - @ali/lowcode-vision-polyfill@0.8.1
43 lines
930 B
JSON
43 lines
930 B
JSON
{
|
|
"name": "@ali/lowcode-code-generator",
|
|
"version": "0.8.5",
|
|
"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"
|
|
}
|