-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 937 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 937 Bytes
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
{
"name": "ccw",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed": "tsx scripts/seed.ts"
},
"dependencies": {
"@agendajs/mongo-backend": "^4.0.1",
"@agendajs/redis-backend": "^3.0.5",
"@better-auth/mongo-adapter": "^1.6.10",
"agenda": "^6.2.4",
"axios": "^1.16.0",
"better-auth": "^1.6.10",
"lucide-react": "^1.14.0",
"mongodb": "^7.2.0",
"mongoose": "^9.6.2",
"next": "^16.2.6",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"redis": "^5.12.1",
"sass": "^1.99.0",
"zustand": "^5.0.13"
},
"devDependencies": {
"@types/node": "^25.6.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"dotenv": "^17.4.2",
"eslint": "^10.3.0",
"eslint-config-next": "^16.2.6",
"tsx": "^4.21.0",
"typescript": "^6.0.3"
}
}