-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·57 lines (57 loc) · 1.54 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": "notelist",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.8",
"@emotion/server": "^11.10.0",
"@heroicons/react": "^2.0.16",
"@mantine/core": "^6.0.9",
"@mantine/hooks": "^6.0.9",
"@mantine/next": "^6.0.9",
"@mantine/tiptap": "^6.0.9",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.11.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-tooltip": "^1.0.5",
"@tabler/icons-react": "^2.17.0",
"@tanstack/react-query": "^4.24.10",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@trpc/client": "^10.12.0",
"@trpc/next": "^10.12.0",
"@trpc/react-query": "^10.12.0",
"@trpc/server": "^10.12.0",
"@vercel/analytics": "^1.0.0",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"framer-motion": "^10.11.2",
"next": "^13.3.4",
"next-auth": "^4.19.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "^3.39.3",
"slate": "^0.94.0",
"slate-history": "^0.93.0",
"slate-react": "^0.94.0",
"superjson": "^1.12.2",
"zod": "^3.20.6"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prisma": "^4.11.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.5"
}
}