-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.68 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
{
"name": "emots.dev",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@next/third-parties": "^14.2.3",
"@notionhq/client": "^2.2.15",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@t3-oss/env-nextjs": "^0.10.1",
"@tabler/icons-react": "^2.47.0",
"@types/node": "18.15.11",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vercel/analytics": "^1.2.2",
"@vercel/og": "^0.5.20",
"geist": "^1.3.0",
"next": "^14.2.3",
"notion-to-md": "^2.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"react-hot-toast": "^2.4.1",
"react-markdown": "^8.0.7",
"remark-gfm": "^3.0.1",
"swr": "^2.2.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.0.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^0.1.6",
"@total-typescript/ts-reset": "^0.4.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.19",
"eslint": "8.37.0",
"eslint-config-next": "13.3.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.34.1",
"postcss": "^8.4.38",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.4.3"
}
}