-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.24 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
{
"name": "@dsponsor/dashboard",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"graphclient": "graphclient build",
"format": "prettier --write .",
"test": "vitest"
},
"dependencies": {
"@crossmint/client-sdk-react-ui": "1.3.2",
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@hotjar/browser": "^1.0.9",
"@nextui-org/react": "^2.3.5",
"@nextui-org/spinner": "^2.0.26",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-switch": "^1.1.0",
"@reduxjs/toolkit": "^2.2.5",
"@thirdweb-dev/auth": "^4.1.54",
"@thirdweb-dev/chains": "^0.1.120",
"@thirdweb-dev/react": "^4.4.31",
"@thirdweb-dev/sdk": "^4.0.57",
"@tippyjs/react": "^4.2.6",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"clsx": "^2.1.1",
"cookies-next": "^4.2.1",
"embla-carousel-autoplay": "^8.1.8",
"embla-carousel-react": "^8.1.8",
"ethers": "^5.7.2",
"framer-motion": "^11.2.10",
"lucide-react": "^0.414.0",
"md-editor-rt": "^5.0.2",
"next": "14.2.3",
"next-themes": "^0.2.0",
"react": "18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-chartjs-2": "^4.3.1",
"react-color": "^2.19.3",
"react-countdown": "^2.3.5",
"react-datepicker": "^6.1.0",
"react-dom": "18.2.0",
"react-drag-drop-files": "^2.3.7",
"react-icons": "^4.4.0",
"react-modal": "^3.16.1",
"react-modal-video": "^2.0.1",
"react-redux": "^8.0.2",
"react-tabs": "^6.0.1",
"react-toastify": "^10.0.5",
"sass": "^1.71.1",
"sharp": "^0.33.4",
"swiper": "^11.1.9",
"tailwind-merge": "^2.4.0",
"thirdweb": "^5.45.1"
},
"devDependencies": {
"autoprefixer": "10.4.5",
"eslint": "8.17.0",
"eslint-config-next": "13.2.3",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.14",
"prettier": "^3.3.1",
"prettier-plugin-embed": "^0.4.15",
"prettier-plugin-tailwindcss": "^0.6.1",
"tailwindcss": "^3.1.3",
"typescript": "^5.5.4",
"vitest": "^1.6.0"
},
"overrides": {
"autoprefixer": "10.4.5"
}
}