-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.32 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.32 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
{
"name": "rustfs.com",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"postbuild": "node scripts/generate-sitemap.js",
"sitemap": "node scripts/generate-sitemap.js"
},
"packageManager": "pnpm@10.28.2",
"engines": {
"pnpm": ">=10.28.2"
},
"dependencies": {
"@base-ui/react": "^1.2.0",
"@hcaptcha/react-hcaptcha": "^2.0.2",
"@heroicons/react": "^2.2.0",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@remixicon/react": "^4.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cobe": "^0.6.5",
"lucide-react": "^0.577.0",
"motion": "^12.23.12",
"next": "^16.1.6",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"shadcn": "^4.0.2",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@headlessui/react": "^2.2.9",
"@lingual/i18n-check": "^0.9.2",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "^25.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "^16.1.6",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
}
}