-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.55 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
{
"name": "synclist",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && prisma migrate deploy && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.0.7",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@liveblocks/client": "^1.0.0",
"@liveblocks/zustand": "^1.0.0",
"@next-auth/prisma-adapter": "^1.0.5",
"@next/font": "^13.1.6",
"@prisma/client": "^4.10.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.2",
"@radix-ui/react-popover": "^1.0.3",
"@radix-ui/react-toast": "^1.1.2",
"@radix-ui/react-tooltip": "^1.0.3",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"class-variance-authority": "^0.4.0",
"clsx": "^1.2.1",
"cmdk": "^0.1.22",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"lucide-react": "^0.113.0",
"nanoid": "^4.0.1",
"next": "13.1.6",
"next-auth": "^4.19.2",
"nextjs-google-analytics": "^2.3.3",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.2",
"prisma": "^4.10.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-player": "^2.11.2",
"tailwind-merge": "^1.9.1",
"tailwindcss-animate": "^1.0.5",
"typescript": "4.9.5",
"zustand": "^4.3.3"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6"
}
}