UNPKG

react-input-labels

Version:

React component to insert a sereis of input in form of labels

75 lines 2.21 kB
{ "name": "react-input-labels", "version": "1.0.5", "description": "React component to insert a sereis of input in form of labels", "author": { "name": "Mario Fornaroli", "email": "mario.fornaroli@yahoo.it" }, "license": "MIT", "repository": "https://github.com/mariofornaroli/react-input-labels", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepare": "npm run build", "build": "webpack", "start": "webpack --watch", "test": "cross-env CI=1 react-scripts test --silent --env=jsdom", "test:watch": "react-scripts test --coverage --watchAll --env=jsdom", "release:major": "npm version major && git push --tags && git push", "release:minor": "npm version minor && git push --tags && git push", "release:patch": "npm version patch && git push --tags && git push" }, "dependencies": { "reactstrap": "^9.2.3", "sass": "^1.83.1" }, "devDependencies": { "@fortawesome/free-solid-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.2", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@types/jest": "^29.5.14", "@types/node": "^22.10.5", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "cross-env": "^7.0.3", "css-loader": "^7.1.2", "microbundle-crl": "^0.13.11", "postcss-flexbugs-fixes": "^5.0.2", "postcss-normalize": "^13.0.1", "postcss-preset-env": "^10.1.3", "react-scripts": "^5.0.1", "style-loader": "^4.0.0", "ts-loader": "^9.5.2", "typescript": "^5.7.3", "webpack": "^5.97.1", "webpack-cli": "^6.0.1" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "overrides": { "typescript": "^5.7.3" }, "engines": { "node": ">=16 <= 20" }, "files": [ "dist" ], "keywords": [ "react", "react-input-labels", "react-otp", "react-input-otp", "react-input", "react-input-activation-code", "react-input-registration-code", "react-code", "html-input", "html-input-code", "react-cipher-code" ] }