-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.64 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
{
"name": "nymb-landing",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-slot": "^1.2.4",
"@tailwindcss/vite": "^4.1.17",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-router": "^1.139.12",
"@telegram-apps/sdk-react": "^3.3.9",
"@tonconnect/ui-react": "^2.3.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.1.6",
"gsap": "^3.13.0",
"lucide-react": "^0.555.0",
"react": "^19.2.0",
"react-countup": "^6.5.3",
"react-dom": "^19.2.0",
"react-fast-marquee": "^1.6.5",
"react-icons": "^5.5.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"ton-core": "^0.53.0",
"tonweb": "^0.0.66",
"unicornstudio-react": "^1.4.33-1",
"vite-plugin-node-polyfills": "^0.24.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tanstack/router-plugin": "^1.139.12",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.2.2",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.4",
"vite": "^7.2.4"
},
"engines": {
"node": "24.x"
}
}