-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
123 lines (123 loc) · 3.77 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "lancie-collab",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"postinstall": "prisma generate"
},
"browser": {
"fs": false,
"os": false,
"path": false
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.5",
"@aws-sdk/client-s3": "^3.537.0",
"@aws-sdk/s3-request-presigner": "^3.537.0",
"@cloudinary/react": "^1.11.2",
"@cloudinary/url-gen": "^1.12.1",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@edgestore/react": "^0.1.6",
"@edgestore/server": "^0.1.6",
"@faker-js/faker": "^8.4.0",
"@hookform/resolvers": "^3.3.2",
"@liveblocks/client": "^1.9.8",
"@liveblocks/node": "^1.9.8",
"@liveblocks/react": "^1.9.8",
"@liveblocks/react-comments": "^1.9.8",
"@liveblocks/yjs": "^1.9.8",
"@prisma/client": "^5.5.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-google-maps/api": "^2.19.2",
"@segment/analytics-next": "^1.64.0",
"@sendgrid/mail": "^8.1.0",
"@tanstack/react-query": "^5.8.9",
"@tanstack/react-table": "^8.12.0",
"@tiptap/extension-collaboration": "^2.2.3",
"@tiptap/extension-collaboration-cursor": "^2.2.3",
"@tiptap/extension-highlight": "^2.2.2",
"@tiptap/extension-link": "^2.2.2",
"@tiptap/extension-placeholder": "^2.1.12",
"@tiptap/pm": "^2.2.3",
"@tiptap/react": "^2.2.3",
"@tiptap/starter-kit": "^2.2.3",
"@uidotdev/usehooks": "^2.4.1",
"aws-sdk": "^2.1512.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"faker": "^6.6.6",
"framer-motion": "^10.16.4",
"gray-matter": "^4.0.3",
"immutability-helper": "^3.1.1",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"lucide-react": "^0.329.0",
"nanoid": "^5.0.6",
"next": "14.0.0",
"next-auth": "^4.24.4",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"react": "^18",
"react-contenteditable": "^3.3.7",
"react-day-picker": "^8.10.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.47.0",
"react-hot-toast": "^2.4.1",
"react-player": "^2.13.0",
"react-popper": "^2.3.0",
"react-responsive-masonry": "^2.2.0",
"react-social-media-embed": "^2.5.9",
"react-table": "^7.8.0",
"react-window": "^1.8.10",
"react-wrap-balancer": "^1.1.0",
"sonner": "^1.4.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"use-places-autocomplete": "^4.0.1",
"vaul": "^0.9.0",
"yjs": "^13.6.12",
"zod": "^3.22.4"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/eslint-plugin-query": "^5.8.4",
"@types/google.maps": "^3.54.10",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-responsive-masonry": "^2.1.3",
"@types/react-table": "^7.7.19",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "14.0.0",
"husky": "^8.0.3",
"postcss": "^8",
"prettier": "^3.0.3",
"prisma": "^5.5.2",
"tailwindcss": "^3",
"typescript": "^5"
}
}