react-csv-downloader
Version:
React csv downloader
69 lines (68 loc) • 1.95 kB
JSON
{
"name": "react-csv-downloader",
"version": "2.8.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 \"src/**/*.spec.ts\"",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"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": {
"@types/chai": "4.3.1",
"@types/file-saver": "2.0.5",
"@types/mocha": "9.1.1",
"@types/node": "^16.11.19",
"@types/react": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.20.0",
"@typescript-eslint/parser": "5.20.0",
"chai": "4.3.6",
"eslint": "8.13.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0",
"eslint-plugin-sonarjs": "0.13.0",
"mocha": "9.2.2",
"prettier": "2.6.2",
"react": "18.0.0",
"rimraf": "3.0.2",
"ts-node": "10.7.0",
"typescript": "4.6.3"
},
"peerDependencies": {
"react": "^16.6.3 || ^17.0.0 || ^18.0.0"
}
}