UNPKG

@spratch/whtable

Version:

A typescript react accessible table component for WealthHealth

71 lines (70 loc) 1.75 kB
{ "name": "@spratch/whtable", "version": "1.0.4", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@reduxjs/toolkit": "^2.6.1", "@sanity/icons": "^3.7.0", "react-aria-components": "^1.7.1", "react-redux": "^9.2.0" }, "devDependencies": { "@eslint/js": "^9.21.0", "@tailwindcss/vite": "^4.1.2", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react-swc": "^3.8.0", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^15.15.0", "tailwindcss": "^4.1.2", "tailwindcss-react-aria-components": "^2.0.0", "typescript": "~5.7.2", "typescript-eslint": "^8.24.1", "vite": "^6.2.0", "vite-plugin-dts": "^4.5.3", "vite-plugin-libcss": "^1.1.1" }, "peerDependencies": { "react": "^19.1.0", "react-dom": "^19.1.0" }, "prepublishOnly": "npm run build", "description": "A typescript react accessible table component for WealthHealth", "main": "./dist/whtable.es.js", "module": "./dist/whtable.es.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/whtable.es.js" } }, "types": "./dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/Spratch/WHTable.git" }, "keywords": [ "react", "component", "a11y", "tailwind", "typescript" ], "author": "Joseph Clenet", "license": "MIT", "bugs": { "url": "https://github.com/Spratch/WHTable/issues" }, "homepage": "https://github.com/Spratch/WHTable#readme" }