mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
* commit '8cbdd383cef4c9631db3e851a8a1b474392e262e': (95 commits)
chore: fix addowner
Publish
refactor: move icons to local
comment
fix: [material-parser]fix bug of main field & remove useless debugger
feat: support localizing
refactor: runtime
fix: fix bug of build errors
fix: fix bug of missing types in material-parser
feat: 🎸 support parsing fusion source code
chore: @ali/lowcode-runtime@0.8.5
feat: style setter 国际化
refactor: runtime
Publish
chore: output sourceMap
fix(settings-pane): overflow problem
feat(designer): add builtin hotkeys
fix(designer): fix insertion style
feat: add favicon for preview
feat(designer): add blank page logic
...
43 lines
930 B
JSON
43 lines
930 B
JSON
{
|
|
"name": "@ali/lowcode-code-generator",
|
|
"version": "0.8.4",
|
|
"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"
|
|
}
|