-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.88 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
69
70
{
"name": "sealion",
"version": "0.8.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "jest",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^2.11.2",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@linear/sdk": "^86.0.0",
"@mui/icons-material": "^9.2.0",
"@mui/material": "^9.0.0",
"@mui/material-nextjs": "^9.1.1",
"@mui/x-data-grid": "^9.9.0",
"@prisma/adapter-pg": "^7.7.0",
"@prisma/client": "^7.8.0",
"@prisma/config": "^7.5.0",
"@types/nodemailer": "^7.0.11",
"@types/pg": "^8.20.0",
"axios": "^1.18.1",
"bcryptjs": "^3.0.3",
"hpagent": "^1.2.0",
"next": "16.2.10",
"next-auth": "^5.0.0-beta.31",
"next-intl": "^4.13.2",
"nodemailer": "^7.0.13",
"pg": "^8.22.0",
"react": "19.2.7",
"react-dom": "19.2.7"
},
"overrides": {
"@hono/node-server": ">=1.19.13",
"defu": ">=6.1.5",
"fast-uri": ">=3.1.2",
"hono": ">=4.12.18",
"lodash": ">=4.17.23",
"postcss": ">=8.5.10"
},
"devDependencies": {
"@playwright/test": "^1.61.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/bcryptjs": "^3.0.0",
"@types/node": "^26",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.10",
"eslint-plugin-jsdoc": "^63.2.0",
"eslint-plugin-tsdoc": "^0.5.2",
"eslint-plugin-unused-imports": "^4.4.1",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"oauth2-mock-server": "^9.1.0",
"prisma": "^7.5.0",
"ts-jest": "^29.4.11",
"typescript": "^6"
}
}