-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.11 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.11 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "vpnsibcom_web",
"version": "1.4.3-beta",
"license": "CC BY-NC-SA 4.0",
"private": false,
"scripts": {
"dev": "concurrently \"next dev --port 33999\" \"npm:watch:translations\"",
"dev:https": "concurrently \"next dev --port 33999 --experimental-https\" \"npm:watch:translations\"",
"watch:translations": "tsx scripts/watch-translations.ts",
"prebuild": "tsx scripts/build-translations.ts",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@adsgram/react": "^1.0.2",
"@headlessui/react": "^2.2.1",
"@telegram-apps/analytics": "^1.6.4",
"@tma.js/sdk-react": "^3.0.19",
"@ton/core": "^0.62.1",
"@ton/crypto": "^3.3.0",
"@ton/ton": "^15.4.0",
"@tonconnect/sdk": "^3.1.0",
"@tonconnect/ui-react": "^2.1.0",
"axios": "^1.13.4",
"clsx": "^2.1.1",
"cookies-next": "^5.1.0",
"date-fns": "^4.1.0",
"eruda": "^3.4.1",
"framer-motion": "^12.7.4",
"jose": "^6.1.3",
"lucide-react": "^0.525.0",
"next": "^15.5.10",
"next-intl": "^4.0.2",
"normalize.css": "^8.0.1",
"qr-code-styling": "^1.9.2",
"react": "^19.1.5",
"react-dom": "^19.1.5",
"react-icons": "^5.5.0",
"react-server-dom-parcel": "^19.1.5",
"react-server-dom-turbopack": "^19.1.5",
"react-server-dom-webpack": "^19.1.5",
"react-toastify": "^11.0.5",
"taddy-sdk-web": "^1.3.17",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.24.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"chokidar": "^4.0.3",
"concurrently": "^9.1.2",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.6",
"globals": "^16.0.0",
"prettier": "^3.5.3",
"prettier-plugin-organize-imports": "^4.1.0",
"tailwindcss": "^4",
"ts-node": "^10.9.2",
"tsx": "^4.21.0",
"typescript": "^5",
"typescript-eslint": "^8.29.0"
},
"overrides": {
"qs": "^6.14.1",
"valibot": "^1.1.1"
}
}