-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1012 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "react-csv-uploader",
"version": "0.1.0",
"author": "Mashuk Sadman",
"homepage": "https://halumz.github.io/react-csv-uploader",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/halumz/react-csv-uploader.git"
},
"keywords": ["react", "react-csv-uploader", "react-tutorial"],
"dependencies": {
"clone": "^2.1.1",
"gh-pages": "^1.1.0",
"papaparse": "^4.3.7",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-download-link": "^2.1.3",
"react-file-reader": "^1.1.4",
"react-redux": "^5.0.6",
"react-router-redux": "^4.0.8",
"react-scripts": "1.0.14",
"react-select": "^1.2.1",
"react-table": "^6.8.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}