-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.69 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.69 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
55
56
57
58
59
60
{
"name": "nextjs-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:https": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-avatar": "1.1.9",
"@radix-ui/react-dialog": "1.1.13",
"@radix-ui/react-label": "2.1.6",
"@radix-ui/react-popover": "1.1.13",
"@radix-ui/react-slot": "1.2.2",
"@radix-ui/react-switch": "1.2.5",
"@radix-ui/react-toast": "1.2.13",
"@ston-fi/api": "0.24.0",
"@ston-fi/sdk": "^2.5.0",
"@ston-fi/stake-sdk": "^1.2.0",
"@tabler/icons-react": "^3.34.1",
"@tanstack/react-query": "5.76.1",
"@tanstack/react-query-devtools": "^5.85.5",
"@telegram-apps/analytics": "^1.4.3",
"@telegram-apps/sdk": "^3.11.5",
"@telegram-apps/sdk-react": "^3.2.4",
"@telegram-apps/telegram-ui": "^2.1.5",
"@ton-api/client": "0.4.0",
"@ton/core": "0.60.1",
"@ton/crypto": "3.3.0",
"@ton/ton": "15.2.1",
"@tonconnect/ui-react": "^2.1.0",
"@tonsolutions/telemetree-react": "^1.2.15",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"eruda": "^3.0.1",
"lucide-react": "^0.542.0",
"next": "15.3.1",
"next-intl": "^4.1.0",
"normalize.css": "^8.0.1",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.5.0",
"tailwind-merge": "2.6.0",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}