-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.05 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
{
"name": "therapykin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@stripe/stripe-js": "^6.1.0",
"airtable": "^0.12.2",
"axios": "^1.8.4",
"bcryptjs": "^3.0.2",
"child_process": "^1.0.2",
"cookie": "^1.0.2",
"dotenv": "^16.4.7",
"html2canvas": "^1.4.1",
"jose": "^6.0.10",
"jsonwebtoken": "^9.0.2",
"jspdf": "^3.0.1",
"next": "15.2.3",
"next-auth": "^4.24.11",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"stripe": "^17.7.0",
"util": "^0.12.5",
"uuid": "^11.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^3.0.0",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/uuid": "^10.0.0",
"framer-motion": "^12.6.3",
"recharts": "^2.15.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}