UNPKG

@formulier/core

Version:

Simple, performant form library

51 lines 1.23 kB
{ "private": false, "name": "@formulier/core", "version": "0.3.1", "license": "MIT", "author": "Jasper Van Gestel <vjee2e@gmail.com> (https://github.com/vjee)", "description": "Simple, performant form library", "homepage": "https://vjee.github.io/formulier/", "keywords": [ "formulier", "@formulier/core", "form", "forms", "controlled", "conditional", "validation" ], "type": "module", "main": "./dist/index.js", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "dependencies": { "lodash.isequal": "^4.5.0", "shallow-clone": "^3.0.1" }, "devDependencies": { "@types/lodash.isequal": "^4.5.8", "@types/shallow-clone": "^3.0.2", "@vitest/coverage-istanbul": "^3.2.4", "react": "^19.1.1", "tsup": "^8.5.0", "vitest": "^3.2.4", "@formulier/tsconfig": "0.0.0" }, "scripts": { "build": "tsc --project tsconfig.build.json", "dev": "tsup src/index.ts --tsconfig tsconfig.build.json --watch", "typecheck": "tsc", "test": "vitest run", "coverage": "vitest run --coverage" }, "types": "./dist/index.d.ts" }