UNPKG

@matthew.ngo/react-form-kit

Version:

Form Kit for React. It consists of a set of components that can be used to create complex forms in a simple and declarative way.

160 lines (159 loc) 4.51 kB
{ "version": "0.0.14", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "git+https://github.com/maemreyo/react-form-kit.git" }, "keywords": [ "react", "form", "form-kit", "storybook", "custom-inputs", "theming", "typescript" ], "license": "MIT", "main": "dist/index.js", "module": "dist/react-form-kit.esm.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "lint": "eslint src", "lint:fix": "eslint src --fix", "prepare": "tsdx build ", "size": "size-limit", "analyze": "size-limit --why", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "semantic-release": "semantic-release", "change": "changeset", "version-packages": "changeset version", "release": "changeset publish" }, "peerDependencies": { "@testing-library/dom": ">=7.21.4", "react": ">=16.8.0", "react-dom": ">=16.8.0", "react-hook-form": ">=7.0.0" }, "lint-staged": { "*.{ts,tsx}": [ "eslint --fix", "prettier --write ." ] }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "name": "@matthew.ngo/react-form-kit", "description": "Form Kit for React. It consists of a set of components that can be used to create complex forms in a simple and declarative way.", "author": "Matthew Ngo <matthew.ngo1114@gmail.com>", "bugs": { "url": "https://github.com/maemreyo/react-form-kit/issues" }, "homepage": "https://maemreyo.github.io/react-form-kit/", "size-limit": [ { "path": "dist/react-form-kit.cjs.production.min.js", "limit": "500 KB" }, { "path": "dist/react-form-kit.esm.js", "limit": "500 KB" } ], "devDependencies": { "@babel/core": "^7.26.0", "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.11", "@changesets/git": "^3.0.2", "@chromatic-com/storybook": "^3.2.3", "@eslint/compat": "^1.2.4", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.1", "@size-limit/preset-small-lib": "^11.1.6", "@storybook/addon-essentials": "^8.4.7", "@storybook/addon-interactions": "^8.4.7", "@storybook/addon-links": "^8.4.7", "@storybook/addon-onboarding": "^8.4.7", "@storybook/addon-webpack5-compiler-swc": "^1.0.5", "@storybook/blocks": "^8.4.7", "@storybook/jest": "^0.2.3", "@storybook/react": "^8.4.7", "@storybook/react-webpack5": "^8.4.7", "@storybook/test": "^8.4.7", "@testing-library/dom": "^10.0.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@types/lodash": "^4", "@types/react": "^19.0.2", "@types/react-beautiful-dnd": "^13", "@types/react-dom": "^19.0.2", "@types/react-window": "^1", "@types/styled-components": "^5.1.34", "@typescript-eslint/eslint-plugin": "^8.18.2", "@typescript-eslint/parser": "^8.18.2", "babel-loader": "^9.2.1", "babel-plugin-styled-components": "^2.1.4", "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-config-react": "^1.1.7", "eslint-define-config": "^2.1.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.3", "eslint-plugin-react-hooks": "^5.1.0", "husky": "^9.1.7", "jest": "^29.7.0", "lint-staged": "^15.3.0", "prettier": "^3.4.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^19.0.0", "semantic-release": "^24.2.0", "size-limit": "^11.1.6", "storybook": "^8.4.7", "ts-jest": "^29.2.5", "ts-loader": "^9.5.1", "tsconfig-paths-webpack-plugin": "^4.2.0", "tsdx": "^0.14.1", "tslib": "^2.8.1", "typescript": "^5.7.2", "webpack": "^5.92.1" }, "resolutions": { "typescript": "^5.7.2" }, "dependencies": { "@popperjs/core": "^2.11.8", "framer-motion": "^11.18.0", "lodash": "^4.17.21", "lucide-react": "^0.471.1", "react-beautiful-dnd": "^13.1.1", "react-popper": "^2.3.0", "react-window": "^1.8.11", "styled-components": "^6.1.13" }, "packageManager": "yarn@4.5.3" }