Files
frigate/web/package.json
T

138 lines
4.5 KiB
JSON
Raw Normal View History

2021-01-09 09:26:46 -08:00
{
2023-12-16 16:20:59 +00:00
"name": "web-new",
2021-01-09 09:26:46 -08:00
"private": true,
2022-03-05 22:16:31 -06:00
"version": "0.0.0",
2022-11-13 10:31:36 -06:00
"type": "module",
2021-01-09 09:26:46 -08:00
"scripts": {
2022-05-20 09:27:39 -05:00
"dev": "vite --host",
2026-03-05 08:42:38 -06:00
"postinstall": "patch-package",
2022-05-19 07:31:02 -05:00
"build": "tsc && vite build --base=/BASE_PATH/",
2022-11-13 10:31:36 -06:00
"lint": "eslint --ext .jsx,.js,.tsx,.ts --ignore-path .gitignore .",
2024-05-18 11:36:13 -05:00
"lint:fix": "eslint --ext .jsx,.js,.tsx,.ts --ignore-path .gitignore --fix .",
2023-12-16 16:20:59 +00:00
"preview": "vite preview",
2022-11-13 10:31:36 -06:00
"prettier:write": "prettier -u -w --ignore-path .gitignore \"*.{ts,tsx,js,jsx,css,html}\"",
"test": "vitest",
"coverage": "vitest run --coverage"
2021-01-09 09:26:46 -08:00
},
"dependencies": {
2025-03-06 09:50:37 -07:00
"@cycjimmy/jsmpeg-player": "^6.1.2",
2024-07-11 07:09:35 -06:00
"@hookform/resolvers": "^3.9.0",
2025-02-10 09:38:56 -06:00
"@melloware/react-logviewer": "^6.1.2",
2025-03-06 09:50:37 -07:00
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-aspect-ratio": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.4",
2025-10-16 08:24:14 -05:00
"@radix-ui/react-collapsible": "^1.1.12",
2025-03-06 09:50:37 -07:00
"@radix-ui/react-context-menu": "^2.2.6",
2025-09-30 16:02:35 -05:00
"@radix-ui/react-dialog": "^1.1.15",
2025-03-06 09:50:37 -07:00
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-hover-card": "^1.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-progress": "^1.1.8",
2025-03-06 09:50:37 -07:00
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
2025-09-30 16:02:35 -05:00
"@radix-ui/react-separator": "^1.1.7",
2025-03-06 09:50:37 -07:00
"@radix-ui/react-slider": "^1.2.3",
2026-03-05 08:42:38 -06:00
"@radix-ui/react-slot": "1.2.4",
2025-03-06 09:50:37 -07:00
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toggle": "^1.1.2",
"@radix-ui/react-toggle-group": "^1.1.2",
2025-09-30 16:02:35 -05:00
"@radix-ui/react-tooltip": "^1.2.8",
2026-02-27 09:55:36 -06:00
"@rjsf/core": "^6.3.1",
"@rjsf/shadcn": "^6.3.1",
"@rjsf/utils": "^6.3.1",
"@rjsf/validator-ajv8": "^6.3.1",
2024-08-09 16:12:07 -06:00
"apexcharts": "^3.52.0",
2024-10-24 07:48:14 -06:00
"axios": "^1.7.7",
2025-03-06 09:50:37 -07:00
"class-variance-authority": "^0.7.1",
2024-05-09 07:20:07 -06:00
"clsx": "^2.1.1",
2024-09-18 13:18:16 -05:00
"cmdk": "^1.0.0",
2023-12-16 16:20:59 +00:00
"copy-to-clipboard": "^3.3.3",
2024-03-21 08:26:13 -06:00
"date-fns": "^3.6.0",
2025-04-22 16:50:21 -05:00
"date-fns-tz": "^3.2.0",
2026-03-05 08:42:38 -06:00
"framer-motion": "^12.35.0",
2025-03-06 09:50:37 -07:00
"hls.js": "^1.5.20",
"i18next": "^24.2.0",
"i18next-http-backend": "^3.0.1",
2023-12-16 16:20:59 +00:00
"idb-keyval": "^6.2.1",
2024-05-09 07:20:07 -06:00
"immer": "^10.1.1",
2025-03-06 09:50:37 -07:00
"konva": "^9.3.18",
"lodash": "^4.17.23",
2025-03-06 09:50:37 -07:00
"lucide-react": "^0.477.0",
"monaco-yaml": "^5.3.1",
2026-03-05 08:42:38 -06:00
"next-themes": "^0.4.6",
"nosleep.js": "^0.12.0",
2026-03-05 08:42:38 -06:00
"react": "^19.2.4",
"react-apexcharts": "^1.4.1",
2025-05-15 11:10:14 -05:00
"react-day-picker": "^9.7.0",
2024-02-21 13:07:32 -07:00
"react-device-detect": "^2.2.3",
2026-03-05 08:42:38 -06:00
"react-dom": "^19.2.4",
2025-04-03 12:34:19 -05:00
"react-dropzone": "^14.3.8",
2026-03-05 08:42:38 -06:00
"react-grid-layout": "^2.2.2",
2024-07-11 07:09:35 -06:00
"react-hook-form": "^7.52.1",
"react-i18next": "^15.2.0",
2025-03-06 09:50:37 -07:00
"react-icons": "^5.5.0",
2026-03-05 08:42:38 -06:00
"react-konva": "^19.2.3",
"react-markdown": "^9.0.1",
2026-03-05 08:42:38 -06:00
"react-router-dom": "^6.30.3",
2025-03-06 09:50:37 -07:00
"react-swipeable": "^7.0.2",
2024-10-24 07:48:14 -06:00
"react-tracked": "^2.0.1",
2024-03-20 19:56:56 -06:00
"react-use-websocket": "^4.8.1",
2026-03-05 08:42:38 -06:00
"react-zoom-pan-pinch": "^3.7.0",
"remark-gfm": "^4.0.0",
"scroll-into-view-if-needed": "^3.1.0",
2026-03-05 08:42:38 -06:00
"sonner": "^2.0.7",
2023-12-16 16:20:59 +00:00
"sort-by": "^1.2.0",
2024-07-11 07:09:35 -06:00
"strftime": "^0.10.3",
2025-03-06 09:50:37 -07:00
"swr": "^2.3.2",
2024-07-11 07:09:35 -06:00
"tailwind-merge": "^2.4.0",
"tailwind-scrollbar": "^3.1.0",
2023-12-16 16:20:59 +00:00
"tailwindcss-animate": "^1.0.7",
2024-12-02 12:12:55 -06:00
"use-long-press": "^3.2.0",
2026-03-05 08:42:38 -06:00
"vaul": "^1.1.2",
2023-12-16 16:20:59 +00:00
"vite-plugin-monaco-editor": "^1.1.0",
2024-05-22 08:41:43 -06:00
"zod": "^3.23.8"
},
"devDependencies": {
2024-10-24 07:48:14 -06:00
"@tailwindcss/forms": "^0.5.9",
"@testing-library/jest-dom": "^6.6.2",
"@types/lodash": "^4.17.12",
2024-07-11 07:09:35 -06:00
"@types/node": "^20.14.10",
2026-03-05 08:42:38 -06:00
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
2023-12-16 16:20:59 +00:00
"@types/strftime": "^0.9.8",
2024-04-07 14:37:54 -06:00
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
2025-03-06 09:50:37 -07:00
"@vitejs/plugin-react-swc": "^3.8.0",
"@vitest/coverage-v8": "^3.0.7",
2024-08-09 16:12:07 -06:00
"autoprefixer": "^10.4.20",
2024-06-01 07:39:05 -05:00
"eslint": "^8.57.0",
2023-12-16 16:20:59 +00:00
"eslint-config-prettier": "^9.1.0",
2024-04-07 14:37:54 -06:00
"eslint-plugin-jest": "^28.2.0",
2023-12-16 16:20:59 +00:00
"eslint-plugin-prettier": "^5.0.1",
2026-03-05 08:42:38 -06:00
"eslint-plugin-react-hooks": "^5.2.0",
2024-07-11 07:09:35 -06:00
"eslint-plugin-react-refresh": "^0.4.8",
2024-03-20 19:56:56 -06:00
"eslint-plugin-vitest-globals": "^1.5.0",
2024-05-22 08:41:43 -06:00
"fake-indexeddb": "^6.0.0",
2023-10-15 09:14:20 -04:00
"jest-websocket-mock": "^2.5.0",
2024-08-09 16:12:07 -06:00
"jsdom": "^24.1.1",
2026-03-05 08:42:38 -06:00
"monaco-editor": "^0.52.0",
2024-08-09 16:12:07 -06:00
"msw": "^2.3.5",
2026-03-05 08:42:38 -06:00
"patch-package": "^8.0.1",
2024-10-24 07:48:14 -06:00
"postcss": "^8.4.47",
"prettier": "^3.3.3",
2024-07-11 07:09:35 -06:00
"prettier-plugin-tailwindcss": "^0.6.5",
2024-08-09 16:12:07 -06:00
"tailwindcss": "^3.4.9",
2026-03-05 08:42:38 -06:00
"typescript": "^5.9.3",
"vite": "^6.4.1",
2025-03-06 09:50:37 -07:00
"vitest": "^3.0.7"
2026-03-05 08:42:38 -06:00
},
"overrides": {
"@radix-ui/react-compose-refs": "1.1.2",
"@radix-ui/react-popper": "1.2.8",
"@radix-ui/react-slot": "1.2.4"
2021-01-09 09:26:46 -08:00
}
}