react-async-csv-downloader
Version:
A small hook to enable asynchronous downloading of csv files
64 lines (63 loc) • 1.7 kB
JSON
{
"name": "react-async-csv-downloader",
"version": "1.0.8",
"description": "A small hook to enable asynchronous downloading of csv files",
"type": "module",
"files": [
"dist"
],
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "vite build",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx}\"",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/besotti/react-async-csv-downloader"
},
"keywords": [
"CSV",
"React",
"Export",
"Files",
"Asynchronous",
"Download"
],
"author": "Benedikt Sottong <8019787+besotti@users.noreply.github.com>",
"license": "MIT",
"engines": {
"npm": ">=10.0.0"
},
"peerDependencies": {
"react": "^17 || ^18 || ^19"
},
"devDependencies": {
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^24.2.1",
"@types/react": "^19.1.9",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"@vitejs/plugin-react": "^5.0.0",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"eslint": "^9",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"jsdom": "^26.1.0",
"rollup-plugin-ignore": "^1.0.10",
"vite": "^7.1.1",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4"
}
}