-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.84 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.84 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
{
"name": "next-lwa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"go": "next build && next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.3.1",
"@paddle/paddle-js": "^1.4.1",
"@vercel/analytics": "^1.5.0",
"axios": "^1.7.9",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"dompurify": "^3.2.4",
"jest-fixed-jsdom": "^0.0.9",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.541.0",
"mongodb": "^6.12.0",
"mongoose": "^8.9.2",
"next": "15.1.2",
"next-auth": "^4.24.11",
"nodemailer": "^6.10.1",
"openai": "^4.77.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^5.0.0",
"react-hook-form": "^7.54.2",
"react-loading-skeleton": "^3.5.0",
"react-spinners": "^0.15.0",
"react-test-renderer": "^19.0.0",
"swr": "^2.3.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/dompurify": "^3.0.5",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/react-test-renderer": "^19.0.0",
"babel-jest": "^29.7.0",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"msw": "^2.7.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.2.6",
"typescript": "^5"
}
}