This repository was archived by the owner on Mar 20, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.66 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 3.66 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
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
{
"name": "klovitclient",
"author": "Klovit",
"description": "A modern dashboard made for Pterodactyl Panel",
"version": "0.7.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^8.3.4",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.0",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/ts-plugin": "^1.10.4",
"@faker-js/faker": "^7.6.0",
"@fortawesome/fontawesome-free": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@hookform/resolvers": "^3.9.0",
"@keyv/mysql": "^2.0.2",
"@keyv/sqlite": "^4.0.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@supabase/supabase-js": "^2.39.3",
"@tinyhttp/accepts": "^2.2.3",
"@types/node": "^20.11.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.0",
"apexcharts": "^3.37.2",
"astro": "^4.16.2",
"astro-toast": "github:beastgamer81/astro-toast",
"astro-utils": "^0.0.7",
"autoprefixer": "^10.4.20",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cookie": "^1.0.1",
"csrf-csrf": "^3.0.3",
"dotenv": "^16.4.5",
"endpoints": "file:./lib/endpoints",
"figlet": "^1.7.0",
"flowbite": "^2.3.0",
"flowbite-typography": "^1.0.3",
"js-cookie": "^3.0.5",
"js-yaml": "^4.1.0",
"keyv": "^5.0.3",
"lucide-react": "^0.447.0",
"mime": "^4.0.4",
"node-fetch": "^3.3.2",
"notyf": "^3.10.0",
"postcss": "^8.4.47",
"process": "^0.11.10",
"pterosocket": "^1.0.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.1",
"shiki": "^0.14.1",
"sonner": "^1.5.0",
"sqlite3": "^5.1.7",
"stripe": "^15.11.0",
"tailwind-merge": "^2.5.2",
"tailwind-scrollbar": "^3.0.0",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"toastr": "^2.1.4",
"toml": "^3.0.0",
"typeface-roboto": "^1.1.13",
"typescript": "^5.3.3",
"yaml": "^2.3.4",
"zod": "^3.23.8",
"zod-express-middleware": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/eslint": "^8.21.1",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"astro-eslint-parser": "^0.11.0",
"eslint": "^8.35.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.7.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-astro": "^0.23.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tsdoc": "^0.2.17",
"tailwindcss-bg-patterns": "^0.3.0"
}
}