-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.71 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.71 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
{
"name": "okr-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@hcaptcha/react-hcaptcha": "^1.12.0",
"@mui/icons-material": "^7.2.0",
"@mui/material": "^7.2.0",
"@mui/x-date-pickers": "^8.9.0",
"@prisma/client": "^6.12.0",
"@tiptap/core": "^3.4.1",
"@tiptap/extension-blockquote": "^3.4.2",
"@tiptap/extension-code-block": "^3.4.2",
"@tiptap/extension-heading": "^3.4.2",
"@tiptap/extension-link": "^3.4.2",
"@tiptap/extension-paragraph": "^3.4.2",
"@tiptap/extension-strike": "^3.4.2",
"@tiptap/extension-text-align": "^3.4.2",
"@tiptap/extension-underline": "^3.4.2",
"@tiptap/react": "^3.4.1",
"@tiptap/starter-kit": "^3.4.1",
"bcryptjs": "^3.0.2",
"date-fns": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"next": "15.4.2",
"next-auth": "^4.24.11",
"react": "19.1.0",
"react-dom": "19.1.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/testing-library__react": "^10.0.1",
"@types/tinymce": "^4.6.9",
"@types/uuid": "^10.0.0",
"babel-jest": "^30.0.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
}
}