@teamix/typography
Version:
72 lines (71 loc) • 1.74 kB
JSON
{
"name": "@teamix/typography",
"version": "1.0.8",
"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",
"f2elint-scan": "f2elint scan",
"f2elint-fix": "f2elint fix"
},
"keywords": [
"teamix",
"react",
"component"
],
"dependencies": {
"@alicloudfe/components": "^1.0.0",
"@ant-design/icons": "^4.6.2",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.3.1",
"prop-types": "^15.5.8",
"rc-textarea": "^0.3.4",
"rc-util": "^5.9.8"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",
"@types/classnames": "^2.2.11",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"build-plugin-analyzer": "^1.0.0",
"build-plugin-component": "^1.2.0",
"f2elint": "^0.4.4",
"iceworks": "^3.4.2",
"moment": "^2.27.0",
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
"husky": {
"hooks": {
"commit-msg": "f2elint exec commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "f2elint exec lint-staged"
}
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,vue}": "f2elint exec eslint",
"**/*.{css,scss,less,acss}": "f2elint exec stylelint"
},
"componentConfig": {
"name": "Typography",
"title": "Typography",
"category": "Others"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"author": "qilou.zhl",
"homepage": "https://unpkg.com/@teamix/typography@1.0.8/build/index.html"
}