-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
91 lines (91 loc) · 3.16 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "menufic",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "patch-package && prisma generate",
"lint": "next lint",
"lint:fix": "next lint --fix",
"start": "next start",
"test:e2e": "playwright test",
"tsc": "tsc --noEmit --incremental",
"format-rest": "npx prettier --ignore-path .gitignore --write \"**/*.{css,md,json,yml}\" \"!package-lock.json\""
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@formkit/auto-animate": "^1.0.0-beta.5",
"@mantine/carousel": "^5.10.0",
"@mantine/core": "^5.10.0",
"@mantine/dropzone": "^5.10.0",
"@mantine/form": "^5.10.0",
"@mantine/hooks": "^5.10.0",
"@mantine/next": "^5.10.0",
"@mantine/notifications": "^5.10.0",
"@prisma/client": "^4.13.0",
"@sentry/nextjs": "^7.34.0",
"@tabler/icons": "^1.119.0",
"@tanstack/react-query": "^4.20.0",
"@trpc/client": "^10.8.1",
"@trpc/next": "^10.8.1",
"@trpc/react-query": "^10.8.1",
"@trpc/server": "^10.8.1",
"@vercel/analytics": "^0.1.8",
"blurhash": "^2.0.4",
"browser-image-compression": "^2.0.0",
"downloadjs": "^1.4.7",
"embla-carousel-autoplay": "^7.0.5",
"embla-carousel-react": "^7.0.5",
"fast-average-color": "^9.3.0",
"html2canvas": "^1.4.1",
"imagekit": "^4.1.2",
"nanoid": "^4.0.0",
"next": "13.1.2",
"next-auth": "^4.18.7",
"next-intl": "^2.10.4",
"next-seo": "^5.15.0",
"patch-package": "^6.5.1",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-blurhash": "^0.3.0",
"react-dom": "18.2.0",
"react-easy-crop": "^4.6.3",
"react-qr-code": "^2.0.11",
"sharp": "^0.31.3",
"superjson": "1.9.1",
"zod": "^3.20.2"
},
"devDependencies": {
"@playwright/test": "^1.30.0",
"@types/downloadjs": "^1.4.3",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-dom": "^18.0.10",
"@types/sharp": "^0.31.1",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"dotenv": "^16.0.3",
"eslint": "^8.30.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"prettier": "^2.8.3",
"prisma": "^5.1.1",
"typescript": "^4.9.4"
},
"ct3aMetadata": {
"initVersion": "7.3.0"
}
}