reactpackageformlibrary
Version:
react form library
78 lines (77 loc) • 2.03 kB
JSON
{
"name": "reactpackageformlibrary",
"version": "1.1.5",
"description": "react form library",
"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"
],
"repository": {
"type": "git",
"url": "https://github.com/Rbrahma1245/form-library.git"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
},
"author": "rahulbrahma",
"license": "MIT",
"scripts": {
"build": "rollup -c",
"test": "jest"
},
"dependencies": {
"clsx": "^1.2.1",
"formik": "^2.2.9",
"lodash": "^4.17.21",
"node-sass": "^8.0.0",
"sass": "^1.57.1",
"yup": "^1.0.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@vitejs/plugin-react": "^3.1.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.1",
"jest": "^29.4.2",
"lodash": "^4.17.21",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.15.0",
"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.34.1",
"ts-jest": "^29.0.5",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}