UNPKG

andrea-table

Version:
87 lines (86 loc) 2.06 kB
{ "name": "andrea-table", "private": false, "description": "A Rich table for React", "version": "0.0.236", "main": "dist/index.js", "module": "dist/index.es.js", "author": "Derek Og <derekzyl@gmail.com>", "types": "./dist/index.es.d.ts", "style": "./dist/style.css", "keywords": [ "react", "table", "component", "typescript", "vite", "tailwindcss", "papaparse", "xlsx", "jspdf", "jspdf-autotable", "react-table", "react-table-v7", "data-table", "rich-table", "table-component", "table-library" ], "repository": { "type": "git", "url": "git+https://github.com/derekzyl/andrea-table.git", "directory": "" }, "homepage": "https://github.com/derekzyl/andrea-table#readme", "bugs": { "url": "https://github.com/derekzyl/andrea-table/issues", "email": "derekzyl@gmail.com" }, "exports": { ".": { "import": "./dist/index.es.js", "require": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "dev": "vite", "build": "tsc -b &&vite build", "lint": "eslint .", "preview": "vite preview" }, "peerDependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@eslint/js": "^9.9.0", "@types/lodash": "^4.17.7", "@types/papaparse": "^5.3.14", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "eslint": "^9.9.0", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.9", "globals": "^15.9.0", "postcss": "^8.4.47", "rollup-plugin-postcss": "^4.0.2", "tailwindcss": "^3.4.11", "typescript": "^5.5.3", "typescript-eslint": "^8.0.1", "vite": "^5.4.1", "vite-plugin-dts": "^4.2.1", "vite-plugin-libcss": "^1.1.1", "dayjs": "^1.11.13", "jspdf": "^2.5.1", "jspdf-autotable": "^3.8.3", "lodash": "^4.17.21", "papaparse": "^5.4.1", "react": "^18.3.1", "react-dom": "^18.3.1", "xlsx": "^0.18.5" } }