-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.57 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
{
"name": "anon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open",
"prisma": "prisma studio",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.0",
"@mantine/core": "^6.0.16",
"@mantine/hooks": "^6.0.16",
"@mantine/notifications": "^6.0.16",
"@mantine/tiptap": "^6.0.16",
"@prisma/client": "^5.2.0",
"@tabler/icons-react": "^2.24.0",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/extension-placeholder": "^2.0.3",
"@tiptap/extension-text-align": "^2.0.3",
"@tiptap/extension-text-style": "^2.1.7",
"@tiptap/extension-underline": "^2.0.3",
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"@vercel/analytics": "^1.1.2",
"autoprefixer": "^10.4.16",
"cloudinary": "^1.37.3",
"cypress": "^13.6.0",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"moment": "^2.29.4",
"next": "^14.2.11",
"next-auth": "^4.22.1",
"postcss": "^8.4.31",
"randomcolor": "^0.6.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^2.2.0",
"tailwindcss": "^3.3.3",
"typescript": "5.1.3"
},
"devDependencies": {
"@testing-library/cypress": "^10.0.0",
"@types/randomcolor": "^0.5.7",
"cypress-social-logins": "^1.14.1",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.2.0",
"sass": "^1.69.7"
}
}