mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
72 lines
2.1 KiB
JSON
72 lines
2.1 KiB
JSON
{
|
|
"name": "@ali/lowcode-engine-react-renderer",
|
|
"version": "0.0.1",
|
|
"description": "lowcode engine react renderer",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"babel": "rm -rf lib && babel src -d lib --copy-files",
|
|
"prettier": "prettier --write \"./src/**/*.{js,jsx,ejs,less,css,scss,json}\" \"./demo/**/*.{js,jsx,ejs,less,css,scss,json}\"",
|
|
"build": "npm run babel",
|
|
"prepublish": "npm run prettier && npm run babel"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitlab.alibaba-inc.com:ali-lowcode/ali-lowcode-engine.git"
|
|
},
|
|
"keywords": [
|
|
"lowcode",
|
|
"engine",
|
|
"react"
|
|
],
|
|
"author": "xiayang.xy",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@ali/b3-one": "^0.0.17",
|
|
"@ali/bzb-request": "^2.6.0-beta.13",
|
|
"@ali/iceluna-comp-div": "^0.0.5",
|
|
"@ali/iceluna-rax": "0.0.5",
|
|
"@ali/lib-mtop": "^2.5.1",
|
|
"@alifd/next": "^1.18.17",
|
|
"debug": "^4.1.1",
|
|
"driver-universal": "^3.1.2",
|
|
"events": "^3.0.0",
|
|
"fetch-jsonp": "^1.1.3",
|
|
"intl-messageformat": "^7.7.2",
|
|
"jsonuri": "^2.1.2",
|
|
"keymaster": "^1.6.2",
|
|
"localforage": "^1.7.3",
|
|
"lodash": "^4.17.11",
|
|
"moment": "^2.24.0",
|
|
"rax": "^1.1.1",
|
|
"rax-find-dom-node": "^1.0.1",
|
|
"react-is": "^16.10.1",
|
|
"serialize-javascript": "^1.7.0",
|
|
"socket.io-client": "^2.2.0",
|
|
"whatwg-fetch": "^3.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"prop-types": "^15.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.4.4",
|
|
"@babel/core": "^7.4.4",
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
"@babel/plugin-proposal-decorators": "^7.0.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
"@babel/plugin-transform-runtime": "^7.4.4",
|
|
"@babel/preset-env": "^7.4.4",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babel-eslint": "^9.0.0",
|
|
"eslint": "^4.15.0",
|
|
"eslint-config-airbnb": "^17.1.0",
|
|
"eslint-loader": "^1.9.0",
|
|
"eslint-plugin-react": "^7.12.4",
|
|
"prettier": "^1.12.1"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://registry.npm.alibaba-inc.com"
|
|
}
|
|
}
|