2020-01-13 18:53:23 -09:00
|
|
|
{
|
2024-09-28 07:54:36 -08:00
|
|
|
"name": "ui",
|
2020-01-13 18:53:23 -09:00
|
|
|
"private": true,
|
2024-09-28 07:54:36 -08:00
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"serve": "vite preview",
|
2025-05-24 18:58:04 -08:00
|
|
|
"test:watch": "vitest",
|
|
|
|
|
"test": "vitest --watch=false",
|
2024-09-28 07:54:36 -08:00
|
|
|
"test:coverage": "vitest run --coverage --watch=false",
|
|
|
|
|
"type-check": "tsc --noEmit",
|
|
|
|
|
"lint": "eslint . --ext ts,tsx,js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
|
|
|
"prettier": "prettier --write ./src",
|
2024-11-30 06:33:16 -09:00
|
|
|
"check-formatting": "prettier -c ./src",
|
|
|
|
|
"postinstall": "bin/update-workbox.sh"
|
2024-09-28 07:54:36 -08:00
|
|
|
},
|
2020-01-13 18:53:23 -09:00
|
|
|
"dependencies": {
|
2026-01-19 16:51:00 -09:00
|
|
|
"@jsonforms/core": "^2.5.2",
|
|
|
|
|
"@jsonforms/material-renderers": "^2.5.2",
|
|
|
|
|
"@jsonforms/react": "^2.5.2",
|
2025-05-24 18:55:53 -08:00
|
|
|
"@material-ui/core": "^4.12.4",
|
2023-12-18 08:09:41 -09:00
|
|
|
"@material-ui/icons": "^4.11.3",
|
2025-10-25 13:05:16 -08:00
|
|
|
"@material-ui/lab": "^4.0.0-alpha.61",
|
2023-01-16 08:17:12 -09:00
|
|
|
"@material-ui/styles": "^4.11.5",
|
2021-09-27 09:25:57 -08:00
|
|
|
"blueimp-md5": "^2.19.0",
|
2024-04-29 09:18:50 -08:00
|
|
|
"clsx": "^2.1.1",
|
2024-01-20 14:42:43 -09:00
|
|
|
"connected-react-router": "^6.9.3",
|
2023-12-18 08:09:24 -09:00
|
|
|
"deepmerge": "^4.3.1",
|
2026-03-05 15:06:12 -09:00
|
|
|
"dompurify": "^3.3.2",
|
2021-05-11 18:07:47 -08:00
|
|
|
"history": "^4.10.1",
|
2025-03-07 16:02:33 -09:00
|
|
|
"inflection": "^3.0.2",
|
2023-12-18 13:28:42 -09:00
|
|
|
"jwt-decode": "^4.0.0",
|
2020-03-31 10:04:10 -08:00
|
|
|
"lodash.throttle": "^4.1.1",
|
2026-03-17 08:14:57 -08:00
|
|
|
"navidrome-music-player": "4.25.2",
|
2025-03-07 15:45:29 -09:00
|
|
|
"prop-types": "^15.8.1",
|
2023-05-17 09:18:58 -08:00
|
|
|
"ra-data-json-server": "^3.19.12",
|
|
|
|
|
"ra-i18n-polyglot": "^3.19.12",
|
2021-05-25 05:58:06 -08:00
|
|
|
"react": "^17.0.2",
|
2023-05-17 09:18:58 -08:00
|
|
|
"react-admin": "^3.19.12",
|
2025-03-07 15:45:29 -09:00
|
|
|
"react-dnd": "^14.0.5",
|
2025-05-24 18:55:53 -08:00
|
|
|
"react-dnd-html5-backend": "^14.1.0",
|
2021-05-25 05:58:06 -08:00
|
|
|
"react-dom": "^17.0.2",
|
2025-05-24 18:55:53 -08:00
|
|
|
"react-drag-listview": "^0.1.9",
|
2023-05-22 13:26:49 -08:00
|
|
|
"react-ga": "^3.3.1",
|
2021-02-02 18:15:13 -09:00
|
|
|
"react-hotkeys": "^2.0.0",
|
2025-03-07 15:45:29 -09:00
|
|
|
"react-icons": "^5.5.0",
|
2021-07-19 09:20:44 -08:00
|
|
|
"react-image-lightbox": "^5.1.4",
|
2020-09-14 18:35:06 -08:00
|
|
|
"react-measure": "^2.5.2",
|
2022-09-29 07:05:05 -08:00
|
|
|
"react-redux": "^7.2.9",
|
2023-05-29 09:57:13 -08:00
|
|
|
"react-router-dom": "^5.3.4",
|
2025-03-07 15:45:29 -09:00
|
|
|
"redux": "^4.2.1",
|
2025-10-25 13:05:16 -08:00
|
|
|
"redux-saga": "^1.4.2",
|
|
|
|
|
"uuid": "^13.0.0",
|
2024-11-30 06:33:16 -09:00
|
|
|
"workbox-cli": "^7.3.0"
|
2020-01-13 18:53:23 -09:00
|
|
|
},
|
2020-04-20 05:02:08 -08:00
|
|
|
"devDependencies": {
|
2024-11-04 08:27:55 -09:00
|
|
|
"@testing-library/jest-dom": "^6.6.3",
|
2023-01-23 08:19:47 -09:00
|
|
|
"@testing-library/react": "^12.1.5",
|
2021-09-08 20:16:44 -08:00
|
|
|
"@testing-library/react-hooks": "^7.0.2",
|
2025-03-07 15:45:29 -09:00
|
|
|
"@testing-library/user-event": "^14.6.1",
|
2025-10-25 13:05:16 -08:00
|
|
|
"@types/node": "^24.9.1",
|
|
|
|
|
"@types/react": "^17.0.89",
|
2025-03-07 15:45:29 -09:00
|
|
|
"@types/react-dom": "^17.0.26",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
|
|
|
"@typescript-eslint/parser": "^6.21.0",
|
2025-10-25 13:05:16 -08:00
|
|
|
"@vitejs/plugin-react": "^5.1.0",
|
|
|
|
|
"@vitest/coverage-v8": "^4.0.3",
|
2025-03-07 15:45:29 -09:00
|
|
|
"eslint": "^8.57.1",
|
2025-10-25 13:05:16 -08:00
|
|
|
"eslint-config-prettier": "^10.1.8",
|
2024-10-28 18:07:36 -08:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
2025-05-24 18:55:53 -08:00
|
|
|
"eslint-plugin-react": "^7.37.5",
|
2025-03-07 15:45:29 -09:00
|
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
2025-10-25 13:05:16 -08:00
|
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
2025-10-25 13:25:48 -08:00
|
|
|
"happy-dom": "^20.0.8",
|
2025-05-24 18:55:53 -08:00
|
|
|
"jsdom": "^26.1.0",
|
2025-10-25 13:05:16 -08:00
|
|
|
"prettier": "^3.6.2",
|
2023-05-17 09:18:58 -08:00
|
|
|
"ra-test": "^3.19.12",
|
2025-05-24 18:55:53 -08:00
|
|
|
"typescript": "^5.8.3",
|
2026-04-07 15:07:46 -08:00
|
|
|
"vite": "^7.3.2",
|
2025-10-25 13:05:16 -08:00
|
|
|
"vite-plugin-pwa": "^1.1.0",
|
|
|
|
|
"vitest": "^4.0.3"
|
2024-10-17 15:26:53 -08:00
|
|
|
},
|
|
|
|
|
"overrides": {
|
|
|
|
|
"vite": {
|
|
|
|
|
"rollup": "npm:@rollup/wasm-node"
|
|
|
|
|
}
|
2020-01-13 18:53:23 -09:00
|
|
|
}
|
|
|
|
|
}
|