-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.72 KB
/
Copy pathpackage.json
File metadata and controls
116 lines (116 loc) · 3.72 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "vscubing-next",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"preview": "next build && cp -r public .next/standalone/ && cp -r .next/static .next/standalone/.next/ && bun .next/standalone/server.js",
"db:migrate": "drizzle-kit migrate",
"db:migrate-no-legacy": "./bin/migrate-no-legacy.sh",
"db:generate": "drizzle-kit generate",
"db:custom": "drizzle-kit generate --custom --name",
"db:drop": "drizzle-kit drop",
"db:local": "./bin/start-database.sh",
"db:studio": "drizzle-kit studio",
"check": "bun format:check; bun lint:check; bun type:check; bun run test",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
"format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
"lint:check": "eslint",
"lint:write": "eslint --fix",
"type:check": "tsc --noEmit",
"test": "bun test",
"test:e2e": "playwright test"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@oslojs/oauth2": "^0.5.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@svgr/webpack": "^8.1.0",
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-query": "^5.90.21",
"@trpc/client": "^11.11.0",
"@trpc/react-query": "^11.11.0",
"@trpc/server": "^11.11.0",
"@trpc/tanstack-react-query": "^11.11.0",
"@vscubing/cubing": "0.63.1-vscubing.1",
"arctic": "^3.7.0",
"bun": "^1.3.10",
"cheerio": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"drizzle-orm": "^0.41.0",
"jotai": "^2.18.0",
"jquery": "^3.7.1",
"jws": "^4.0.1",
"lucide-react": "^0.501.0",
"next": "16.1.7",
"nextjs-toploader": "^3.9.17",
"node-telegram-bot-api": "^0.66.0",
"oslo": "^1.2.1",
"postgres": "^3.4.8",
"posthog-js": "^1.357.1",
"posthog-node": "^4.18.0",
"pusher": "^5.3.2",
"pusher-js": "^8.4.0",
"react": "19.2.4",
"react-colorful": "^5.6.1",
"react-dom": "19.2.4",
"react-hook-form": "^7.71.2",
"react-intersection-observer": "^9.16.0",
"react-parallax-mouse": "^2.1.0",
"recharts": "^3.7.0",
"server-only": "^0.0.1",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"sonner": "^1.7.4",
"ssr-only-secrets": "^0.1.4",
"superjson": "^2.2.6",
"tailwind-merge": "^2.6.1",
"tw-animate-css": "^1.4.0",
"usehooks-ts": "^3.1.1",
"uuid": "^11.1.0",
"vaul": "^0.9.9",
"ws": "^8.19.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.4",
"@playwright/test": "^1.58.2",
"@tailwindcss/postcss": "^4.2.1",
"@tanstack/react-query-devtools": "^5.91.3",
"@types/bun": "^1.3.9",
"@types/cheerio": "^0.22.35",
"@types/jws": "^3.2.11",
"@types/node": "^20.19.35",
"@types/node-telegram-bot-api": "^0.64.14",
"@types/react": "19.2.13",
"@types/react-dom": "19.2.3",
"drizzle-kit": "^0.30.6",
"eslint": "^9.39.3",
"eslint-config-next": "16.1.6",
"eslint-plugin-drizzle": "^0.2.3",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1"
},
"ct3aMetadata": {
"initVersion": "7.39.0"
},
"packageManager": "bun@1.2.8"
}