mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"name": "@alife/empty",
|
|
"version": "1.0.1",
|
|
"description": "空组件",
|
|
"files": [
|
|
"demo/",
|
|
"es/",
|
|
"lib/",
|
|
"build/",
|
|
"dist",
|
|
"material-meta.json"
|
|
],
|
|
"main": "src/index.tsx",
|
|
"module": "src/index.tsx",
|
|
"stylePath": "style.js",
|
|
"scripts": {
|
|
"start": "build-scripts start",
|
|
"build": "build-scripts build",
|
|
"test": "build-scripts test",
|
|
"prepublishOnly": "npm run build",
|
|
"doc": "react-doc-gen",
|
|
"lint": "eslint --cache --ext .js,.jsx ./"
|
|
},
|
|
"keywords": [
|
|
"ice",
|
|
"react",
|
|
"component"
|
|
],
|
|
"dependencies": {
|
|
"classnames": "^2.2.6",
|
|
"prop-types": "^15.5.8"
|
|
},
|
|
"devDependencies": {
|
|
"@alife/build-plugin-lowcode": "^1.0.7",
|
|
"@alib/build-scripts": "^0.1.3",
|
|
"@alifd/adaptor-generate": "^0.1.3",
|
|
"build-plugin-component": "^0.2.0",
|
|
"build-plugin-fusion": "^0.1.0",
|
|
"build-plugin-fusion-cool": "^0.1.0",
|
|
"build-plugin-moment-locales": "^0.1.0",
|
|
"react": "^16.3.0",
|
|
"react-dom": "^16.3.0",
|
|
"@ice/spec": "^1.0.0",
|
|
"eslint": "^6.0.1",
|
|
"@alifd/next": "1.x",
|
|
"@types/react": "^16.9.13",
|
|
"@types/react-dom": "^16.9.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.3.0",
|
|
"@alifd/next": "1.x"
|
|
},
|
|
"componentConfig": {
|
|
"name": "Empty",
|
|
"title": "empty",
|
|
"category": "DataDisplay"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://unpkg.alibaba-inc.com/@alife/empty@1.0.1/build/index.html"
|
|
}
|