UNPKG

@talend/react-forms

Version:

React forms library based on json schema form.

107 lines (106 loc) 3.3 kB
{ "name": "@talend/react-forms", "description": "React forms library based on json schema form.", "main": "lib/index.js", "types": "./lib/index.d.ts", "module": "./lib-esm/index.js", "exports": { "./lib/*": { "import": "./lib-esm/*", "require": "./lib/*" }, ".": { "import": "./lib-esm/index.js", "require": "./lib/index.js" } }, "license": "Apache-2.0", "scripts": { "build:dev": "talend-scripts build --umd --dev", "build:prod": "talend-scripts build --umd --prod", "build:lib:esm": "talend-scripts build --esm", "build-storybook": "talend-scripts build-storybook", "pre-release": "yarn build:dev && yarn build:prod", "build:lib": "talend-scripts build", "test": "cross-env TZ=UTC talend-scripts test", "test:watch": "talend-scripts test --watch", "test:cov": "talend-scripts test --coverage", "lint": "talend-scripts lint", "start": "talend-scripts start-storybook -p 6008", "extract-i18n": "i18next-scanner --config i18next-scanner.config.js" }, "keywords": [ "react", "talend", "forms", "json", "schema" ], "author": "Talend Frontend <frontend@talend.com>", "homepage": "https://github.com/Talend/ui/tree/master/packages/forms#readme", "bugs": { "url": "https://github.com/Talend/ui/issues" }, "repository": { "type": "git", "url": "https://github.com/Talend/ui.git" }, "dependencies": { "@talend/assets-api": "^1.5.3", "@talend/icons": "^7.13.0", "@talend/json-schema-form-core": "^1.4.4", "@talend/react-components": "^17.5.0", "@talend/design-system": "^11.8.0", "@talend/design-tokens": "^3.4.5", "@talend/utils": "^3.4.0", "ace-builds": "1.10.1", "ajv": "^6.12.6", "classnames": "^2.5.1", "json-logic-js": "^2.0.5", "lodash": "^4.17.21", "memoize-one": "^6.0.0", "react-autowhatever": "10.2.0", "react-ace": "10.1.0", "react-hook-form": "^7.62.0", "react-jsonschema-form": "0.51.0", "tv4": "^1.3.0" }, "devDependencies": { "@storybook/addon-actions": "^7.6.20", "@storybook/addon-controls": "^7.6.20", "@talend/locales-tui-forms": "^15.2.0", "@talend/react-components": "^17.5.0", "@talend/eslint-config": "^13.4.0", "@talend/eslint-plugin": "^1.5.0", "@talend/scripts-core": "^16.7.0", "@talend/scripts-config-babel": "^13.7.0", "@talend/scripts-config-react-webpack": "^16.10.0", "@talend/scripts-config-storybook-lib": "^5.7.0", "@talend/scripts-config-typescript": "^11.3.2", "@testing-library/jest-dom": "^6.8.0", "@testing-library/react": "^14.3.1", "@testing-library/user-event": "^14.6.1", "i18next": "^23.16.8", "i18next-scanner-typescript": "^1.2.1", "jest-in-case": "^1.0.2", "json-loader": "^0.5.7", "mutationobserver-shim": "^0.3.7", "prop-types": "^15.8.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-virtualized": "^9.22.6", "react-i18next": "^13.5.0", "react-test-renderer": "^18.3.1" }, "peerDependencies": { "i18next": "^23.16.8", "prop-types": "^15.5.10", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^13.5.0" }, "publishConfig": { "access": "public" }, "version": "15.5.0" }