-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
113 lines (113 loc) · 3.42 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
{
"name": "ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ts-watch": "tsc --noEmit --incremental --watch"
},
"dependencies": {
"@chakra-ui/react": "^3.2.5",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.0",
"@mdxeditor/editor": "^3.11.5",
"@mui/material": "^6.4.1",
"@mui/x-charts": "^7.24.1",
"@mui/x-date-pickers": "^7.23.6",
"@pinata/sdk": "^2.1.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.2.5",
"@radix-ui/themes": "^2.0.3",
"@react-pdf/renderer": "^4.2.1",
"@reduxjs/toolkit": "^1.9.7",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.25.0",
"@tiptap/core": "^3.0.0-next.4",
"@tiptap/extension-heading": "^3.0.0-next.4",
"@tiptap/extension-paragraph": "^3.0.0-next.4",
"@tiptap/react": "^3.0.0-next.4",
"@tiptap/starter-kit": "^3.0.0-next.4",
"@tiptap/vue-3": "^3.0.0-next.4",
"@types/node": "20.10.1",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@types/recharts": "^1.8.29",
"@types/uuid": "^10.0.0",
"@vercel/analytics": "^1.4.1",
"@visx/axis": "^3.12.0",
"@visx/group": "^3.12.0",
"@visx/scale": "^3.12.0",
"@visx/shape": "^3.12.0",
"apexcharts": "^4.4.0",
"axios": "^1.6.7",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"d3-array": "^3.2.4",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"framer-motion": "^11.17.0",
"fs": "^0.0.1-security",
"gsap": "^3.12.5",
"html2canvas": "^1.4.1",
"moment": "^2.30.1",
"next": "14.0.3",
"node-fetch": "^3.3.2",
"pinata-web3": "^0.4.1",
"qrcode.react": "^4.2.0",
"react-apexcharts": "^1.7.0",
"react-beautiful-dnd": "^13.1.1",
"react-calendar": "^4.8.0",
"react-datetime-picker": "^5.6.0",
"react-day-picker": "^8.10.1",
"react-device-detect": "^2.2.3",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.3",
"react-redux": "^8.1.3",
"react-responsive-carousel": "^3.2.23",
"recharts": "^2.15.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.3.2",
"typewriter-effect": "^2.21.0",
"undefined": "^0.1.0",
"usehooks-ts": "^3.1.0",
"uuid": "^9.0.1",
"xlsx": "^0.18.5",
"zkcloudworker": "^0.16.16",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"sharp": "^0.32.6",
"tailwindcss": "^3.4.13",
"ts-node": "^10.9.1"
}
}