-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·133 lines (133 loc) · 4.01 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "nextjs-dashboard-template",
"version": "0.1.0",
"private": true,
"author": {
"name": "Irfan Khan",
"url": "https://irfankhan.info"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@atlaskit/table-tree": "^9.7.0",
"@cyntler/react-doc-viewer": "^1.14.1",
"@daybrush/utils": "^1.13.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^8.4.1",
"@google-cloud/firestore": "^6.7.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@material-tailwind/react": "^2.1.8",
"@moveable/helper": "^0.1.3",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.15.6",
"@mui/x-date-pickers": "^6.19.2",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.4",
"@scena/react-guides": "^0.28.2",
"@tanstack/react-query": "^5.35.1",
"@tanstack/react-table": "^8.11.7",
"@tanstack/react-virtual": "^3.1.3",
"@tinymce/tinymce-react": "^5.0.1",
"@tremor/react": "^3.6.1",
"@types/node": "20.5.1",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/react-leaflet": "^3.0.0",
"@types/react-slick": "^0.23.13",
"@vercel/analytics": "^1.0.2",
"apexcharts": "^3.45.2",
"autoprefixer": "10.4.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.11",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"file-saver": "^2.0.5",
"firebase": "^10.7.1",
"firebase-admin": "^11.10.1",
"framer-motion": "^10.18.0",
"igniteui-react-charts": "^18.5.1",
"igniteui-react-core": "^18.5.1",
"igniteui-react-excel": "^18.5.1",
"igniteui-react-spreadsheet": "^18.5.1",
"immer": "^10.0.3",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"lodash": "^4.17.21",
"lucide-react": "^0.268.0",
"material-react-table": "^2.13.0",
"next": "13.5.3",
"next-auth": "^4.23.1",
"next-themes": "^0.2.1",
"normalizr": "^3.6.2",
"postcss": "^8.4.31",
"protobufjs": "^7.2.6",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-apexcharts": "^1.4.1",
"react-aspect-ratio": "^1.1.6",
"react-calendly": "^4.3.0",
"react-chrono": "^2.4.2",
"react-colorful": "^5.6.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-easy-edit": "^1.17.2",
"react-file-icon": "^1.4.0",
"react-grid-layout": "^1.4.4",
"react-iframe": "^1.8.5",
"react-infinite-viewer": "^0.28.1",
"react-leaflet": "^4.2.1",
"react-moveable": "^0.56.0",
"react-pdf": "^7.7.1",
"react-player": "^2.16.0",
"react-slick": "^0.30.2",
"react-table": "^7.8.0",
"react-toastify": "^10.0.4",
"react-use": "^17.4.3",
"request": "^2.88.2",
"rxjs": "^7.8.1",
"sass": "^1.71.1",
"scenejs": "^1.10.3",
"scss": "^0.2.4",
"swiper": "11.0.5",
"tailwind-merge": "^1.14.0",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.3.3",
"uuid": "^9.0.1",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/leaflet": "^1.9.8",
"@types/lodash": "^4.14.202",
"@types/react-file-icon": "^1.0.4",
"@types/react-grid-layout": "^1.3.5",
"@types/react-table": "^7.7.19",
"@types/uuid": "^9.0.7",
"@types/webfontloader": "^1.6.38",
"encoding": "^0.1.13",
"prettier": "^3.0.2"
},
"browser": {
"fs": false,
"os": false,
"path": false,
"child_process": false,
"net": false,
"tls": false
}
}