|
| 1 | +{ |
| 2 | + "name": "@rekstack/mui-form", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "A collection of Material UI form inputs designed for seamless integration with React Hook Form.", |
| 5 | + "author": { |
| 6 | + "name": "Rui Araújo" |
| 7 | + }, |
| 8 | + "license": "MIT", |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "https://github.com/RekStack/mui-form.git" |
| 12 | + }, |
| 13 | + "funding": { |
| 14 | + "type": "github", |
| 15 | + "url": "https://github.com/sponsors/ruiaraujo012" |
| 16 | + }, |
| 17 | + "type": "module", |
| 18 | + "types": "dist/esm/index.d.ts", |
| 19 | + "main": "dist/cjs/index.cjs", |
| 20 | + "module": "dist/esm/index.js", |
| 21 | + "exports": { |
| 22 | + ".": { |
| 23 | + "import": { |
| 24 | + "types": "./dist/esm/index.d.ts", |
| 25 | + "default": "./dist/esm/index.js" |
| 26 | + }, |
| 27 | + "require": { |
| 28 | + "types": "./dist/cjs/index.d.cts", |
| 29 | + "default": "./dist/cjs/index.cjs" |
| 30 | + } |
| 31 | + }, |
| 32 | + "./package.json": "./package.json" |
| 33 | + }, |
| 34 | + "sideEffects": false, |
| 35 | + "scripts": { |
| 36 | + "build": "rimraf ./dist && tsc && vite build && publint --strict", |
| 37 | + "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
| 38 | + "cipublish": "node scripts/publish.js" |
| 39 | + }, |
| 40 | + "keywords": [ |
| 41 | + "react", |
| 42 | + "react-hook-form", |
| 43 | + "mui", |
| 44 | + "material-ui", |
| 45 | + "form", |
| 46 | + "typescript" |
| 47 | + ], |
| 48 | + "engines": { |
| 49 | + "node": ">=18" |
| 50 | + }, |
| 51 | + "files": [ |
| 52 | + "dist", |
| 53 | + "src" |
| 54 | + ], |
| 55 | + "devDependencies": { |
| 56 | + "@tanstack/config": "^0.6.0", |
| 57 | + "@types/node": "^20.11.30", |
| 58 | + "@types/react": "^18.2.66", |
| 59 | + "@types/react-dom": "^18.2.22", |
| 60 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 61 | + "@typescript-eslint/parser": "^7.2.0", |
| 62 | + "@vitejs/plugin-react-swc": "^3.5.0", |
| 63 | + "eslint": "^8.57.0", |
| 64 | + "eslint-config-ruiaraujo-react": "^3.1.25", |
| 65 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 66 | + "eslint-plugin-react-refresh": "^0.4.6", |
| 67 | + "publint": "^0.2.7", |
| 68 | + "react": "^18.2.0", |
| 69 | + "react-dom": "^18.2.0", |
| 70 | + "rimraf": "^5.0.5", |
| 71 | + "typescript": "^5.2.2", |
| 72 | + "vite": "^5.2.0" |
| 73 | + }, |
| 74 | + "peerDependencies": { |
| 75 | + "react": ">=18", |
| 76 | + "react-dom": ">=18" |
| 77 | + } |
| 78 | +} |
0 commit comments