UNPKG

formularity

Version:

The last React form library you will ever need!

78 lines (77 loc) 2.17 kB
{ "name": "formularity", "version": "0.3.0-alpha", "description": "The last React form library you will ever need!", "main": "dist/index.js", "types": "dist/src/index.d.ts", "files": [ "/dist", "!/dist/app" ], "scripts": { "start": "vite --port 4000", "build": "rollup -c", "lint": "eslint './{src,app}/**/*.{ts,tsx}'", "prepare": "npm run build", "test": "vitest", "test:ui": "vitest --ui" }, "repository": { "type": "git", "url": "https://github.com/johnsonav1992/formularity" }, "keywords": [ "react", "typescript", "forms", "React forms", "Formularity" ], "author": "Alex Johnson", "license": "MIT", "bugs": { "url": "https://github.com/johnsav1992/formularity/issues" }, "homepage": "https://github.com/johnsav1992/formularity/#readme", "peerDependencies": { "react": ">=18.2.0", "react-dom": ">=18.2.0", "typescript": ">=3.7.0" }, "devDependencies": { "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@mui/material": "^5.15.7", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2", "@types/node": "^20.14.7", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/parser": "^6.19.1", "@vitejs/plugin-react": "^4.2.1", "@vitest/ui": "^1.6.0", "depcheck": "^1.4.7", "eslint": "^8.56.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-unused-imports": "^3.0.0", "formularity-zod-adapter": "^0.0.18-alpha", "johnsonav-eslint-config": "^0.0.4", "jsdom": "^24.1.0", "npm": "^10.4.0", "react": "^18.3.0", "react-dom": "^18.3.0", "rollup": "^3.29.4", "rollup-plugin-peer-deps-external": "^2.2.4", "typescript": "^5.5.4", "vite": "^5.0.12", "vite-tsconfig-paths": "^4.3.1", "vitest": "^1.6.0", "zod": "^3.22.4" } }