-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.02 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.02 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
106
107
108
109
110
111
{
"name": "css-panel",
"author": "ShiNxz",
"version": "1.3.6",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/CSSPanel/Panel"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pm2": "pm2 startOrRestart ecosystem.config.js",
"update": "git stash push --include-untracked && git stash drop",
"pull": "git pull",
"db": "npx drizzle-kit generate",
"migrate": "npx drizzle-kit migrate",
"push-build": "bun run push-build.ts"
},
"dependencies": {
"@fabricio-191/valve-server-query": "4.1.9",
"@internationalized/date": "3.5.3",
"@mantine/form": "7.9.1",
"@monaco-editor/react": "4.6.0",
"@nextui-org/accordion": "^2.2.7",
"@nextui-org/autocomplete": "2.0.16",
"@nextui-org/button": "2.0.26",
"@nextui-org/card": "2.0.28",
"@nextui-org/checkbox": "2.0.29",
"@nextui-org/chip": "2.0.28",
"@nextui-org/code": "2.0.27",
"@nextui-org/date-picker": "2.0.7",
"@nextui-org/divider": "2.0.27",
"@nextui-org/dropdown": "2.1.23",
"@nextui-org/image": "2.0.27",
"@nextui-org/input": "2.1.21",
"@nextui-org/kbd": "2.0.28",
"@nextui-org/link": "2.0.29",
"@nextui-org/modal": "2.0.33",
"@nextui-org/navbar": "2.0.30",
"@nextui-org/pagination": "2.0.30",
"@nextui-org/progress": "2.0.28",
"@nextui-org/select": "2.1.27",
"@nextui-org/slider": "2.2.9",
"@nextui-org/snippet": "2.0.35",
"@nextui-org/spinner": "2.0.28",
"@nextui-org/switch": "2.0.28",
"@nextui-org/system": "2.1.2",
"@nextui-org/table": "2.0.33",
"@nextui-org/tabs": "2.2.7",
"@nextui-org/theme": "2.2.3",
"@nextui-org/tooltip": "2.0.33",
"@nextui-org/user": "2.0.28",
"@paypal/react-paypal-js": "8.6.0",
"@tabler/icons-react": "2.47.0",
"axios": "1.6.8",
"chalk": "5.3.0",
"clsx": "2.1.1",
"cookie-session": "2.1.0",
"cookies": "0.9.1",
"date-fns": "3.6.0",
"drizzle-orm": "0.33.0",
"drizzle-typebox": "0.1.1",
"framer-motion": "11.14.4",
"konva": "^10.0.2",
"mysql2": "3.9.7",
"next": "14.2.26",
"next-connect": "0.13.0",
"next-themes": "0.2.1",
"nuqs": "1.17.2",
"passport": "0.5.2",
"passport-steam": "1.0.18",
"paypal-jsdk": "1.2.2",
"react": "18",
"react-apexcharts": "1.4.1",
"react-dom": "18",
"react-hot-toast": "2.4.1",
"react-konva": "18",
"react-parallax-tilt": "1.7.226",
"sass": "1.77.1",
"sharp": "0.33.3",
"steam-api-sdk": "1.5.0",
"swr": "2.2.5",
"tailwind-variants": "0.1.20",
"use-debounce": "10.0.0",
"use-image": "^1.1.4",
"usehooks-ts": "3.1.0",
"zod": "3.23.8",
"zustand": "4.5.2"
},
"devDependencies": {
"@types/big.js": "6.2.2",
"@types/cookie-session": "2.0.49",
"@types/cookies": "0.7.10",
"@types/lodash-es": "4.17.12",
"@types/node": "20.12.11",
"@types/passport": "1.0.16",
"@types/passport-steam": "1.0.5",
"@types/react": "18",
"@types/react-dom": "18",
"autoprefixer": "10.4.16",
"drizzle-kit": "0.24.2",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
}
}