UNPKG

floating-label-react

Version:

A floating-label component using react without any dependencies

43 lines (42 loc) 1.2 kB
{ "name": "floating-label-react", "version": "1.0.3", "description": "A floating-label component using react without any dependencies", "main": "dist/index.js", "jsnext:main": "dist/index.es.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c", "watch": "rollup -cw", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "floating-label", "react" ], "author": "Mike Engel <mike@mike-engel.com>", "license": "MIT", "devDependencies": { "@types/react": "^16.9.48", "react": "^16.13.1", "rollup": "^1.32.1", "rollup-plugin-babili": "^3.1.1", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-typescript2": "^0.21.2", "typescript": "^3.9.7" }, "peerDependencies": { "react": ">= 15.x <= 16.x" }, "repository": { "type": "git", "url": "git+https://github.com/mike-engel/floating-label-react.git" }, "bugs": { "url": "https://github.com/mike-engel/floating-label-react/issues" }, "homepage": "https://github.com/mike-engel/floating-label-react#readme" }