UNPKG

@egovernments/digit-ui-module-workbench

Version:

Workbench

44 lines 1.1 kB
{ "name": "@egovernments/digit-ui-module-workbench", "version": "1.0.6", "description": "Workbench", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/Module.js", "files": [ "dist" ], "scripts": { "start": "microbundle-crl watch --no-compress --format modern,cjs", "build": "microbundle-crl --compress --no-sourcemap --format cjs", "prepublish": "yarn build" }, "peerDependencies": { "react": "17.0.2", "react-router-dom": "5.3.0" }, "dependencies": { "@egovernments/digit-ui-react-components": "1.8.3", "@rjsf/core": "5.10.0", "@rjsf/utils": "5.10.0", "@rjsf/validator-ajv8": "5.10.0", "react": "17.0.2", "react-date-range": "1.4.0", "react-dom": "17.0.2", "react-hook-form": "6.15.8", "react-i18next": "11.16.2", "react-query": "3.6.1", "react-router-dom": "5.3.0", "react-select": "5.7.4", "xlsx": "0.17.5" }, "author": "JaganKumar <jagan.kumar@egov.org.in>", "license": "MIT", "keywords": [ "digit", "egov", "dpg", "digit-ui", "workbench" ] }