react-json-csv
Version:
A React component to handle json to csv conversion
62 lines (61 loc) • 2.02 kB
JSON
{
"name": "react-json-csv",
"version": "2.1.0",
"description": "A React component to handle json to csv conversion",
"main": "./lib/react-json-csv.js",
"scripts": {
"dev": "webpack-dev-server --config ./tools/webpack.dev.config.js",
"build": "webpack --config ./tools/webpack.build.config.js --mode=none",
"build:min": "webpack --config ./tools/webpack.build.config.js --mode=production",
"lint": "eslint --ext .jsx src/",
"lint:dev": "eslint --ext .jsx,.js dev/",
"test": "jest --coverage",
"test:watch": "jest --watch",
"coverage": "jest --collectCoverageFrom=\"src/**/*.jsx\" --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/praveenkumar-kalidass/react-json-csv.git"
},
"keywords": [
"react",
"json",
"csv",
"convert"
],
"author": "Praveenkumar Kalidass <praveen.ece@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/praveenkumar-kalidass/react-json-csv/issues"
},
"homepage": "https://github.com/praveenkumar-kalidass/react-json-csv#readme",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@testing-library/react": "^11.0.2",
"@testing-library/react-hooks": "^3.4.1",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.7.0",
"babel-loader": "^8.1.0",
"eslint": "^7.8.1",
"eslint-plugin-jest": "^24.0.0",
"eslint-plugin-react": "^7.20.6",
"html-webpack-plugin": "^4.4.1",
"jest": "^29.7.0",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.1"
},
"dependencies": {
"file-saver": "^2.0.2",
"prop-types": "^15.7.2",
"react": "^16.13.1"
}
}