diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-12-16 00:56:31 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-12-16 00:56:31 +0100 |
| commit | a890e18a12f2b3bb39eb2f1303de71d6fbb3915c (patch) | |
| tree | 2d18cf6663223e29df452fa3907928830d468433 /package.json | |
| parent | 3b10acc73247ec703ed47f0423e7d255a91f074e (diff) | |
displaying tabulators with CORS
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 47c5664c..a444192b 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "clean-webpack-plugin": "^0.1.19", "compression-webpack-plugin": "^2.0.0", "connected-react-router": "^4.3.0", + "csv-parse": "^4.2.0", "csv-stringify": "^4.3.1", "data-uri-to-blob": "0.0.4", "data-uri-to-buffer": "^2.0.0", @@ -33,6 +34,7 @@ "file-saver": "^2.0.0-rc.3", "history": "^4.7.2", "node-fetch": "^2.2.0", + "parse-csv": "^0.2.0", "prop-types": "^15.6.1", "react": "^16.3.0", "react-dom": "^16.3.0", |
