UNPKG

@ibm-adw/skill-toolkit

Version:

Developing your own skills with IBM Automation Digital Worker Skill Toolkit

75 lines (74 loc) 2.41 kB
{ "name": "@adw/skill-form", "version": "0.5.29", "description": "Carbon Widgets and Fields for compatibility with React Json Form", "publishConfig": { "registry": "https://eu.artifactory.swg-devops.com/artifactory/hyc-baiw-npm-local/" }, "main": "dist/index.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js", "scripts": { "clean": "rimraf dist", "build": "rollup -c rollup.config.js", "lint": "eslint ./src", "lint-test": "eslint ./tests", "test": "jest" }, "jest": { "snapshotSerializers": [ "enzyme-to-json/serializer" ] }, "peerDependencies": { "@adw/form-common": "0.0.26", "axios": "^0.19.0", "carbon-components": "^10.9.1", "carbon-components-react": "^7.9.1", "carbon-icons": "^7.0.7", "react": "^16.10.1", "react-dom": "^16.10.1", "react-jsonschema-form": "^1.8.0", "state-decorator": "^4.0.0" }, "devDependencies": { "@adw/form-common": "0.0.26", "@babel/core": "^7.6.0", "@babel/plugin-proposal-object-rest-spread": "^7.6.2", "@babel/preset-env": "^7.6.2", "@babel/preset-react": "^7.0.0", "@carbon/icons-react": "^10.6.0", "axios": "^0.19.0", "babel-eslint": "^10.0.3", "babel-jest": "^24.9.0", "carbon-components": "^10.9.1", "carbon-components-react": "^7.9.1", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.14.0", "enzyme-to-json": "^3.4.0", "eslint": "^6.1.0", "eslint-config-react-app": "^5.0.2", "eslint-plugin-flowtype": "^3.13.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.14.3", "eslint-plugin-react-hooks": "^1.6.1", "identity-obj-proxy": "^3.0.0", "jest": "^24.9.0", "node-sass": "^4.12.0", "react": "^16.10.1", "react-dom": "^16.10.1", "react-jsonschema-form": "^1.8.0", "rimraf": "^2.6.3", "rollup": "^1.10.0", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-copy-glob": "^0.3.1", "rollup-plugin-ignore-import": "^1.2.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-visualizer": "^1.1.1", "state-decorator": "^4.0.0" } ,"_resolved": "https://eu.artifactory.swg-devops.com:443/artifactory/api/npm/hyc-baiw-npm-local/@adw/skill-form/-/@adw/skill-form-0.5.29.tgz" ,"_integrity": "sha1-hQ65RgZ3Sj/qsI9BhUb3LSXM2OI=" ,"_from": "@adw/skill-form@0.5.29" }