-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.25 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
{
"scripts": {
"dev": "next dev",
"test": "jest",
"test:e2e": "playwright test",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@auth/neon-adapter": "^1.11.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.5",
"@mui/material": "^7.3.5",
"@neondatabase/serverless": "^1.0.2",
"bcrypt": "^6.0.0",
"dotenv": "^17.2.3",
"immer": "^10.2.0",
"motion": "^12.23.25",
"net": "^1.0.2",
"next-auth": "^4.24.7",
"nodemailer": "^7.0.10",
"postgres": "^3.4.7",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-mobile-share": "^2.2.3",
"react-timer-hook": "^4.0.5",
"seedrandom": "^3.0.5"
},
"devDependencies": {
"@playwright/test": "^1.56.1",
"@tailwindcss/postcss": "^4.1.17",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.1",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/seedrandom": "^3.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"next": "^16.0.7",
"tailwindcss": "^4.1.17",
"ts-node": "^10.9.2"
}
}