{
	"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"
	}
}
