mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "@ali/lowcode-engine-editor",
|
|
"version": "0.0.1",
|
|
"description": "alibaba lowcode editor core",
|
|
"files": [
|
|
"demo/",
|
|
"es/",
|
|
"lib/",
|
|
"build/"
|
|
],
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"stylePath": "style.js",
|
|
"scripts": {
|
|
"start": "build-scripts start",
|
|
"build": "build-scripts build",
|
|
"prepublishOnly": "npm run prettier && npm run build",
|
|
"lint": "eslint --cache --ext .js,.jsx ./",
|
|
"prettier": "prettier --write \"./src/**/*.{ts,tsx,js,jsx,ejs,less,css,scss,json}\" "
|
|
},
|
|
"keywords": [
|
|
"lowcode",
|
|
"editor"
|
|
],
|
|
"author": "xiayang.xy",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"events": "^3.1.0",
|
|
"intl-messageformat": "^7.8.4",
|
|
"lodash": "^4.17.15",
|
|
"prop-types": "^15.5.8",
|
|
"store": "^2.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.3",
|
|
"@alifd/next": "1.x",
|
|
"@ice/spec": "^0.1.1",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/react": "^16.9.13",
|
|
"@types/react-dom": "^16.9.4",
|
|
"build-plugin-component": "^0.2.7-1",
|
|
"build-plugin-fusion": "^0.1.0",
|
|
"build-plugin-moment-locales": "^0.1.0",
|
|
"eslint": "^6.0.1",
|
|
"prettier": "^1.19.1",
|
|
"react": "^16.8.0",
|
|
"react-dom": "^16.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0",
|
|
"@alifd/next": "1.x"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://unpkg.com/editor-framework@0.0.1/build/index.html"
|
|
}
|