UNPKG

react-bootstrap-floating-label

Version:
65 lines (64 loc) 1.92 kB
{ "name": "react-bootstrap-floating-label", "version": "1.6.0", "description": "React form element with floating label text", "main": "dist/index.js", "types": "types/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --mode production", "prepublishOnly": "npm run build", "lint": "eslint \"src/**/*.js\" --fix", "format": "prettier --write \"src/**/*.+(js|jsx|json|css|md)\"" }, "repository": { "type": "git", "url": "git+https://github.com/brennanwilkes/react-bootstrap-floating-label.git" }, "author": "Brennan Wilkes <brennan@codexwilkes.com>", "license": "MIT", "keywords": [ "React", "Bootstrap", "form", "form element", "floating", "label" ], "files": [ "dist", "types", "README.md" ], "bugs": { "url": "https://github.com/brennanwilkes/react-bootstrap-floating-label/issues" }, "homepage": "https://github.com/brennanwilkes/react-bootstrap-floating-label#readme", "devDependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "@babel/preset-react": "^7.6.3", "@types/react": "^17.0.2", "babel-loader": "^8.2.2", "css-loader": "^5.0.1", "eslint": "^7.17.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.22.0", "husky": "^6.0.0", "prettier": "^2.2.1", "prop-types": "^15.7.2", "react": "^17.0.1", "style-loader": "^2.0.0", "webpack": "^5.11.1", "webpack-cli": "^4.3.1" }, "husky": { "hooks": { "pre-commit": "npm run lint && npm run format" } }, "dependencies": { "react-icons": "^4.2.0" } }