-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.11 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
{
"name": "next-react-notes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.4",
"@lucia-auth/adapter-prisma": "^4.0.1",
"@prisma/client": "^5.14.0",
"@types/negotiator": "^0.6.3",
"accept-language": "^3.0.18",
"dayjs": "^1.11.11",
"i18next": "^23.11.4",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"ioredis": "^5.4.1",
"lucia": "^3.2.0",
"marked": "^12.0.2",
"mime": "^4.0.3",
"negotiator": "^0.6.3",
"next": "14.2.3",
"oslo": "^1.2.0",
"react": "^18",
"react-cookie": "^7.1.4",
"react-dom": "^18",
"react-i18next": "^14.1.1",
"sanitize-html": "^2.13.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/sanitize-html": "^2.11.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"prisma": "^5.14.0",
"typescript": "^5"
}
}