@teamix/description-detail
Version:
57 lines (56 loc) • 1.33 kB
JSON
{
"name": "@teamix/description-detail",
"version": "0.0.33",
"description": "描述详情",
"files": [
"demo/",
"es/",
"lib/",
"build/",
"dist/"
],
"main": "lib/index.js",
"module": "es/index.js",
"stylePath": "style.js",
"scripts": {
"start": "build-scripts start",
"build": "build-scripts build",
"prepublishOnly": "npm run build",
"sync": "iceworks sync",
"lint": "eslint --cache --ext .js,.jsx ./"
},
"keywords": [
"teamix",
"react",
"component"
],
"dependencies": {
"@alicloudfe/components": "^1.0.0",
"@alife/teamix-status-tag": "^1.1.10",
"@teamix/icon": "^1.2.3",
"classnames": "^2.3.1",
"prop-types": "^15.5.8"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",
"build-plugin-component": "^1.2.0",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"@ice/spec": "^1.0.0",
"eslint": "^6.0.1",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"iceworks": "^3.4.2",
"moment": "^2.27.0"
},
"componentConfig": {
"name": "DescriptionDetail",
"title": "resource-detail_spacex",
"category": "Others"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"homepage": "https://unpkg.com/@teamix/description-detail@0.0.33/build/index.html"
}