-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.04 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "drcan-dev",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mantine/carousel": "^6.0.17",
"@mantine/core": "^6.0.17",
"@mantine/dates": "^6.0.17",
"@mantine/dropzone": "^6.0.17",
"@mantine/form": "^6.0.17",
"@mantine/hooks": "^6.0.17",
"@mantine/modals": "^6.0.17",
"@mantine/next": "^6.0.17",
"@mantine/notifications": "^6.0.17",
"@mantine/nprogress": "^6.0.17",
"@mantine/prism": "^6.0.17",
"@mantine/spotlight": "^6.0.17",
"@mantine/tiptap": "^6.0.17",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.0.0",
"@reduxjs/toolkit": "^1.9.5",
"@tabler/icons-react": "^2.28.0",
"@tanstack/react-query": "^4.32.0",
"@tiptap/extension-link": "^2.0.4",
"@tiptap/react": "^2.0.4",
"@tiptap/starter-kit": "^2.0.4",
"@trpc/client": "^10.35.0",
"@trpc/next": "^10.35.0",
"@trpc/react-query": "^10.35.0",
"@trpc/server": "^10.35.0",
"dayjs": "^1.11.9",
"embla-carousel-autoplay": "^7.1.0",
"embla-carousel-react": "^7.1.0",
"next": "^13.4.12",
"next-auth": "^4.22.3",
"next-redux-wrapper": "^8.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.1.1",
"redux-persist": "^6.0.0",
"stylis": "^4.3.0",
"stylis-plugin-rtl": "^2.1.1",
"superjson": "1.13.1",
"universal-cookie": "^4.0.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/eslint": "^8.44.0",
"@types/node": "^20.4.4",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.12",
"prisma": "^5.0.0",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "7.10.1"
}
}