UNPKG

@croz/nrich-form-configuration-core

Version:

Contains core utilities related to the nrich-form-configuration module

87 lines (86 loc) 2.13 kB
{ "name": "@croz/nrich-form-configuration-core", "description": "Contains core utilities related to the nrich-form-configuration module", "version": "3.2.1", "author": "CROZ", "bugs": "https://github.com/croz-ltd/nrich-frontend/issues", "dependencies": { "zustand": "^4.4.7" }, "devDependencies": { "@croz/nrich-jest-config": "*", "@croz/nrich-tsconfig": "*", "@croz/nrich-tsup-config": "*", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@types/jest": "^28.1.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.2.0", "eslint-config-nrich": "*", "jest": "^28.1.0", "lodash": "^4.17.21", "msw": "^0.48.1", "react": "^18.1.0", "react-dom": "^18.1.0", "tsup": "^6.5.0", "whatwg-fetch": "^3.6.2", "yup": "^1.4.0", "zod": "^4.0.0" }, "files": [ "dist/*" ], "homepage": "https://github.com/croz-ltd/nrich-frontend/tree/master/libs/form-configuration/core#readme", "keywords": [ "croz", "nrich", "nrich-form-configuration", "react", "typescript", "zustand" ], "main": "dist/index.js", "module": "dist/index.mjs", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0", "yup": "^1.4.0", "zod": "^4.0.0" }, "peerDependenciesMeta": { "yup": { "optional": true }, "zod": { "optional": true } }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/croz-ltd/nrich-frontend.git", "directory": "libs/form-configuration/core" }, "scripts": { "build": "tsup", "clean": "rm -rf .turbo && rm -rf dist", "lint": "eslint . --ext .ts,.tsx", "test": "jest" }, "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./zod": { "types": "./dist/zod/index.d.ts", "import": "./dist/zod/index.mjs", "require": "./dist/zod/index.js" } } }