forked from marudhupandiyang/react-csv-to-table
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1023 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1023 Bytes
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
{
"name": "react-csv-to-table",
"version": "0.0.4",
"description": "React library to show a simple table",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marudhupandiyang/react-csv-to-table.git"
},
"author": "Marudhu Pandiyan G <marudhupandiyang@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marudhupandiyang/react-csv-to-table/issues"
},
"homepage": "https://github.com/marugidhupandiyang/react-csv-to-table#readme",
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
}