mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
76 lines
1.9 KiB
JSON
76 lines
1.9 KiB
JSON
{
|
|
"name": "@ali/lowcode-material-parser",
|
|
"version": "0.13.1-7",
|
|
"description": "material parser for Ali lowCode engine",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib",
|
|
"schemas"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/runtime": "^7.11.2",
|
|
"@types/babel__generator": "^7.6.1",
|
|
"@types/babel__traverse": "^7.0.13",
|
|
"@types/debug": "^4.1.5",
|
|
"@types/fs-extra": "^8.0.1",
|
|
"@types/js-yaml": "^3.12.2",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/node": "^14.6.0",
|
|
"@types/prop-types": "^15.7.3",
|
|
"@types/semver": "^7.1.0",
|
|
"ava": "3.8.1",
|
|
"globby": "^10.0.1",
|
|
"jest": "^24.8.0",
|
|
"jest-watch-typeahead": "^0.3.1",
|
|
"js-yaml": "^3.13.1",
|
|
"json-schema-to-typescript": "^8.2.0",
|
|
"ts-node": "^8.10.2",
|
|
"tslib": "^1.11.1",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prebuild": "npm run schema",
|
|
"test": "ava -T 100000",
|
|
"test:snapshot": "ava --update-snapshots",
|
|
"schema": "node ./scripts/transform.js"
|
|
},
|
|
"ava": {
|
|
"snapshotDir": "test/fixtures/__snapshots__",
|
|
"extensions": [
|
|
"ts"
|
|
],
|
|
"require": [
|
|
"ts-node/register"
|
|
],
|
|
"include": [
|
|
"test/generator/Generator.ts"
|
|
]
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/generator": "^7.8.4",
|
|
"@babel/parser": "^7.8.4",
|
|
"@babel/traverse": "^7.8.4",
|
|
"@babel/types": "^7.8.3",
|
|
"ajv": "^6.12.0",
|
|
"ast-types": "^0.13.3",
|
|
"cross-spawn-promise": "^0.10.2",
|
|
"debug": "^4.1.1",
|
|
"fs-extra": "^8.1.0",
|
|
"lodash": "^4.17.15",
|
|
"parse-prop-types": "^0.3.0",
|
|
"prop-types": "^15.7.2",
|
|
"react-docgen": "^5.3.0",
|
|
"react-docgen-typescript": "^1.16.5",
|
|
"safe-eval": "^0.4.1",
|
|
"semver": "^7.1.3",
|
|
"short-uuid": "^3.1.1",
|
|
"typescript": "^3.9.5",
|
|
"vm2": "^3.9.2"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
}
|
|
}
|