-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.19 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
{
"name": "tg-miniapp-okxconnect",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --port 16433",
"dev:https": "next dev --experimental-https --port 16433",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,cjs,mjs,md,mdx}\"",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@okxconnect/ui": "^1.4.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^5.59.15",
"@tanstack/react-query-devtools": "^5.59.15",
"@telegram-apps/sdk-react": "^2.0.5",
"@telegram-apps/telegram-ui": "^2.1.5",
"@tonconnect/ui-react": "^2.0.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eruda": "^3.0.1",
"jotai": "^2.10.1",
"jotai-devtools": "^0.10.1",
"jotai-immer": "^0.4.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lucide-react": "^0.453.0",
"next": "14.2.4",
"next-intl": "^3.17.6",
"normalize.css": "^8.0.1",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.21.28",
"zod": "^3.23.8"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/eslint-plugin-query": "^5.59.7",
"@types/big.js": "^6.2.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20",
"@types/numeral": "^2.0.5",
"@types/qs": "^6.9.16",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/parser": "^8.10.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"jiti": "^2.3.3",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.1",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "^5"
}
}