UNPKG

@croz/nrich-form-configuration-core

Version:

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

62 lines (61 loc) 1.57 kB
{ "name": "@croz/nrich-form-configuration-core", "description": "Contains core utilities related to the nrich-form-configuration module", "version": "3.1.0", "author": "CROZ", "bugs": "https://github.com/croz-ltd/nrich-frontend/issues", "dependencies": { "yup": "^1.4.0", "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", "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" }, "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" }, "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" }