-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 KB
/
package.json
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
{
"name": "ldap-portal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.1.1",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.13.5",
"@redis/json": "^1.0.4",
"@slack/events-api": "^3.0.1",
"@slack/interactive-messages": "^2.0.2",
"@slack/webhook": "^7.0.1",
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"axios": "^1.4.0",
"cookie": "^0.5.0",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"jose": "^4.14.4",
"js-cookie": "^3.0.5",
"ldapjs": "^3.0.2",
"next": "13.4.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.2",
"redis": "^4.6.7",
"typescript": "5.1.3",
"zod": "^3.21.4"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/cookie": "^0.5.1",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.2",
"@types/ldapjs": "^3.0.0",
"@vitejs/plugin-react": "^4.0.1",
"jsdom": "^22.1.0",
"vitest": "^0.32.2"
}
}