-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.47 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
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "launch3d",
"version": "0.3.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"lint": "eslint",
"format": "prettier --check \"**/*.{cjs,mjs,js,jsx,ts,tsx,md,json}\"",
"format:fix": "prettier --write \"**/*.{cjs,mjs,js,jsx,ts,tsx,md,json}\"",
"typecheck": "tsc --noEmit",
"clean": "rm -rf .next node_modules",
"local-ci": "pnpm run lint && pnpm run typecheck && pnpm run format",
"start": "next start"
},
"dependencies": {
"@changesets/cli": "^2.27.12",
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-hover-card": "^1.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.3",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.66.0",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"geist": "^1.3.1",
"ldapjs": "^3.0.7",
"lucide-react": "^0.475.0",
"nanoid": "^5.0.9",
"next": "15.1.7",
"next-auth": "^4.24.11",
"next-themes": "^0.4.4",
"node-ssh": "^13.2.0",
"nuqs": "^2.3.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",
"sonner": "^1.7.4",
"superjson": "^2.2.2",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@next/eslint-plugin-next": "^15.1.7",
"@types/eslint": "^8.56.12",
"@types/eslint__eslintrc": "^2.1.2",
"@types/ldapjs": "^3.0.6",
"@types/node": "^20.17.17",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/ssh2": "^1.15.4",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"eslint": "^9.20.1",
"eslint-config-next": "15.1.7",
"eslint-plugin-react-hooks": "^5.1.0",
"jiti": "^2.4.2",
"postcss": "^8.5.2",
"prettier": "^3.5.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"ct3aMetadata": {
"initVersion": "7.33.1"
},
"packageManager": "[email protected]",
"pnpm": {
"neverBuiltDependencies": [],
"overrides": {
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3"
}
}
}