UNPKG

@castianta/telemetry-base

Version:
67 lines (66 loc) 1.74 kB
{ "name": "@castianta/telemetry-base", "version": "0.1.9", "description": "遥测基础数据配置", "files": [ "demo/", "lib/", "es/", "build/", "screenshot.png" ], "main": "lib/index.js", "module": "es/index.js", "stylePath": "style.js", "scripts": { "start": "build-scripts start", "build": "build-scripts build && npm run screenshot", "test": "build-scripts test", "prepublishOnly": "npm run build", "eslint": "eslint --cache --ext .js,.jsx ./", "eslint:fix": "npm run eslint -- --fix", "stylelint": "stylelint \"**/*.{css,scss,less}\"", "lint": "npm run eslint && npm run stylelint", "screenshot": "screenshot -l -s root" }, "keywords": [ "ice", "react", "component" ], "dependencies": { "@ant-design/pro-form": "^1.22.1", "@ant-design/pro-layout": "^6.19.3", "@ant-design/pro-table": "^2.35.1", "prop-types": "^15.5.8" }, "devDependencies": { "@alib/build-scripts": "^0.1.3", "@ice/screenshot": "^0.1.8", "@iceworks/spec": "^1.0.0", "antd": "^4.15.4", "build-plugin-antd": "^0.1.1", "build-plugin-component": "^1.0.0", "build-plugin-moment-locales": "^0.1.0", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.14.0", "eslint": "^6.8.0", "react": "^16.3.0", "react-dom": "^16.3.0", "stylelint": "^13.7.2" }, "peerDependencies": { "react": "^16.3.0", "antd": "^4.15.4" }, "componentConfig": { "name": "TelemetryBase", "title": "遥测基础配置", "category": "DataDisplay" }, "publishConfig": { "access": "public" }, "license": "MIT", "homepage": "https://unpkg.com/@castianta/telemetry-base@0.1.9/build/index.html" }