-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.82 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.82 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
{
"name": "ghosted",
"version": "0.0.6",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"start": "next start",
"db:migrate": "node ./scripts/migrate.mjs",
"db:migrate:prod": "NODE_ENV=production node ./scripts/migrate.mjs",
"lint": "next lint --quiet",
"build": "cross-env TSC_COMPILE_ON_ERROR=true next build",
"prepare": "husky",
"format": "prettier . --write && next lint --quiet --fix && git add --all",
"typecheck": "tsc --noEmit --incremental",
"release": "pnpm format && standard-version",
"knip": "knip",
"knip:production": "knip --production",
"bundle:analyze": "ANALYZE=true pnpm build",
"format:check": "prettier --check .",
"email": "email dev"
},
"dependencies": {
"@chakra-ui/react": "^2.10.9",
"@dotenvx/dotenvx": "^1.47.3",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@phosphor-icons/react": "^2.1.10",
"@react-email/components": "0.3.1",
"@upstash/qstash": "^2.8.1",
"framer-motion": "^12.23.0",
"next": "15.3.5",
"octokit": "^5.0.3",
"p-limit": "^6.2.0",
"postgres": "^3.4.7",
"postgres-shift": "^0.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"resend": "^4.6.0",
"sonner": "^2.0.6",
"standard-version": "^9.5.0",
"swr": "^2.3.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"cross-env": "^7.0.3",
"eslint": "^9",
"eslint-config-next": "15.3.5",
"husky": "^9.1.7",
"knip": "^5.61.3",
"prettier": "^3.6.2",
"react-email": "4.1.3",
"typescript": "^5"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}