mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
31 lines
570 B
JSON
31 lines
570 B
JSON
{
|
|
"name": "single-exported-component",
|
|
"description": "",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"module": "es/index.js",
|
|
"files": [
|
|
"demo/",
|
|
"lib/",
|
|
"es/",
|
|
"build/"
|
|
],
|
|
"scripts": {
|
|
"postversion": "node ./scripts/postversion.js"
|
|
},
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
}
|