-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.05 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "table-to-excel-react",
"version": "1.0.3",
"description": "Export table data to Excel file using ReactJS",
"main": "lib/index.js",
"types": "dist/index.d.ts",
"private": false,
"scripts": {
"build": "tsc",
"prepublish": "yarn build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"peerDependencies": {
"react": "^17.x.x"
},
"devDependencies": {
"@babel/preset-typescript": "^7.17.12",
"@types/node": "^17.0.39",
"@types/react": "^18.0.10",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"typescript": "^4.7.2"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/yensubldg/Table-To-Excel-Reactjs.git"
},
"keywords": [
"table",
"excel",
"reactjs",
"export"
],
"author": "yensubldg <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/yensubldg/Table-To-Excel-Reactjs/issues"
},
"homepage": "https://github.com/yensubldg/Table-To-Excel-Reactjs#readme"
}