-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 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
{
"name": "adept.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@eslint/config-array": "^0.20.0",
"@eslint/object-schema": "^2.1.6",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@vercel/analytics": "^1.5.0",
"@vercel/kv": "^3.0.0",
"adept.dev": "file:",
"axios": "^1.7.2",
"cookie": "^1.0.2",
"date-fns": "^4.1.0",
"framer-motion": "^12.6.3",
"glob": "^11.0.1",
"inflight": "^1.0.6",
"lru-cache": "^11.1.0",
"next": "^14.2.35",
"next-auth": "^4.24.11",
"node-cache": "^5.1.2",
"react": "^18",
"react-big-calendar": "^1.18.0",
"react-dom": "^18",
"resend": "^6.6.0",
"rimraf": "^6.0.1"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-big-calendar": "^1.16.1",
"@types/react-dom": "^18",
"eslint": "^8.0.0",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}