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",
|
|
|
|
|
"test": "vitest",
|
|
|
|
|
"test:ci": "vitest --watch=false",
|
|
|
|
|
"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",
|
|
|
|
|
"check-formatting": "prettier -c ./src"
|
|
|
|
|
},
|
2020-01-13 18:53:23 -09:00
|
|
|
"dependencies": {
|
2021-05-11 18:07:47 -08:00
|
|
|
"@material-ui/core": "^4.11.4",
|
2023-12-18 08:09:41 -09:00
|
|
|
"@material-ui/icons": "^4.11.3",
|
2021-05-25 06:16:44 -08:00
|
|
|
"@material-ui/lab": "^4.0.0-alpha.58",
|
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",
|
2021-05-11 18:07:47 -08:00
|
|
|
"history": "^4.10.1",
|
2021-05-15 07:59:56 -08:00
|
|
|
"inflection": "^1.13.1",
|
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",
|
2023-02-04 08:49:28 -09:00
|
|
|
"navidrome-music-player": "4.25.1",
|
2020-01-13 18:53:23 -09:00
|
|
|
"prop-types": "^15.7.2",
|
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",
|
2021-10-01 06:37:05 -08:00
|
|
|
"react-dnd": "^14.0.4",
|
|
|
|
|
"react-dnd-html5-backend": "^14.0.2",
|
2021-05-25 05:58:06 -08:00
|
|
|
"react-dom": "^17.0.2",
|
2021-01-31 14:30:26 -09:00
|
|
|
"react-drag-listview": "^0.1.8",
|
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",
|
2024-08-19 14:21:10 -08:00
|
|
|
"react-icons": "^5.3.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",
|
2022-09-29 07:05:05 -08:00
|
|
|
"redux": "^4.2.0",
|
2021-05-11 18:22:32 -08:00
|
|
|
"redux-saga": "^1.1.3",
|
2024-06-10 09:04:26 -08:00
|
|
|
"uuid": "^10.0.0"
|
2020-01-13 18:53:23 -09:00
|
|
|
},
|
2020-04-20 05:02:08 -08:00
|
|
|
"devDependencies": {
|
2024-10-23 19:16:21 -08:00
|
|
|
"@testing-library/jest-dom": "^6.6.2",
|
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",
|
2024-01-20 14:35:20 -09:00
|
|
|
"@testing-library/user-event": "^14.5.2",
|
2024-10-23 19:13:39 -08:00
|
|
|
"@types/node": "^22.7.7",
|
2024-09-28 07:54:36 -08:00
|
|
|
"@types/react": "^17.0.2",
|
|
|
|
|
"@types/react-dom": "^17.0.2",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^6.12.0",
|
|
|
|
|
"@typescript-eslint/parser": "^6.12.0",
|
2024-10-23 19:13:30 -08:00
|
|
|
"@vitejs/plugin-react": "^4.3.3",
|
2024-10-15 15:32:13 -08:00
|
|
|
"@vitest/coverage-v8": "^2.1.3",
|
2024-09-28 07:54:36 -08:00
|
|
|
"eslint": "^8.57.0",
|
|
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
2024-10-15 15:59:19 -08:00
|
|
|
"eslint-plugin-react": "^7.37.1",
|
2024-10-15 15:47:38 -08:00
|
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
2024-09-28 07:54:36 -08:00
|
|
|
"eslint-plugin-react-refresh": "^0.4.4",
|
2024-10-01 13:12:54 -08:00
|
|
|
"happy-dom": "^15.7.4",
|
2024-09-28 07:54:36 -08:00
|
|
|
"jsdom": "^25.0.1",
|
|
|
|
|
"prettier": "^3.3.3",
|
2023-05-17 09:18:58 -08:00
|
|
|
"ra-test": "^3.19.12",
|
2024-10-15 15:45:16 -08:00
|
|
|
"typescript": "^5.6.3",
|
2024-10-15 15:31:28 -08:00
|
|
|
"vite": "^5.4.9",
|
2024-09-28 07:54:36 -08:00
|
|
|
"vite-plugin-pwa": "^0.20.5",
|
|
|
|
|
"vitest": "^2.1.1"
|
2024-10-17 15:26:53 -08:00
|
|
|
},
|
|
|
|
|
"overrides": {
|
|
|
|
|
"vite": {
|
|
|
|
|
"rollup": "npm:@rollup/wasm-node"
|
|
|
|
|
}
|
2020-01-13 18:53:23 -09:00
|
|
|
}
|
|
|
|
|
}
|