2020-03-29 00:16:29 +08:00

45 lines
1010 B
JSON

{
"name": "@ali/lowcode-editor-core",
"version": "0.8.0",
"description": "alibaba lowcode editor core",
"main": "lib/index.js",
"module": "es/index.js",
"stylePath": "style.js",
"files": [
"lib",
"es"
],
"scripts": {
"build": "build-scripts build --skip-demo",
"test": "ava",
"test:snapshot": "ava --update-snapshots"
},
"keywords": [
"lowcode",
"editor"
],
"author": "xiayang.xy",
"dependencies": {
"debug": "^4.1.1",
"events": "^3.1.0",
"intl-messageformat": "^8.3.1",
"lodash": "^4.17.15",
"prop-types": "^15.5.8",
"store": "^2.0.12",
"whatwg-fetch": "^3.0.0",
"react": "^16.8.0",
"@alifd/next": "1.x"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",
"@types/lodash": "^4.14.149",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"build-plugin-component": "^0.2.10"
},
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npm.alibaba-inc.com"
}
}