react-super-forms-library
Version:
React Super Forms allow you to create forms elements like text input, phone number input, text-area box , radio input , checkbox input box etcetera elements with basic styling, just with minimal configurations so you can focus on the task that is more imp
78 lines (77 loc) • 2.1 kB
JSON
{
"name": "react-super-forms-library",
"version": "1.0.0",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"type": "module",
"files": [
"dist/**/*"
],
"keywords": [
"React",
"Formik",
"Lodash",
"Sass",
"Yup",
"clsx"
],
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
},
"author": "Mithyalabs Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/joinsachinarya/react-super-forms.git"
},
"homepage": "https://github.com/joinsachinarya/react-super-forms.git#readme",
"scripts": {
"build": "rollup -c",
"test": "jest"
},
"dependencies": {
"clsx": "^2.1.1",
"formik": "^2.2.9",
"lodash": "^4.17.21",
"sass": "^1.87.0",
"yup": "^1.0.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"@vitejs/plugin-react": "^4.4.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-react": "^7.32.1",
"jest": "^29.4.2",
"lodash": "^4.17.21",
"prettier": "^3.5.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rollup": "^4.40.1",
"rollup-plugin-auto-named-exports": "^1.0.0-beta.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-sass": "^1.12.17",
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "^29.0.5",
"typescript": "^5.8.3",
"vite": "^6.3.4"
}
}