UNPKG

@hadyfayed/filament-react-wrapper

Version:

Enterprise React integration for Laravel/Filament - Smart asset loading, 90%+ React-PHP function mapping, no-plugin Filament integration

104 lines (103 loc) 3.05 kB
{ "name": "@hadyfayed/filament-react-wrapper", "version": "3.2.0", "description": "Enterprise React integration for Laravel/Filament - Smart asset loading, 90%+ React-PHP function mapping, no-plugin Filament integration", "type": "module", "main": "dist/react-wrapper/index.es.js", "module": "dist/react-wrapper/index.es.js", "types": "dist/react-wrapper/types/index.d.ts", "exports": { ".": { "import": "./dist/react-wrapper/index.es.js", "types": "./dist/react-wrapper/types/index.d.ts" }, "./package.json": "./package.json" }, "files": [ "dist", "config", "resources", "src", "tests", "scripts", "*.md", "LICENSE*" ], "scripts": { "build": "node scripts/build.js --target=es", "build:laravel": "node scripts/build.js --target=laravel", "build:umd": "node scripts/build.js --target=umd", "build:all": "node scripts/build.js --target=all", "dev": "vite build --watch", "preview": "vite preview", "typecheck": "tsc --noEmit", "lint": "eslint . --fix", "format": "prettier --write \"resources/**/*.{ts,tsx}\"", "analyze": "vite build --mode analyze", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "ci": "npm run typecheck && npm run lint:check && npm run format:check && npm run test", "lint:check": "eslint .", "format:check": "prettier --check \"resources/**/*.{ts,tsx}\"" }, "keywords": [ "laravel", "filament", "react", "components", "integration", "php", "lazy-loading", "asset-management", "state-sharing", "enterprise", "typescript", "blade-directives", "form-fields", "widgets", "no-plugin" ], "author": "Hady Fayed <hadyfayed@gmail.com>", "license": "MIT", "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "optionalDependencies": { "zustand": "^4.4.0" }, "devDependencies": { "@eslint/js": "^9.29.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/node": "^24.0.4", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@typescript-eslint/eslint-plugin": "^8.35.0", "@typescript-eslint/parser": "^8.35.0", "@vitejs/plugin-react": "^4.6.0", "@vitest/coverage-v8": "^3.2.4", "eslint": "^9.30.1", "eslint-config-prettier": "^9.0.0", "eslint-plugin-react": "^7.33.0", "eslint-plugin-react-hooks": "^5.2.0", "jsdom": "^26.1.0", "prettier": "^3.6.2", "terser": "^5.0.0", "typescript": "^5.0.0", "vite": "^7.0.2", "vite-plugin-dts": "^4.5.4", "vite-plugin-filament-react": "^1.0.0", "vitest": "^3.2.4" }, "repository": { "type": "git", "url": "https://github.com/hadyfayed/filament-react-wrapper" }, "bugs": { "url": "https://github.com/hadyfayed/filament-react-wrapper/issues" }, "homepage": "https://github.com/hadyfayed/filament-react-wrapper#readme" }