-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.69 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.69 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
{
"name": "crankcommunism-next",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export"
},
"dependencies": {
"@hookform/resolvers": "^3.2.0",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.4",
"@vercel/analytics": "^1.2.2",
"axios": "^1.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^3.6.0",
"discord.js": "^14.14.1",
"dlv": "^1.1.3",
"dompurify": "^3.0.9",
"lodash.isequal": "^4.5.0",
"lucide-react": "^0.263.0",
"next": "13.4.13",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"react-markdown": "^9.0.0",
"react-twitch-embed": "^3.0.2",
"react-twitter-embed": "^4.0.4",
"react-twitter-widgets": "^1.11.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.6",
"use-mailchimp-form": "^3.1.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@omlet/cli": "^1.5.2",
"@types/dlv": "^1.1.2",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "20.4.9",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.15",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
}
}