fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
83 lines (82 loc) • 1.73 kB
JSON
{
"name": "fomantic-ui-react",
"version": "0.0.1-alpha.12",
"description": "Fomantic-UI React -- A React Component Library.",
"main": "lib/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
"unpkg": "dist/fomantic-ui-react.min.js",
"jsdelivr": "dist/fomantic-ui-react.min.js",
"files": [
"esm",
"es",
"lib",
"dist",
"LICENSE",
"README.md"
],
"sideEffects": [
"dist/*",
"site/*",
"es/**/style/**",
"esm/**/style/**"
],
"gitHooks": {
"pre-commit": "lint-staged"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"dependencies": {
"@babel/runtime": "^7.16.5",
"@popperjs/core": "^2.11.2",
"classnames": "^2.3.1",
"hoist-non-react-statics": "^3.3.2",
"lodash": "^4.17.21",
"rc-tween-one": "^3.0.3",
"react-popper": "^2.2.5",
"react-use": "^17.3.2",
"dayjs": "^1.11.0"
},
"repository": {
"type": "git",
"url": "https://gitee.com/fireloong/fomantic-ui-react.git",
"branch": "dumi",
"platform": "gitee"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"keywords": [
"react",
"fomantic-ui",
"fomantic",
"semantic-ui",
"ui",
"css3",
"framework"
],
"author": "FireLoong <fireloong@foxmail.com>",
"license": "MIT"
}