mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-02 19:57:46 -05:00
- implemented new data page for media management - renaming options to set movie / episode / folder formats - misc options for propers/repacks/video analysis - quality definitions - syncing with instances - improved mobile view for tabs / navbar
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.1.0",
|
|
"@dnd-kit/modifiers": "^7.0.0",
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"axios": "^0.21.1",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.428.0",
|
|
"prop-types": "^15.8.1",
|
|
"rc-slider": "^11.1.8",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-markdown": "^9.0.3",
|
|
"react-router-dom": "^6.26.1",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react-toastify": "^10.0.5",
|
|
"tailwind-merge": "^2.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"postcss": "^8.4.21",
|
|
"tailwindcss": "^3.3.1",
|
|
"vite": "^4.2.0"
|
|
}
|
|
}
|