-
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.39 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.39 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": "anixlab-workspace",
"private": true,
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"start": "turbo run start",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"check": "turbo run check"
},
"dependencies": {
"@babel/parser": "^7.29.0",
"@babel/traverse": "^7.29.0",
"@vercel/blob": "^1.1.1",
"bcryptjs": "^3.0.3",
"better-auth": "^1.5.5",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"html-to-image": "^1.11.13",
"jose": "^6.2.1",
"mongodb": "^7.1.0",
"mongoose": "^9.3.0",
"motion": "^12.36.0",
"nodemailer": "^8.0.2",
"react-content-loader": "^7.1.2",
"react-date-picker": "^12.0.1",
"react-dropzone": "^15.0.0",
"react-icons": "^5.6.0",
"react-select": "^5.10.2",
"react-toastify": "^11.0.5",
"server-only": "^0.0.1",
"tailwind-merge": "^3.5.0",
"uuid": "^13.0.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.1",
"@types/babel__traverse": "^7.28.0",
"@types/node": "^24.12.0",
"@types/nodemailer": "^7.0.11",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.4",
"tailwindcss": "^4.2.1",
"turbo": "^2.8.16",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.29.3",
"engines": {
"node": ">=20.19.0"
}
}