forked from acmutsa/HackKit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.11 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.11 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
{
"private": true,
"scripts": {
"build": "turbo run build && pnpm --filter=db migrations:apply",
"dev": "turbo run dev",
"lint": "turbo run lint",
"migrations:generate": "pnpm --filter=db migrations:generate",
"migrations:apply": "pnpm --filter=db migrations:apply",
"migrations:drop": "pnpm --filter=db migrations:drop",
"studio": "pnpm --filter=db studio",
"tunnel": "pnpm --filter=devtunnel opentunnel",
"deploy-discord:dev": "pnpm --filter=bot deploy:dev",
"deploy-discord:prod": "pnpm --filter=bot deploy:prod",
"format": "prettier --write .",
"format-check": "prettier --check ."
},
"devDependencies": {
"@turbo/gen": "^2.0.9",
"dotenv-cli": "^7.4.2",
"eslint": "^9.7.0",
"prettier": "^3.3.3",
"turbo": "^2.0.9"
},
"packageManager": "pnpm@8.3.1",
"name": "hackkit",
"dependencies": {
"@clerk/themes": "^2.1.39",
"@neondatabase/serverless": "^0.9.5",
"@uploadthing/react": "^7.0.2",
"@upstash/redis": "^1.34.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"pure-react-carousel": "^1.32.0",
"uploadthing": "^7.0.2"
}
}