UNPKG

@dock365/reform-fabric-fields

Version:
54 lines (53 loc) 1.55 kB
{ "name": "@dock365/reform-fabric-fields", "version": "1.0.0-1", "description": "fabric fields reform", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "start": "npm run build:watch", "build": "tsc", "build:watch": "tsc --watch", "release": "npm run build && npm publish --access=public && git push --follow-tags", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/dock365/reform-fabric-fields.git" }, "keywords": [ "reform", "fabric", "react", "form", "field" ], "author": "Hafeez Hamza <hafeez1042@gmail.com> (http://hafeezhamza.com)", "license": "MIT", "bugs": { "url": "https://github.com/dock365/reform-fabric-fields/issues" }, "homepage": "https://github.com/dock365/reform-fabric-fields#readme", "devDependencies": { "@braces/tslint-config": "^0.3.1", "@dock365/reform": "^1.1.4", "@dock365/validator": "^0.12.1", "@types/prop-types": "^15.5.6", "@types/react": "^16.3.18", "@types/react-dom": "^16.0.5", "es6-promise": "^4.2.5", "office-ui-fabric-react": "^6.202.0", "react": "^16.3.2", "react-dom": "^16.3.3", "tslint": "^5.11.0", "typescript": "^3.1.6" }, "peerDependencies": { "@dock365/reform": ">=0.7.0", "office-ui-fabric-react": ">=6.0.0", "react": ">=15.6", "react-dom": ">=15.6", "es6-promise": ">=4.0.0" }, "dependencies": {} }