table-to-excel-react
Version:
Export table data to Excel file using ReactJS
94 lines (93 loc) • 2.88 kB
JSON
{
"name": "table-to-excel-react",
"version": "1.3.5",
"description": "Export table data to Excel file using ReactJS",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"exports": {
".": {
"import": "./lib/index.js",
"require": "./lib/index.js",
"types": "./lib/index.d.ts"
}
},
"private": false,
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"prebuild": "npm run clean",
"dev": "tsc --watch",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint --config eslint.config.js src --ext .ts,.tsx",
"lint:fix": "eslint --config eslint.config.js src --ext .ts,.tsx --fix",
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
"format:all": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md}\" && npm run lint:fix",
"format:script": "node format-code.cjs",
"prepare": "npm run build",
"prepublishOnly": "npm run format:script",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags",
"examples": "vite --config examples/vite.config.ts"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@babel/preset-typescript": "^7.26.0",
"@eslint/js": "^9.22.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.10",
"@types/react": "^19.0.10",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@typescript-eslint/parser": "^8.26.0",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.6",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.0",
"vite": "^5.1.4",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
},
"dependencies": {
"exceljs": "^4.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yensubldg/Table-To-Excel-Reactjs.git"
},
"keywords": [
"table",
"excel",
"reactjs",
"export",
"xlsx",
"spreadsheet",
"multiple-sheets",
"styled-excel"
],
"author": "yensubldg1 <thang11a5tp@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/yensubldg/Table-To-Excel-Reactjs/issues"
},
"homepage": "https://github.com/yensubldg/Table-To-Excel-Reactjs#readme"
}