-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.56 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
59
{
"name": "cms-app-next13",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@react-oauth/google": "^0.12.1",
"@tippyjs/react": "^4.2.6",
"@uiw/react-md-editor": "^4.0.4",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"calerts": "^1.1.10",
"chart.js": "^4.4.7",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"jose": "^5.9.6",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.468.0",
"marked": "^15.0.4",
"mongoose": "^8.8.4",
"next": "^13.5.7",
"next-intl": "^3.26.1",
"node-html-markdown": "^1.3.0",
"novel": "^0.5.0",
"novel-lightweight": "^0.2.1",
"quill": "^2.0.3",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18",
"react-hook-form": "^7.54.0",
"react-quill": "^2.0.0",
"react-syntax-highlighter": "^15.6.1",
"react-toastify": "^10.0.6",
"supports-color": "^9.4.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8",
"zustand": "^5.0.2"
},
"devDependencies": {
"@heroicons/react": "^2.2.0",
"@tailwindcss/typography": "^0.5.15",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10",
"daisyui": "^4.12.22",
"postcss": "^8",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3"
}
}