-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.24 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
{
"name": "PowerQB",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "turbo format",
"typecheck": "turbo typecheck"
},
"devDependencies": {
"@types/react-scroll": "^1.8.10",
"@workspace/eslint-config": "*",
"@workspace/typescript-config": "*",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"turbo": "^2.8.17",
"typescript": "5.9.3"
},
"packageManager": "npm@10.8.2",
"engines": {
"node": ">=20"
},
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"@clerk/nextjs": "^7.2.2",
"@fontsource-variable/ballet": "^5.2.8",
"@fontsource/mea-culpa": "^5.2.8",
"@google/genai": "^2.1.0",
"@vercel/analytics": "^2.0.1",
"clsx": "^2.1.1",
"mongodb": "^7.1.1",
"qb-answer-checker": "^1.1.9",
"react-hook-form": "^7.75.0",
"react-scroll": "^1.9.3",
"recharts": "^3.8.1",
"svix": "^1.90.0",
"usehooks-ts": "^3.1.1",
"uuid": "^14.0.0"
},
"allowScripts": {
"@clerk/shared@4.9.0": true,
"@google/genai@2.1.0": true,
"esbuild@0.25.12": true,
"msw@2.14.2": true,
"protobufjs@7.5.8": true,
"sharp@0.34.5": true
}
}