-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.58 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.58 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
{
"name": "simplepanel",
"version": "1.0.5",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fabricio-191/valve-server-query": "^4.1.9",
"@heroui/react": "^2.8.5",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookie": "^1.1.1",
"framer-motion": "^12.23.26",
"jose": "^6.1.3",
"lucide-react": "^0.563.0",
"mariadb": "^3.4.5",
"next": "16.1.6",
"passport": "^0.7.0",
"passport-steam": "^1.0.18",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"babel-plugin-react-compiler": "1.0.0",
"baseline-browser-mapping": "^2.9.19",
"eslint": "^10.0.0",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0"
},
"author": "luca.uy",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wiruwiru/SimplePanel-CS2.git"
},
"bugs": {
"url": "https://github.com/wiruwiru/SimplePanel-CS2/issues"
},
"homepage": "https://github.com/wiruwiru/SimplePanel-CS2"
}