This repository has been archived by the owner on Aug 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.98 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
{
"author": "FancyStudio",
"dependencies": {
"@discordjs/rest": "2.3.0",
"@fontsource/poppins": "5.0.15",
"@isaacs/ttlcache": "1.4.1",
"@mdx-js/loader": "3.0.1",
"@mdx-js/react": "3.0.1",
"@next/mdx": "14.2.6",
"@radix-ui/react-accordion": "1.2.0",
"@radix-ui/react-avatar": "1.1.0",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-toast": "1.2.1",
"@sapphire/utilities": "3.17.0",
"@tanstack/react-query": "5.52.1",
"@types/mdx": "2.0.13",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"crypto-js": "4.2.0",
"discord-api-types": "0.37.97",
"jose": "5.7.0",
"ky": "1.7.1",
"lucide-react": "0.435.0",
"next": "14.2.6",
"rate-limiter-flexible": "5.0.3",
"react": "18.3.1",
"react-circle-flags": "0.0.20",
"react-dom": "18.3.1",
"swr": "2.2.5",
"tailwind-merge": "2.5.2",
"tailwindcss-animate": "1.0.7",
"usehooks-ts": "3.1.0",
"zod": "3.23.8"
},
"description": "Overseer Dashboard Repository",
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/crypto-js": "4.2.2",
"@types/node": "22.5.0",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"husky": "9.1.5",
"lint-staged": "15.2.9",
"postcss": "8.4.41",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
},
"license": "BSD-3-Clause",
"lint-staged": {
"**/*.{js,jsx,ts,tsx,json,css,scss,md}": ["pnpm biome"]
},
"name": "overseer-dashboard",
"packageManager": "pnpm@9.7.0+sha256.b35018fbfa8f583668b2649e407922a721355cd81f61beeb4ac1d4258e585559",
"private": true,
"scripts": {
"biome": "biome check --write --config-path=\"./biome.json\" .",
"build": "next build",
"dev": "next dev",
"prepare": "husky",
"start": "next start"
},
"version": "0.0.1"
}