-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.6 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
{
"name": "ro-nation-live",
"version": "1.0.0",
"private": true,
"description": "RO. Nation LIVE - Roblox event management group website (events, careers, ticketing).",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prisma:generate": "prisma generate",
"db:push": "prisma db push",
"test": "vitest run",
"test:watch": "vitest",
"merch:privatise": "tsx scripts/privatise-textures.ts",
"merch:check": "tsx --conditions=react-server scripts/check-plate.ts",
"purge:demo": "tsx scripts/purge-demo-content.ts",
"cull": "tsx scripts/cull.ts",
"remind": "tsx scripts/remind.ts",
"partner:member": "tsx --conditions=react-server scripts/grant-partner-owner.ts",
"blog": "tsx scripts/post.ts",
"brand:backdrop": "tsx scripts/deck-backdrop.ts",
"postinstall": "prisma generate"
},
"dependencies": {
"@prisma/client": "5.22.0",
"jose": "5.9.6",
"next": "14.2.35",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "^9.1.0",
"remark-gfm": "^4.0.1",
"resend": "^4.0.1",
"sharp": "^0.33.5",
"three": "^0.169.0",
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/three": "^0.169.0",
"autoprefixer": "10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.35",
"postcss": "8.4.47",
"prisma": "5.22.0",
"server-only": "^0.0.1",
"tailwindcss": "3.4.13",
"tsx": "4.19.1",
"typescript": "5.6.3",
"vitest": "^2.1.9"
}
}