UNPKG

white-label-insurance-library

Version:

A reusable white-label insurance application component library.

39 lines 997 B
{ "name": "white-label-insurance-library", "version": "1.1.13", "description": "A reusable white-label insurance application component library.", "main": "dist/white-label-insurance-library.umd.js", "module": "dist/white-label-insurance-library.es.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "keywords": [ "react", "typescript", "white-label", "insurance", "components", "library" ], "author": "Ashish Sahu", "license": "MIT", "devDependencies": { "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@types/react-router-dom": "^5.3.3", "@vitejs/plugin-react": "^4.0.0", "typescript": "^5.0.4", "vite": "^4.4.9" }, "peerDependencies": { "react": ">=18.2.0", "react-dom": ">=18.2.0", "react-router-dom": ">=6.14.1" } }