89 lines
2.9 KiB
JSON
89 lines
2.9 KiB
JSON
{
|
|
"name": "txadmin-panel",
|
|
"version": "1.0.0",
|
|
"description": "The package responsible for the web panel.",
|
|
"author": "André Tabarra",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 40122 --strictPort --host",
|
|
"build": "vite build",
|
|
"test": "vitest",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"license:report": "npx license-report > ../.reports/license/panel.html"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.1.0",
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
"@fontsource-variable/inter": "^5.1.0",
|
|
"@fontsource-variable/jetbrains-mono": "^5.1.0",
|
|
"@formkit/auto-animate": "^0.8.2",
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"@nivo/bar": "^0.87.0",
|
|
"@nivo/pie": "^0.87.0",
|
|
"@radix-ui/react-alert-dialog": "^1.1.4",
|
|
"@radix-ui/react-avatar": "^1.1.1",
|
|
"@radix-ui/react-checkbox": "^1.1.2",
|
|
"@radix-ui/react-dialog": "^1.1.4",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.4",
|
|
"@radix-ui/react-label": "^2.1.0",
|
|
"@radix-ui/react-navigation-menu": "^1.2.1",
|
|
"@radix-ui/react-radio-group": "^1.2.2",
|
|
"@radix-ui/react-scroll-area": "^1.2.0",
|
|
"@radix-ui/react-select": "^2.1.4",
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
"@radix-ui/react-slot": "^1.1.1",
|
|
"@radix-ui/react-switch": "^1.1.1",
|
|
"@radix-ui/react-tabs": "^1.1.1",
|
|
"@radix-ui/react-tooltip": "^1.1.3",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@tanstack/react-virtual": "^3.10.8",
|
|
"@types/d3": "^7.4.3",
|
|
"@types/throttle-debounce": "^5.0.2",
|
|
"@xterm/addon-canvas": "0.7.0",
|
|
"@xterm/addon-fit": "0.10.0",
|
|
"@xterm/addon-search": "0.15.0",
|
|
"@xterm/addon-web-links": "0.11.0",
|
|
"@xterm/xterm": "5.5.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"d3": "^7.9.0",
|
|
"is-mobile": "^4.0.0",
|
|
"jotai": "^2.10.0",
|
|
"jotai-effect": "^1.0.3",
|
|
"lucide-react": "^0.447.0",
|
|
"nanoid": "^5.0.7",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-error-boundary": "^4.0.13",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-icons": "^5.3.0",
|
|
"react-markdown": "^9.0.1",
|
|
"socket.io-client": "^4.8.0",
|
|
"swr": "^2.2.5",
|
|
"tailwind-merge": "^2.5.3",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"throttle-debounce": "^5.0.2",
|
|
"usehooks-ts": "^3.1.0",
|
|
"wouter": "^3.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.7.5",
|
|
"@types/react": "^18.3.11",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.8.0",
|
|
"@typescript-eslint/parser": "^8.8.0",
|
|
"@vitejs/plugin-react-swc": "^3.7.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.17.0",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
"postcss": "^8.4.47",
|
|
"tailwindcss": "^3.4.13",
|
|
"typescript": "^5.6.2",
|
|
"vite": "^5.4.8"
|
|
}
|
|
}
|