@nithishdts001/universal-report-module 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- package/dist/index.esm.js +30498 -0
- package/dist/index.js +457 -0
- package/package.json +103 -0
package/package.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@nithishdts001/universal-report-module",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.esm.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"scripts": {
|
|
12
|
+
"dev": "vite",
|
|
13
|
+
"build": "vite build",
|
|
14
|
+
"preview": "vite preview"
|
|
15
|
+
},
|
|
16
|
+
"dependencies": {
|
|
17
|
+
"@emotion/react": "11.14.0",
|
|
18
|
+
"@emotion/styled": "11.14.1",
|
|
19
|
+
"@mui/icons-material": "7.3.5",
|
|
20
|
+
"@mui/material": "7.3.5",
|
|
21
|
+
"@popperjs/core": "2.11.8",
|
|
22
|
+
"@radix-ui/react-accordion": "1.2.3",
|
|
23
|
+
"@radix-ui/react-alert-dialog": "1.1.6",
|
|
24
|
+
"@radix-ui/react-aspect-ratio": "1.1.2",
|
|
25
|
+
"@radix-ui/react-avatar": "1.1.3",
|
|
26
|
+
"@radix-ui/react-checkbox": "1.1.4",
|
|
27
|
+
"@radix-ui/react-collapsible": "1.1.3",
|
|
28
|
+
"@radix-ui/react-context-menu": "2.2.6",
|
|
29
|
+
"@radix-ui/react-dialog": "1.1.6",
|
|
30
|
+
"@radix-ui/react-dropdown-menu": "2.1.6",
|
|
31
|
+
"@radix-ui/react-hover-card": "1.1.6",
|
|
32
|
+
"@radix-ui/react-label": "2.1.2",
|
|
33
|
+
"@radix-ui/react-menubar": "1.1.6",
|
|
34
|
+
"@radix-ui/react-navigation-menu": "1.2.5",
|
|
35
|
+
"@radix-ui/react-popover": "1.1.6",
|
|
36
|
+
"@radix-ui/react-progress": "1.1.2",
|
|
37
|
+
"@radix-ui/react-radio-group": "1.2.3",
|
|
38
|
+
"@radix-ui/react-scroll-area": "1.2.3",
|
|
39
|
+
"@radix-ui/react-select": "2.1.6",
|
|
40
|
+
"@radix-ui/react-separator": "1.1.2",
|
|
41
|
+
"@radix-ui/react-slider": "1.2.3",
|
|
42
|
+
"@radix-ui/react-slot": "1.1.2",
|
|
43
|
+
"@radix-ui/react-switch": "1.1.3",
|
|
44
|
+
"@radix-ui/react-tabs": "1.1.3",
|
|
45
|
+
"@radix-ui/react-toggle": "1.1.2",
|
|
46
|
+
"@radix-ui/react-toggle-group": "1.1.2",
|
|
47
|
+
"@radix-ui/react-tooltip": "1.1.8",
|
|
48
|
+
"class-variance-authority": "0.7.1",
|
|
49
|
+
"clsx": "2.1.1",
|
|
50
|
+
"cmdk": "1.1.1",
|
|
51
|
+
"date-fns": "3.6.0",
|
|
52
|
+
"embla-carousel-react": "8.6.0",
|
|
53
|
+
"input-otp": "1.4.2",
|
|
54
|
+
"lucide-react": "0.487.0",
|
|
55
|
+
"motion": "12.23.24",
|
|
56
|
+
"next-themes": "0.4.6",
|
|
57
|
+
"react-day-picker": "8.10.1",
|
|
58
|
+
"react-dnd": "16.0.1",
|
|
59
|
+
"react-dnd-html5-backend": "16.0.1",
|
|
60
|
+
"react-hook-form": "7.55.0",
|
|
61
|
+
"react-popper": "2.3.0",
|
|
62
|
+
"react-resizable-panels": "2.1.7",
|
|
63
|
+
"react-responsive-masonry": "2.7.1",
|
|
64
|
+
"react-router": "7.13.0",
|
|
65
|
+
"react-slick": "0.31.0",
|
|
66
|
+
"recharts": "2.15.2",
|
|
67
|
+
"sonner": "2.0.3",
|
|
68
|
+
"tailwind-merge": "3.2.0",
|
|
69
|
+
"tw-animate-css": "1.3.8",
|
|
70
|
+
"vaul": "1.1.2",
|
|
71
|
+
"xlsx": "^0.18.5"
|
|
72
|
+
},
|
|
73
|
+
"devDependencies": {
|
|
74
|
+
"@tailwindcss/vite": "4.1.12",
|
|
75
|
+
"@vitejs/plugin-react": "4.7.0",
|
|
76
|
+
"@types/react": "^18.3.18",
|
|
77
|
+
"@types/react-dom": "^18.3.5",
|
|
78
|
+
"react": "^18.3.1",
|
|
79
|
+
"react-dom": "^18.3.1",
|
|
80
|
+
"tailwindcss": "4.1.12",
|
|
81
|
+
"vite": "6.3.5"
|
|
82
|
+
},
|
|
83
|
+
"peerDependencies": {
|
|
84
|
+
"react": ">=18",
|
|
85
|
+
"react-dom": ">=18",
|
|
86
|
+
"@mui/material": ">=5",
|
|
87
|
+
"@emotion/react": ">=11",
|
|
88
|
+
"@emotion/styled": ">=11"
|
|
89
|
+
},
|
|
90
|
+
"peerDependenciesMeta": {
|
|
91
|
+
"react": {
|
|
92
|
+
"optional": true
|
|
93
|
+
},
|
|
94
|
+
"react-dom": {
|
|
95
|
+
"optional": true
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"pnpm": {
|
|
99
|
+
"overrides": {
|
|
100
|
+
"vite": "6.3.5"
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|