-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
138 lines (138 loc) · 4.19 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
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
134
135
136
137
138
{
"$schema": "https://json.schemastore.org/package.json",
"name": "nexonauts",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"email": "email dev",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,css,md}\"",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.1.3",
"@hookform/resolvers": "^3.3.2",
"@imgly/background-removal": "^1.5.7",
"@next/third-parties": "15.1.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "^0.0.31",
"@react-email/render": "0.0.16",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/react-table": "^8.11.8",
"@types/bcryptjs": "^2.4.6",
"@upstash/redis": "^1.34.3",
"aos": "^2.3.4",
"axios": "^1.2.1",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"cloudinary": "^1.33.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"copy-to-clipboard": "^3.3.3",
"cssbeautify": "^0.3.1",
"date-fns": "^2.30.0",
"embla-carousel-autoplay": "^8.0.0-rc23",
"embla-carousel-react": "^8.0.0-rc22",
"eslint-config-next": "15.1.0",
"framer-motion": "^11.0.3",
"interweave": "^13.1.0",
"jsonwebtoken": "^9.0.0",
"language-detect": "^1.1.0",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.362.0",
"markdown-to-jsx": "^7.3.2",
"mongoose": "^8.0.4",
"nanoid": "^5.0.7",
"nexo-html2jsx": "^1.2.0",
"nexo-mdx": "^0.8.0",
"next": "15.1.0",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
"next13-progressbar": "^1.1.2",
"node-html-parser": "^6.1.13",
"nodemailer": "^6.8.0",
"postgres": "^3.4.3",
"pretty": "^2.0.0",
"prismjs": "^1.29.0",
"react": "19.0.0",
"react-day-picker": "^8.9.1",
"react-dom": "19.0.0",
"react-dropzone": "^14.2.3",
"react-easy-sort": "^1.6.0",
"react-hook-form": "^7.47.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-is": "19.0.0",
"react-markdown": "^9.0.1",
"react-wrap-balancer": "^1.1.1",
"rehype-highlight": "^7.0.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-mdx": "^3.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.32.6",
"sonner": "^1.3.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"turbo": "^2.0.9",
"turndown": "^7.1.3",
"use-debounce": "^10.0.0",
"usehooks-ts": "^3.1.0",
"validator": "^13.9.0",
"vaul": "^0.9.0",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/aos": "^3.0.7",
"@types/cssbeautify": "^0.3.2",
"@types/csso": "^5.0.0",
"@types/jsonwebtoken": "^9.0.5",
"@types/nodemailer": "^6.4.14",
"@types/pretty": "^2.0.1",
"@types/prismjs": "^1.26.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/turndown": "^5.0.4",
"@types/validator": "^13.11.8",
"autoprefixer": "^10.4.16",
"constructs": "^10.3.0",
"globby": "^11.0.1",
"husky": "^9.0.11",
"postcss": "^8.4.32",
"postcss-nesting": "^12.0.2",
"prettier": "^3.3.2",
"shiki": "^1.3.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.4.5"
},
"packageManager": "npm@10.5.0",
"overrides": {
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2"
}
}