mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
23 lines
500 B
JSON
23 lines
500 B
JSON
{
|
|
"name": "multiple-exported-component",
|
|
"description": "提供最基础、通用的物料组件",
|
|
"version": "1.0.0",
|
|
"main": "es/index.js",
|
|
"module": "es/index.js",
|
|
"dependencies": {
|
|
"classnames": "^2.2.6",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.5",
|
|
"react-dom": "^16.8.5"
|
|
},
|
|
"devDependencies": {
|
|
"cross-spawn": "^6.0.5"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.6"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
}
|
|
}
|