react-csv-downloader
Version:
React csv downloader
71 lines (70 loc) • 2.01 kB
JSON
{
"name": "react-csv-downloader",
"version": "3.3.0",
"description": "React csv downloader",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"scripts": {
"test": "mocha --require ./mocha.bootstrap.js --require chai/register-expect.js \"src/**/*.spec.ts\"",
"lint": "eslint",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|jsx|ts|tsx|json)\"",
"start": "npm start --prefix example",
"prebuild": "rimraf dist",
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/dolezel/react-csv-downloader.git"
},
"keywords": [
"React",
"CSV",
"Export",
"Download"
],
"author": "Castellant Guillaume <gcastellant@gmail.com>",
"contributors": [
"Jan Dolezel <dolezel.jan@gmail.com>",
"Herbert Pimentel <herberpferreira@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dolezel/react-csv-downloader/issues"
},
"homepage": "https://github.com/dolezel/react-csv-downloader",
"engines": {
"npm": ">=7.0.0"
},
"dependencies": {
"file-saver": "^2.0.2"
},
"devDependencies": {
"@eslint/js": "9.17.0",
"@types/chai": "5.0.1",
"@types/file-saver": "2.0.7",
"@types/mocha": "10.0.10",
"@types/node": "22.10.2",
"@types/react": "19.0.2",
"chai": "5.1.2",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-sonarjs": "3.0.1",
"globals": "15.14.0",
"mocha": "11.0.1",
"prettier": "3.4.2",
"react": "19.0.0",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.7.2",
"typescript-eslint": "8.18.2"
},
"peerDependencies": {
"react": "^16.6.3 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}