UNPKG

csv-import-react

Version:

Open-source CSV, TSV, and XLS/XLSX file importer for React and JavaScript

93 lines (92 loc) 3.04 kB
{ "name": "csv-import-js", "version": "1.0.15", "description": "Open-source CSV, TSV, and XLS/XLSX file importer for React and JavaScript", "main": "index.js", "files": ["."], "repository": { "type": "git", "url": "git+https://github.com/tableflowhq/csv-import.git" }, "keywords": ["csv", "import", "excel", "data", "importer", "react", "tableflow", "csv-import"], "author": "TableFlow", "license": "MIT", "bugs": { "url": "https://github.com/tableflowhq/csv-import/issues" }, "homepage": "https://github.com/tableflowhq/csv-import#readme", "types": "index.d.ts", "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "devDependencies": { "@babel/preset-env": "^7.22.4", "@babel/preset-react": "^7.22.3", "@babel/preset-typescript": "^7.21.5", "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-image": "^2.1.1", "@rollup/plugin-node-resolve": "^11.2.1", "@rollup/plugin-replace": "^5.0.5", "@storybook/addon-essentials": "7.0.18", "@storybook/addon-interactions": "7.0.18", "@storybook/addon-links": "7.0.18", "@storybook/blocks": "7.0.18", "@storybook/react": "7.0.18", "@storybook/react-webpack5": "7.0.18", "@storybook/testing-library": "0.0.14-next.2", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", "@trivago/prettier-plugin-sort-imports": "^4.1.1", "@types/babel__core": "^7.20.1", "@types/jest": "^24.9.1", "@types/papaparse": "^5.3.14", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/use-sync-external-store": "0.0.3", "@types/xlsx": "^0.0.36", "@typescript-eslint/eslint-plugin": "^5.56.0", "@typescript-eslint/parser": "^5.56.0", "core-js": "^3.22.7", "css-loader": "^6.8.1", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "identity-obj-proxy": "^3.0.0", "jest": "^26.6.3", "node-sass": "^9.0.0", "prettier": "^2.8.6", "prop-types": "^15.8.1", "react": "18.2.0", "react-dom": "18.2.0", "rollup": "^2.56.3", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^3.1.8", "rollup-plugin-typescript2": "^0.29.0", "sass": "^1.69.7", "sass-loader": "^13.3.3", "storybook": "7.0.18", "style-loader": "^3.3.3", "ts-jest": "^26.5.6", "typescript": "^4.5.5", "typescript-plugin-css-modules": "^3.4.0", "use-sync-external-store": "^1.2.0" }, "dependencies": { "@chakra-ui/alert": "^2.2.2", "@chakra-ui/button": "^2.1.0", "@chakra-ui/react": "^2.8.1", "@chakra-ui/system": "^2.6.2", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@rollup/plugin-json": "^6.1.0", "framer-motion": "^10.17.12", "papaparse": "^5.4.1", "react-dropzone": "^14.2.3", "react-icons": "^4.12.0", "xlsx": "^0.18.5", "zustand": "^4.4.7" }, "type": "module" }