UNPKG

@42.nl/jarb-final-form

Version:
83 lines (82 loc) 2.49 kB
{ "name": "@42.nl/jarb-final-form", "version": "3.1.6", "description": "Validating forms through JaRB.", "files": [ "lib" ], "main": "lib/index.js", "repository": { "type": "git", "url": "git+https://github.com/42BV/jarb-final-form.git" }, "keywords": [ "JaRB", "final-form", "react-final-form" ], "author": "Maarten Hus", "license": "ISC", "bugs": { "url": "https://github.com/42BV/jarb-final-form/issues" }, "homepage": "https://github.com/42BV/jarb-final-form#readme", "peerDependencies": { "@42.nl/final-form-field-validation": "^1.0.0", "@42.nl/spring-connect": ">=4.2 <9.0", "final-form": "^4.20.6||^5.0.0", "react-final-form": "^6.5.8||^7.0.0" }, "devDependencies": { "@42.nl/final-form-field-validation": "1.0.6", "@42.nl/spring-connect": "8.0.0", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "16.3.2", "@testing-library/user-event": "14.6.1", "@types/jsdom": "27.0.0", "@types/lodash": "4.17.23", "@types/react": "19.2.13", "@types/react-dom": "19.2.3", "@vitest/coverage-istanbul": "4.0.18", "@vitest/eslint-plugin": "1.6.7", "axios": "1.13.5", "eslint": "9.39.2", "eslint-config-prettier": "10.1.8", "eslint-plugin-react": "7.37.5", "final-form": "5.0.0", "husky": "9.1.7", "jsdom": "28.0.0", "lint-staged": "16.2.7", "lodash": "4.17.23", "np": "11.0.2", "prettier": "3.8.1", "react": "19.2.4", "react-dom": "19.2.4", "react-final-form": "7.0.0", "typescript": "5.9.3", "typescript-eslint": "8.55.0", "vitest": "4.0.18" }, "scripts": { "start": "vitest --coverage", "clean": "rm -rf lib", "test": "npm run lint && npm run test:ts && npm run test:coverage", "test:ts": "tsc --version && tsc --noEmit", "test:coverage": "vitest run --coverage", "docs": "jekyll serve --source docs", "tsc": "npm run clean && tsc --version && tsc", "lint": "npm run lint:test && npm run lint:src", "lint:test": "eslint \"tests/**\" --max-warnings=0", "lint:src": "eslint \"src/**\" --max-warnings=0", "release": "npm run tsc && np", "dev:publish": "./scripts/dev-publish.sh", "version": "npm run tsc && jekyll build", "prepare": "husky" }, "lint-staged": { "{src,tests}/**/*.{js,jsx,json,scss,ts,tsx}": [ "prettier --single-quote --trailingComma none --write" ] } }