-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.3 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.3 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "react-tenstack-table",
"version": "0.1.1",
"private": false,
"description": "Full Customizable and full functionality react tenstack table. Created by Developer Sabbir",
"type": "module",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"/dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prepare": "npm run build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/react-table": "^8.9.1",
"framer-motion": "^10.12.16",
"react": "^18.2.0",
"react-date-range": "^1.4.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0"
},
"devDependencies": {
"@types/node": "^20.2.3",
"@types/react": "^18.0.28",
"@types/react-date-range": "^1.4.4",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vite-plugin-dts": "^2.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/devlopersabbir/react-tenstack-table.git"
},
"bugs": {
"email": "devlopersabbir@gmail.com",
"url": "https://github.com/devlopersabbir/react-tenstack-table/issues"
},
"homepage": "https://github.com/devlopersabbir/react-tenstack-table#readme",
"keywords": [
"tabledata",
"react-tenstack-table",
"tenstack-table",
"react-table",
"chakra-ui-table",
"chakra-tbale",
"table",
"react-table-data",
"date-range-table",
"react-full-functionality-table"
],
"author": {
"email": "devlopersabbir@gmail.com",
"name": "Sabbir Hossain Shuvo",
"url": "https://www.showwcase.com/devlopersabbir"
},
"license": "MIT"
}