-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.03 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
{
"name": "web",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"ts": "bun --watch scripts/run.ts"
},
"dependencies": {
"@tanstack/react-form": "^0.41.0",
"@tanstack/react-query": "^5.62.11",
"@tanstack/react-query-devtools": "^5.62.11",
"@tanstack/react-router": "^1.92.11",
"@tanstack/react-router-with-query": "^1.92.11",
"@tanstack/router-devtools": "^1.92.11",
"@tanstack/start": "^1.92.11",
"@tanstack/zod-adapter": "^1.92.11",
"@telegram-apps/sdk": "^2.11.1",
"@ton-api/client": "^0.3.0",
"@ton/core": "^0.59.1",
"@ton/ton": "^15.1.0",
"@tonconnect/ui-react": "^2.0.9",
"@types/react-datepicker": "^7.0.0",
"clipboardy": "^4.0.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.15.0",
"jazz-react": "^0.8.45",
"jazz-tools": "^0.8.45",
"justd-icons": "^1.10.8",
"lucide-react": "^0.469.0",
"neverthrow": "^8.1.1",
"react": "^18.3.1",
"react-aria-components": "^1.5.0",
"react-datepicker": "^7.5.0",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.4.0",
"react-mobile-picker": "^1.0.1",
"redaxios": "^0.5.1",
"ronin": "^5.3.3",
"tailwind-merge": "^2.6.0",
"valtio": "^2.1.2",
"vinxi": "0.5.1",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-node-polyfills": "^0.22.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^1.2.0",
"typescript": "^5.7.2",
"vite-env-only": "^3.0.3",
"vite-tsconfig-paths": "^5.1.4"
},
"prettier": {
"semi": false
},
"resolutions": {
"vite": "^6.0.6",
"@tanstack/react-router": "^1.92.11"
}
}