2021-01-09 18:26:46 +01:00
|
|
|
{
|
2023-12-16 17:20:59 +01:00
|
|
|
"name": "web-new",
|
2021-01-09 18:26:46 +01:00
|
|
|
"private": true,
|
2022-03-06 05:16:31 +01:00
|
|
|
"version": "0.0.0",
|
2022-11-13 17:31:36 +01:00
|
|
|
"type": "module",
|
2021-01-09 18:26:46 +01:00
|
|
|
"scripts": {
|
2022-05-20 16:27:39 +02:00
|
|
|
"dev": "vite --host",
|
2022-05-19 14:31:02 +02:00
|
|
|
"build": "tsc && vite build --base=/BASE_PATH/",
|
2022-11-13 17:31:36 +01:00
|
|
|
"lint": "eslint --ext .jsx,.js,.tsx,.ts --ignore-path .gitignore .",
|
2024-05-18 18:36:13 +02:00
|
|
|
"lint:fix": "eslint --ext .jsx,.js,.tsx,.ts --ignore-path .gitignore --fix .",
|
2023-12-16 17:20:59 +01:00
|
|
|
"preview": "vite preview",
|
2022-11-13 17:31:36 +01:00
|
|
|
"prettier:write": "prettier -u -w --ignore-path .gitignore \"*.{ts,tsx,js,jsx,css,html}\"",
|
|
|
|
"test": "vitest",
|
|
|
|
"coverage": "vitest run --coverage"
|
2021-01-09 18:26:46 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-10 00:12:07 +02:00
|
|
|
"@cycjimmy/jsmpeg-player": "^6.1.1",
|
2024-07-11 15:09:35 +02:00
|
|
|
"@hookform/resolvers": "^3.9.0",
|
|
|
|
"@radix-ui/react-alert-dialog": "^1.1.1",
|
|
|
|
"@radix-ui/react-aspect-ratio": "^1.1.0",
|
2024-07-12 15:42:53 +02:00
|
|
|
"@radix-ui/react-checkbox": "^1.1.1",
|
2024-07-11 15:09:35 +02:00
|
|
|
"@radix-ui/react-context-menu": "^2.2.1",
|
|
|
|
"@radix-ui/react-dialog": "^1.1.1",
|
|
|
|
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
|
|
"@radix-ui/react-hover-card": "^1.1.1",
|
|
|
|
"@radix-ui/react-label": "^2.1.0",
|
|
|
|
"@radix-ui/react-popover": "^1.1.1",
|
|
|
|
"@radix-ui/react-radio-group": "^1.2.0",
|
|
|
|
"@radix-ui/react-scroll-area": "^1.1.0",
|
|
|
|
"@radix-ui/react-select": "^2.1.1",
|
|
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
|
|
"@radix-ui/react-slider": "^1.2.0",
|
|
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
|
|
"@radix-ui/react-switch": "^1.1.0",
|
|
|
|
"@radix-ui/react-tabs": "^1.1.0",
|
|
|
|
"@radix-ui/react-toggle": "^1.1.0",
|
|
|
|
"@radix-ui/react-toggle-group": "^1.1.0",
|
|
|
|
"@radix-ui/react-tooltip": "^1.1.2",
|
2024-08-10 00:12:07 +02:00
|
|
|
"apexcharts": "^3.52.0",
|
|
|
|
"axios": "^1.7.3",
|
2023-12-16 17:20:59 +01:00
|
|
|
"class-variance-authority": "^0.7.0",
|
2024-05-09 15:20:07 +02:00
|
|
|
"clsx": "^2.1.1",
|
2023-12-16 17:20:59 +01:00
|
|
|
"copy-to-clipboard": "^3.3.3",
|
2024-03-21 15:26:13 +01:00
|
|
|
"date-fns": "^3.6.0",
|
2024-08-10 00:12:07 +02:00
|
|
|
"hls.js": "^1.5.14",
|
2023-12-16 17:20:59 +01:00
|
|
|
"idb-keyval": "^6.2.1",
|
2024-05-09 15:20:07 +02:00
|
|
|
"immer": "^10.1.1",
|
2024-08-10 00:12:07 +02:00
|
|
|
"konva": "^9.3.14",
|
2024-04-22 16:20:23 +02:00
|
|
|
"lodash": "^4.17.21",
|
2024-07-11 15:09:35 +02:00
|
|
|
"lucide-react": "^0.407.0",
|
2024-08-10 00:12:07 +02:00
|
|
|
"monaco-yaml": "^5.2.2",
|
2024-03-21 15:26:13 +01:00
|
|
|
"next-themes": "^0.3.0",
|
2024-05-30 17:37:08 +02:00
|
|
|
"nosleep.js": "^0.12.0",
|
2024-05-09 15:20:07 +02:00
|
|
|
"react": "^18.3.1",
|
2024-01-04 00:40:14 +01:00
|
|
|
"react-apexcharts": "^1.4.1",
|
2024-04-20 00:13:01 +02:00
|
|
|
"react-day-picker": "^8.10.1",
|
2024-02-21 21:07:32 +01:00
|
|
|
"react-device-detect": "^2.2.3",
|
2024-05-09 15:20:07 +02:00
|
|
|
"react-dom": "^18.3.1",
|
2024-05-07 16:28:10 +02:00
|
|
|
"react-grid-layout": "^1.4.4",
|
2024-07-11 15:09:35 +02:00
|
|
|
"react-hook-form": "^7.52.1",
|
2024-05-09 15:20:07 +02:00
|
|
|
"react-icons": "^5.2.1",
|
2024-04-19 13:34:07 +02:00
|
|
|
"react-konva": "^18.2.10",
|
2024-08-10 00:12:07 +02:00
|
|
|
"react-router-dom": "^6.26.0",
|
2024-02-28 04:39:06 +01:00
|
|
|
"react-swipeable": "^7.0.1",
|
2024-05-09 15:20:07 +02:00
|
|
|
"react-tracked": "^2.0.0",
|
2024-02-10 13:30:53 +01:00
|
|
|
"react-transition-group": "^4.4.5",
|
2024-03-21 02:56:56 +01:00
|
|
|
"react-use-websocket": "^4.8.1",
|
2024-07-17 15:39:37 +02:00
|
|
|
"react-zoom-pan-pinch": "3.4.4",
|
2023-12-16 17:20:59 +01:00
|
|
|
"recoil": "^0.7.7",
|
2024-03-03 17:32:35 +01:00
|
|
|
"scroll-into-view-if-needed": "^3.1.0",
|
2024-07-11 15:09:35 +02:00
|
|
|
"sonner": "^1.5.0",
|
2023-12-16 17:20:59 +01:00
|
|
|
"sort-by": "^1.2.0",
|
2024-07-11 15:09:35 +02:00
|
|
|
"strftime": "^0.10.3",
|
2024-02-26 17:21:21 +01:00
|
|
|
"swr": "^2.2.5",
|
2024-07-11 15:09:35 +02:00
|
|
|
"tailwind-merge": "^2.4.0",
|
2024-06-03 20:43:30 +02:00
|
|
|
"tailwind-scrollbar": "^3.1.0",
|
2023-12-16 17:20:59 +01:00
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2024-05-09 15:20:07 +02:00
|
|
|
"vaul": "^0.9.1",
|
2023-12-16 17:20:59 +01:00
|
|
|
"vite-plugin-monaco-editor": "^1.1.0",
|
2024-05-22 16:41:43 +02:00
|
|
|
"zod": "^3.23.8"
|
2021-02-09 20:35:33 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-12-16 17:20:59 +01:00
|
|
|
"@tailwindcss/forms": "^0.5.7",
|
2024-07-11 15:09:35 +02:00
|
|
|
"@testing-library/jest-dom": "^6.4.6",
|
2024-08-10 00:12:07 +02:00
|
|
|
"@types/lodash": "^4.17.7",
|
2024-07-11 15:09:35 +02:00
|
|
|
"@types/node": "^20.14.10",
|
2024-05-22 16:41:43 +02:00
|
|
|
"@types/react": "^18.3.2",
|
2024-05-09 15:20:07 +02:00
|
|
|
"@types/react-dom": "^18.3.0",
|
2024-05-07 16:28:10 +02:00
|
|
|
"@types/react-grid-layout": "^1.3.5",
|
2023-12-16 17:20:59 +01:00
|
|
|
"@types/react-icons": "^3.0.0",
|
2024-02-10 13:30:53 +01:00
|
|
|
"@types/react-transition-group": "^4.4.10",
|
2023-12-16 17:20:59 +01:00
|
|
|
"@types/strftime": "^0.9.8",
|
2024-04-07 22:37:54 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
|
|
|
"@typescript-eslint/parser": "^7.5.0",
|
2024-02-28 04:40:08 +01:00
|
|
|
"@vitejs/plugin-react-swc": "^3.6.0",
|
2024-08-10 00:12:07 +02:00
|
|
|
"@vitest/coverage-v8": "^2.0.5",
|
|
|
|
"autoprefixer": "^10.4.20",
|
2024-06-01 14:39:05 +02:00
|
|
|
"eslint": "^8.57.0",
|
2023-12-16 17:20:59 +01:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-04-07 22:37:54 +02:00
|
|
|
"eslint-plugin-jest": "^28.2.0",
|
2023-12-16 17:20:59 +01:00
|
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2024-07-11 15:09:35 +02:00
|
|
|
"eslint-plugin-react-refresh": "^0.4.8",
|
2024-03-21 02:56:56 +01:00
|
|
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
2024-05-22 16:41:43 +02:00
|
|
|
"fake-indexeddb": "^6.0.0",
|
2023-10-15 15:14:20 +02:00
|
|
|
"jest-websocket-mock": "^2.5.0",
|
2024-08-10 00:12:07 +02:00
|
|
|
"jsdom": "^24.1.1",
|
|
|
|
"msw": "^2.3.5",
|
2024-07-11 15:09:35 +02:00
|
|
|
"postcss": "^8.4.39",
|
|
|
|
"prettier": "^3.3.2",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.6.5",
|
2024-08-10 00:12:07 +02:00
|
|
|
"tailwindcss": "^3.4.9",
|
|
|
|
"typescript": "^5.5.4",
|
|
|
|
"vite": "^5.4.0",
|
|
|
|
"vitest": "^2.0.5"
|
2021-01-09 18:26:46 +01:00
|
|
|
}
|
|
|
|
}
|