-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.18 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.18 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": "stellaraid-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@reduxjs/toolkit": "^2.11.2",
"@stellar/stellar-sdk": "^14.5.0",
"@tailwindcss/postcss": "^4.2.0",
"@types/react-redux": "^7.1.34",
"@types/yup": "^0.29.14",
"axios": "^1.13.5",
"clsx": "^2.1.1",
"dotenv": "^17.3.1",
"lucide-react": "^0.575.0",
"next": "14.2.3",
"next-auth": "^4.24.13",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.71.2",
"react-icons": "^5.6.0",
"react-redux": "^9.2.0",
"recharts": "^3.8.1",
"tailwind-merge": "^3.5.0",
"yup": "^1.7.1",
"zod": "^4.3.6",
"zustand": "^5.0.11"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"glob": "^13.0.6",
"minimatch": "^10.2.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}