-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.49 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
51
52
53
54
55
{
"name": "reddit-stories",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"build-start": "npm run build && npm run start"
},
"dependencies": {
"@mantine/core": "^4.2.9",
"@mantine/form": "^4.2.9",
"@mantine/hooks": "^4.2.9",
"@mantine/modals": "^4.2.9",
"@mantine/next": "^4.2.9",
"@mantine/notifications": "^4.2.9",
"@next-auth/prisma-adapter": "^1.0.3",
"@prisma/client": "^4.10.0",
"@reduxjs/toolkit": "^1.8.2",
"@tanstack/react-virtual": "^3.0.0-beta.52",
"@trpc/client": "^9.26.0",
"@trpc/next": "^9.26.0",
"@trpc/react": "^9.26.0",
"@trpc/server": "^9.26.0",
"@types/node": "^18.0.0",
"@types/sanitize-html": "^2.6.2",
"@upstash/redis": "^1.9.0",
"cookies-next": "^2.0.4",
"dayjs": "^1.11.3",
"html-react-parser": "^1.4.14",
"idb-keyval": "^6.2.0",
"next": "^12.1.6",
"next-auth": "^4.20.1",
"next-pwa": "^5.5.4",
"nodemailer": "^6.7.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",
"react-query": "3.39.2",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"redux-persist": "^6.0.0",
"sanitize-html": "^2.7.0",
"use-sync-external-store": "^1.2.0",
"zod": "^3.17.3"
},
"devDependencies": {
"@types/nodemailer": "^6.4.5",
"@types/react": "17.0.18",
"@types/react-dom": "^18.0.5",
"prisma": "^4.10.0",
"typescript": "^4.9.5"
}
}