@hawk-ui/label
Version:
hawk-ui: Basic Label Component
33 lines (32 loc) • 667 B
JSON
{
"name": "@hawk-ui/label",
"version": "4.5.0",
"description": "hawk-ui: Basic Label Component",
"main": "dist/index.min.js",
"scripts": {
"build": "webpack --config ../../webpack.lib.config.js --env.pkg=label"
},
"keywords": [
"label",
"react",
"react component",
"react label",
"hawk",
"hawk-ui",
"ui"
],
"author": "Saurabh Gaur <gaursaurabh68@gmail.com>",
"license": "MIT",
"dependencies": {
"classnames": "^2.3.2",
"lodash": "^4.17.21",
"prop-types": "^15.7.2"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}