-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.17 KB
/
Copy pathpackage.json
File metadata and controls
133 lines (133 loc) · 4.17 KB
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
124
125
126
127
128
129
130
131
132
133
{
"name": "aeiouly-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"prepare": "husky",
"pre-commit": "lint-staged"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,json,md,mdx,css,scss}": [
"prettier --write"
],
"**/*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"dependencies": {
"@floating-ui/dom": "^1.7.4",
"@floating-ui/react": "^0.27.16",
"@floating-ui/react-dom": "^2.1.6",
"@hookform/resolvers": "^5.2.1",
"@next/third-parties": "^16.0.3",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-hover-card": "^1.1.14",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.7",
"@tanstack/react-query": "^5.85.3",
"@tanstack/react-table": "^8.21.3",
"@tiptap/core": "^3.10.1",
"@tiptap/extension-drag-handle-react": "^3.10.1",
"@tiptap/extension-emoji": "^3.10.1",
"@tiptap/extension-link": "^3.10.1",
"@tiptap/extension-list": "^3.10.1",
"@tiptap/extension-subscript": "^3.10.1",
"@tiptap/extension-superscript": "^3.10.1",
"@tiptap/extension-table": "^3.10.1",
"@tiptap/extension-text-align": "^3.10.1",
"@tiptap/extension-text-style": "^3.10.1",
"@tiptap/extension-youtube": "^3.10.1",
"@tiptap/extensions": "^3.10.1",
"@tiptap/pm": "^3.10.1",
"@tiptap/react": "^3.10.1",
"@tiptap/starter-kit": "^3.10.1",
"@vercel/analytics": "^1.6.1",
"axios": "^1.12.0",
"cheerio": "^1.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookies-next": "^6.1.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"driver.js": "^1.3.6",
"edge-tts-universal": "^1.3.3",
"input-otp": "^1.4.2",
"jwt-decode": "^4.0.0",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.536.0",
"motion": "^12.23.12",
"next": "15.4.11",
"next-intl": "^4.7.0",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.8.16",
"react": "19.2.3",
"react-colorful": "^5.6.1",
"react-day-picker": "^9.8.1",
"react-dom": "19.2.3",
"react-flags-select": "^2.5.0",
"react-hook-form": "^7.62.0",
"react-hotkeys-hook": "^5.2.1",
"react-intersection-observer": "^9.16.0",
"react-markdown": "^10.1.0",
"react-markdown-typer": "^1.0.0",
"react-speech-kit": "^3.0.1",
"recharts": "2.15.4",
"rehype": "^13.0.2",
"rehype-parse": "^9.0.1",
"rehype-raw": "^7.0.0",
"rehype-react": "^8.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"use-context-selector": "^2.0.0",
"zod": "^4.0.14",
"zustand": "^5.0.8"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.19",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/google.accounts": "^0.0.18",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-speech-kit": "^3.0.0",
"@types/youtube": "^0.1.2",
"eslint": "^9",
"eslint-config-next": "15.4.5",
"husky": "^9.1.7",
"lint-staged": "^16.1.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.6",
"typescript": "^5"
}
}