-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.59 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
{
"name": "getinfo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.1",
"@iconify/react": "^4.1.1",
"@mantine/carousel": "^7.1.2",
"@mantine/core": "^7.1.2",
"@mantine/dates": "^7.1.2",
"@mantine/dropzone": "^7.1.2",
"@mantine/hooks": "^7.1.2",
"@mantine/modals": "^7.1.2",
"@mantine/notifications": "^7.1.2",
"@prisma/client": "^5.5.2",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"axios": "^1.5.1",
"cryptr": "^6.3.0",
"dayjs": "^1.11.10",
"embla-carousel-autoplay": "^7.1.0",
"embla-carousel-react": "^7.1.0",
"formidable": "^3.5.1",
"joi": "^17.12.2",
"jwt-decode": "^4.0.0",
"next": "14.1.3",
"next-auth": "^4.24.7",
"radash": "^12.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"react-window": "^1.8.10",
"sass": "^1.69.2",
"uuid": "^9.0.1",
"yup": "^1.3.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/formidable": "^3.4.5",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@types/react-window": "^1.8.8",
"@types/uuid": "^9.0.7",
"eslint": "8.41.0",
"eslint-config-next": "14.1.3",
"postcss": "^8.4.24",
"postcss-preset-mantine": "1.8.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "3.2.5",
"prisma": "^5.5.2",
"sharp": "^0.33.2",
"typescript": "5.0.4"
}
}