-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.39 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
47
48
49
50
51
{
"name": "react-pro-table",
"version": "1.0.0",
"description": "React-Pro-Table is a versatile and responsive table component for React applications. It offers advanced functionalities such as sorting, filtering (on test), pagination, and customizable styling options, making it ideal for displaying and manipulating large datasets.",
"main": "dist/ProTable.js",
"types": "dist/ProTable.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"patch": "npm version patch && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/Shariar-Hasan/react-pro-table.git"
},
"homepage": "https://github.com/Shariar-Hasan/react-pro-table",
"author": {
"name": "Shariar Hasan",
"email": "shahriar.hasan.1523@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Shariar-Hasan/react-pro-table/issues"
},
"dependencies": {
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1"
},
"devDependencies": {
"@types/moment": "^2.13.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.5"
},
"keywords": [
"react",
"table",
"react-table",
"react-pro-table",
"pro-table",
"react-pro-table",
"table-component",
"react-table-component",
"react-pro-table-component"
]
}