-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
137 lines (137 loc) · 4.21 KB
/
package.json
File metadata and controls
137 lines (137 loc) · 4.21 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "activities.next",
"version": "1.4.3",
"license": "MIT",
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"test": "jest",
"prettier": "prettier --write app migrations lib",
"migrate": "knex migrate:latest",
"migrate:make": "knex migrate:make",
"prepare": "husky"
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.1024.0",
"@aws-sdk/client-s3": "^3.1024.0",
"@aws-sdk/client-ses": "^3.1026.0",
"@aws-sdk/s3-presigned-post": "^3.1026.0",
"@aws-sdk/s3-request-presigner": "3.1024.0",
"@aws-sdk/util-utf8-node": "^3.259.0",
"@better-auth/oauth-provider": "^1.6.0",
"@better-auth/passkey": "^1.5.6",
"@date-fns/utc": "^2.1.1",
"@opentelemetry/api": "^1.9.1",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.8",
"@simplewebauthn/browser": "^13.3.0",
"@simplewebauthn/server": "^13.3.0",
"@upstash/qstash": "^2.10.1",
"bcrypt": "^6.0.0",
"better-auth": "^1.5.6",
"better-sqlite3": "^12.8.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"content-type": "^1.0.5",
"date-fns": "^4.1.0",
"fast-xml-parser": "^5.5.10",
"fit-file-parser": "^2.3.3",
"framer-motion": "^12.38.0",
"got": "^15.0.0",
"html-react-parser": "^5.2.17",
"knex": "^3.2.9",
"lodash": "^4.18.1",
"lucide-react": "^1.7.0",
"marked": "^17.0.6",
"mime-types": "^3.0.2",
"next": "^16.2.2",
"nodemailer": "^8.0.5",
"pg": "^8.20.0",
"pino": "^10.3.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"react-modal": "^3.16.3",
"rehype-sanitize": "^6.0.0",
"remark-breaks": "^4.0.0",
"resend": "^6.10.0",
"sanitize-html": "^2.17.2",
"sharp": "^0.34.5",
"tailwind-merge": "^3.5.0",
"web-push": "^3.6.7",
"yauzl": "^3.3.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@next/env": "^16.2.2",
"@next/eslint-plugin-next": "^16.2.2",
"@swc-node/register": "^1.11.1",
"@swc/core": "^1.15.24",
"@swc/jest": "^0.2.39",
"@tailwindcss/postcss": "^4.2.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/bcrypt": "^6.0.0",
"@types/content-type": "^1.1.9",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.24",
"@types/mime-types": "^3.0.1",
"@types/node": "^25.5.2",
"@types/nodemailer": "^8.0.0",
"@types/pg": "^8.20.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-modal": "^3.16.3",
"@types/sanitize-html": "^2.16.1",
"@types/web-push": "^3.6.4",
"@types/yauzl": "^2.10.3",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"dotenv-flow": "^4.1.0",
"eslint": "^10.2.0",
"eslint-config-next": "^16.2.2",
"eslint-config-prettier": "^10.1.8",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.15.1",
"eslint-plugin-n": "^17.24.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unused-imports": "^4.4.1",
"globals": "^17.4.0",
"husky": "^9.1.7",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"jest-extended": "^7.0.0",
"jest-fetch-mock": "^3.0.3",
"pino-pretty": "^13.1.3",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
},
"engines": {
"node": "24.x"
},
"resolutions": {
"fast-xml-parser": ">=5.5.7"
},
"packageManager": "yarn@4.13.0"
}