荣彬 56f42ff7a5 Publish
- @ali/lowcode-code-generator@1.0.21
 - @ali/lowcode-datasource-engine@1.0.21
 - @ali/lowcode-datasource-fetch-handler@1.0.20
 - @ali/lowcode-datasource-jsonp-handler@1.0.20
 - @ali/lowcode-datasource-mopen-handler@1.0.20
 - @ali/lowcode-datasource-mtop-handler@1.0.20
 - @ali/lowcode-datasource-types@1.0.20
 - @ali/lowcode-datasource-universal-mtop-handler@1.0.20
 - @ali/lowcode-datasource-url-params-handler@1.0.20
 - @ali/lowcode-demo-server@1.0.21
 - @ali/lowcode-demo@1.0.21
 - @ali/lowcode-designer@1.0.21
 - @ali/lowcode-editor-core@1.0.21
 - @ali/lowcode-editor-preset-general@1.0.21
 - @ali/lowcode-editor-preset-vision@1.0.21
 - @ali/lowcode-editor-setters@1.0.21
 - @ali/lowcode-editor-skeleton@1.0.21
 - @ali/lowcode-material-parser@1.0.21
 - @ali/lowcode-plugin-components-pane@1.0.21
 - @ali/lowcode-plugin-datasource-pane@1.0.20
 - @ali/lowcode-plugin-designer@1.0.21
 - @ali/lowcode-plugin-event-bind-dialog@1.0.20
 - @ali/lowcode-plugin-outline-pane@1.0.20
 - @ali/lowcode-plugin-sample-logo@1.0.20
 - @ali/lowcode-plugin-sample-preview@1.0.20
 - @ali/lowcode-plugin-source-editor@1.0.19
 - @ali/lowcode-plugin-undo-redo@1.0.20
 - @ali/lowcode-plugin-variable-bind-dialog@1.0.20
 - @ali/lowcode-plugin-zh-en@1.0.20
 - @ali/lowcode-rax-provider@1.0.20
 - @ali/lowcode-rax-renderer@1.0.20
 - @ali/lowcode-rax-simulator-renderer@1.0.20
 - @ali/lowcode-react-provider@1.0.22
 - @ali/lowcode-react-renderer@1.0.20
 - @ali/lowcode-react-simulator-renderer@1.0.20
 - @ali/lowcode-runtime@1.0.22
 - @ali/lowcode-types@1.0.19
 - @ali/lowcode-utils@1.0.20
2020-11-10 23:40:01 +08:00

76 lines
1.9 KiB
JSON

{
"name": "@ali/lowcode-material-parser",
"version": "1.0.21",
"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"
}
}