-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.67 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
{
"name": "next13-omni-links",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.1.7",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration": "^1.1.2",
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.1",
"@grafana/faro-web-sdk": "^1.3.4",
"@grafana/faro-web-tracing": "^1.3.4",
"@headlessui/react": "^1.7.16",
"@hello-pangea/dnd": "^16.3.0",
"@hookform/resolvers": "^3.3.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.1.1",
"@types/node": "20.4.5",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"immer": "^10.0.2",
"next": "^13.4.20-canary.30",
"next-auth": "^4.23.0",
"next-cloudinary": "^4.18.0",
"next-themes": "^0.2.1",
"postcss": "8.4.27",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-loading-skeleton": "^3.3.1",
"react-spinners": "^0.13.8",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"yup": "^1.2.0",
"zod": "^3.22.2",
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/react-beautiful-dnd": "^13.1.4",
"prettier-plugin-tailwindcss": "^0.5.4",
"prisma": "^5.1.1"
}
}