mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-09 14:58:26 +00:00
26 lines
619 B
JSON
26 lines
619 B
JSON
{
|
|
"name": "@alilc/runtime-router",
|
|
"version": "1.0.0-beta.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
|
|
"homepage": "https://github.com/alibaba/lowcode-engine/#readme",
|
|
"license": "MIT",
|
|
"module": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@alilc/renderer-core": "^2.0.0-beta.0",
|
|
"lodash-es": "^4.17.21",
|
|
"path-to-regexp": "^6.2.1",
|
|
"qs": "^6.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/qs": "^6.9.13"
|
|
}
|
|
}
|