-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
100 lines (100 loc) · 3.36 KB
/
package.json
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "panana-predictions",
"version": "0.1.1",
"description": "Panana Predictions is the pioneering decentralized prediction market on the Aptos Network.",
"author": "servrox solutions",
"license": "UNLICENSED",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"server": "bun server/index.ts",
"move:init": "node ./move/scripts/init",
"move:test": "node ./move/scripts/move/test",
"move:compile": "node ./move/scripts/move/compile",
"move:publish": "node ./move/scripts/move/publish",
"move:upgrade": "node ./move/scripts/move/upgrade",
"move:types": "sh ./move/get_abi.sh",
"supabase:types": "bunx supabase gen types --lang=typescript --project-id \"xhhtyzounaczdijqltcz\" --schema secure_schema > lib/supabase/database.types.ts"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^1.30.0",
"@aptos-labs/wallet-adapter-react": "^3.7.1",
"@grammyjs/menu": "^1.2.2",
"@hookform/resolvers": "^3.9.0",
"@moonpay/moonpay-js": "^0.6.2",
"@moonpay/moonpay-react": "^1.8.2",
"@nozbe/microfuzz": "^1.0.0",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@supabase/ssr": "^0.5.1",
"@tabler/icons-react": "^3.20.0",
"@telegram-apps/init-data-node": "^1.1.1",
"@telegram-apps/sdk-react": "^1.1.3",
"@thalalabs/surf": "^1.7.3",
"@theothergothamdev/mexc-sdk": "^1.2.2",
"@vercel/analytics": "^1.3.2",
"@web3icons/react": "3.10.1",
"aptos": "^1.21.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"coingecko-api-v3": "^0.0.29",
"date-fns": "^4.1.0",
"framer-motion": "^11.11.9",
"grammy": "^1.30.0",
"jotai": "^2.10.1",
"linkify-react": "^4.1.3",
"linkifyjs": "^4.1.3",
"lucide-react": "^0.453.0",
"luxon": "^3.5.0",
"next": "15.0.1",
"next-themes": "^0.3.0",
"nextjs-basic-auth-middleware": "^3.1.0",
"react-day-picker": "8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.1",
"react-random-avatars": "^1.3.1",
"react-share": "^5.1.0",
"react-toastify": "^10.0.6",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"urlpattern-polyfill": "^10.0.0",
"zod": "^3.23.8",
"zod-form-data": "^2.0.2"
},
"devDependencies": {
"@million/lint": "^1.0.11",
"@twa-dev/types": "^7.10.0",
"@types/luxon": "^3.4.2",
"@types/node": "^22.7.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"dotenv": "^16.4.5",
"eruda": "^3.4.0",
"eslint": "^9.13.0",
"eslint-config-next": "15.0.1",
"pino": "^9.5.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"tree-kill": "^1.2.2",
"typescript": "^5.6.3"
}
}