-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.17 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
{
"name": "ocean-wallet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.6.0",
"@mantine/charts": "^8.1.0",
"@mantine/core": "^8.1.0",
"@mantine/dates": "^8.1.0",
"@mantine/form": "^8.1.0",
"@mantine/hooks": "^8.1.0",
"@neondatabase/serverless": "^0.10.4",
"dayjs": "^1.11.13",
"lucide-react": "^0.475.0",
"negotiator": "^1.0.0",
"next": "15.1.7",
"next-auth": "5.0.0-beta.25",
"next-intl": "^3.26.3",
"postcss-simple-vars": "^7.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^2.15.1",
"resend": "^4.1.2",
"use-debounce": "^10.0.4",
"zod": "^3.24.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@types/negotiator": "^0.6.3",
"@types/node": "^22.13.4",
"@types/react": "^19.0.9",
"@types/react-dom": "^19.0.3",
"eslint": "^9.20.1",
"eslint-config-next": "15.1.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.7.3"
}
}