This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.69 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": "config-wizard",
"version": "0.1.0",
"private": false,
"description": "The AI Configuration Generator",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"preview": "next build && next start"
},
"dependencies": {
"@formkit/auto-animate": "1.0.0-beta.6",
"@hookform/resolvers": "^2.9.10",
"@next/font": "^13.1.6",
"@radix-ui/react-dropdown-menu": "^2.0.2",
"@radix-ui/react-label": "^2.0.0",
"@radix-ui/react-select": "^1.2.0",
"@tailwindcss/typography": "^0.5.9",
"@types/marked": "^4.0.8",
"@upstash/ratelimit": "0.3.0-rc.1",
"@upstash/redis": "^1.19.3",
"@vercel/analytics": "^0.1.8",
"@vercel/edge": "^0.2.7",
"@vercel/og": "^0.0.27",
"class-variance-authority": "^0.4.0",
"clsx": "^1.2.1",
"isomorphic-dompurify": "^0.26.0",
"lucide-react": "^0.108.0",
"marked": "^4.2.12",
"next": "^13.1.6",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.42.1",
"react-wrap-balancer": "^0.4.0",
"tailwind-merge": "^1.8.1",
"tailwindcss-animate": "^1.0.5",
"zod": "^3.20.2"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-tailwindcss": "^3.8.2",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-organize-imports": "^3.2.2",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
}
}