-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.02 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.02 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@fontsource/poppins": "^5.2.5",
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-dropdown-menu": "^2.1.12",
"@tailwindcss/vite": "^4.1.3",
"@tiptap/extension-blockquote": "^2.11.9",
"@tiptap/extension-bold": "^2.11.7",
"@tiptap/extension-bullet-list": "^2.11.9",
"@tiptap/extension-code": "^2.11.7",
"@tiptap/extension-code-block-lowlight": "^2.11.9",
"@tiptap/extension-document": "^2.11.7",
"@tiptap/extension-heading": "^2.11.7",
"@tiptap/extension-history": "^2.11.7",
"@tiptap/extension-image": "^2.11.9",
"@tiptap/extension-italic": "^2.11.7",
"@tiptap/extension-link": "^2.11.9",
"@tiptap/extension-list-item": "^2.11.9",
"@tiptap/extension-ordered-list": "^2.11.9",
"@tiptap/extension-paragraph": "^2.11.7",
"@tiptap/extension-placeholder": "^2.11.7",
"@tiptap/extension-text": "^2.11.7",
"@tiptap/pm": "^2.11.7",
"@tiptap/react": "^2.11.7",
"axios": "^1.8.4",
"axios-auth-refresh": "^3.3.6",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"install": "^0.13.0",
"lowlight": "^3.3.0",
"lucide-react": "^0.503.0",
"npm": "^11.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.55.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-router-dom": "^7.5.0",
"react-textarea-autosize": "^8.5.9",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.3",
"yup": "^1.6.1"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"daisyui": "^5.0.12",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"vite": "^6.2.0",
"vite-plugin-svgr": "^4.3.0"
}
}