@dock365/refield
Version:
react input field container
52 lines (51 loc) • 1.8 kB
JSON
{
"name": "@dock365/refield",
"version": "0.4.2",
"description": "react input field container",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"release": "npm run build && npm publish --access=public && git push --follow-tags",
"release:patch": "npm run build && npm version patch && npm publish --access=public && git push --follow-tags",
"release:minor": "npm run build && npm version minor && npm publish --access=public && git push --follow-tags",
"release:major": "npm run build && npm version major && npm publish --access=public && git push --follow-tags",
"release:preminor": "npm run build && npm version preminor && npm publish --access=public && git push --follow-tags",
"release:pre": "npm run build && npm version prerelease && npm publish --access=public && git push --follow-tags",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dock365/refield.git"
},
"keywords": [
"react",
"form",
"field",
"input"
],
"author": "Hafeez Hamza <hafeez1042@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dock365/refield/issues"
},
"homepage": "https://github.com/dock365/refield#readme",
"devDependencies": {
"@braces/tslint-config": "^0.3.1",
"@dock365/reform": "^1.1.16-2",
"@dock365/validator": "^0.13.2",
"@types/react": "^16.9.22",
"@types/react-dom": "^16.9.5",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"tslint": "^5.11.0",
"typescript": "^3.1.6"
},
"peerDependencies": {
"@dock365/validator": ">=0.10.0",
"react": ">=16.3.0",
"react-dom": ">=16.3.0"
},
"dependencies": {}
}