-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.25 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
{
"name": "eulerpulse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@duneanalytics/client-sdk": "^0.2.5",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-navigation-menu": "^1.2.5",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-visually-hidden": "^1.2.3",
"@remixicon/react": "^4.6.0",
"@tanstack/react-query": "^5.69.0",
"clsx": "^2.1.1",
"geist": "^1.3.1",
"lucide-react": "^0.482.0",
"motion": "12.0.1",
"next": "15.3.4",
"next-themes": "^0.4.6",
"nuqs": "^2.3.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"recharts": "^2.15.0",
"tailwind-merge": "^3.0.2",
"tailwind-variants": "^1.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"eslint": "^9",
"eslint-config-next": "15.3.4",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6"
}
}