-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.85 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.85 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
{
"name": "compsigh-web",
"author": "compsigh",
"homepage": "https://compsigh.club",
"version": "0.1.0",
"license": "UNLICENSED",
"description": "Web platform of compsigh, the computer science club at the University of San Francisco",
"repository": {
"type": "git",
"url": "https://github.com/compsigh/web.git"
},
"private": true,
"scripts": {
"predev": "pnpm install",
"postinstall": "prisma generate",
"dev": "next dev --turbopack",
"pretty": "prettier . --check",
"lint": "eslint .",
"prebuild": "pnpm run lint",
"build": "next build --turbopack",
"start": "next start",
"migrate": "dotenv -e .env.local prisma migrate dev"
},
"dependencies": {
"@prisma/client": "6.5.0",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-visually-hidden": "1.2.4",
"@vercel/edge-config": "1.4.3",
"@vercel/toolbar": "0.2.2",
"cmdk": "1.1.1",
"flags": "4.0.3",
"image-size": "2.0.2",
"next": "16.1.6",
"next-mdx-remote": "6.0.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-icons": "5.5.0",
"react-random-reveal": "2.0.1",
"react-typewriter-reveal": "0.0.7",
"rehype-katex": "7.0.1",
"rehype-pretty-code": "0.14.1",
"rehype-slug": "6.0.0",
"remark-gfm": "4.0.1",
"remark-math": "6.0.0",
"use-sound": "5.0.0"
},
"devDependencies": {
"@types/howler": "2.2.12",
"@types/node": "25.2.3",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"eslint": "9.39.1",
"eslint-config-next": "16.1.6",
"next-devtools-mcp": "0.3.10",
"prettier": "3.8.1",
"prisma": "6.5.0",
"typescript": "5.9.3"
},
"engines": {
"node": "24.x"
},
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
}