forked from ASTROIDX556/astroid-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.5 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
50
51
52
53
54
{
"name": "astroid-web",
"version": "1.0.0",
"description": "Astroid Web — the Next.js presentation layer and design system for the Financial Operating System for autonomous AI agents on Stellar.",
"author": "Astroid",
"license": "MIT",
"private": false,
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"format": "prettier --write \"src/**/*.{ts,tsx,css}\""
},
"dependencies": {
"@hookform/resolvers": "3.9.0",
"@stellar/freighter-api": "^6.0.1",
"@supabase/ssr": "^0.12.4",
"@supabase/supabase-js": "^2.112.3",
"@tanstack/react-query": "5.59.16",
"@tanstack/react-table": "8.20.5",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"cmdk": "1.0.0",
"framer-motion": "11.11.11",
"lucide-react": "0.454.0",
"next": "14.2.16",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.1",
"recharts": "2.13.3",
"sonner": "1.7.0",
"tailwind-merge": "2.5.4",
"zod": "3.23.8",
"zustand": "5.0.1"
},
"devDependencies": {
"@types/node": "20.16.13",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "14.2.16",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
}
}