mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Bumps [clsx](https://github.com/lukeed/clsx) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/lukeed/clsx/releases) - [Commits](https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: clsx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
91 lines
2.4 KiB
JSON
91 lines
2.4 KiB
JSON
{
|
|
"name": "navidrome-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.11.4",
|
|
"@material-ui/icons": "^4.11.3",
|
|
"@material-ui/lab": "^4.0.0-alpha.58",
|
|
"@material-ui/styles": "^4.11.5",
|
|
"blueimp-md5": "^2.19.0",
|
|
"clsx": "^2.1.1",
|
|
"connected-react-router": "^6.9.3",
|
|
"deepmerge": "^4.3.1",
|
|
"history": "^4.10.1",
|
|
"inflection": "^1.13.1",
|
|
"jwt-decode": "^4.0.0",
|
|
"lodash.pick": "^4.4.0",
|
|
"lodash.throttle": "^4.1.1",
|
|
"navidrome-music-player": "4.25.1",
|
|
"prop-types": "^15.7.2",
|
|
"ra-data-json-server": "^3.19.12",
|
|
"ra-i18n-polyglot": "^3.19.12",
|
|
"react": "^17.0.2",
|
|
"react-admin": "^3.19.12",
|
|
"react-dnd": "^14.0.4",
|
|
"react-dnd-html5-backend": "^14.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-drag-listview": "^0.1.8",
|
|
"react-ga": "^3.3.1",
|
|
"react-hotkeys": "^2.0.0",
|
|
"react-icons": "^5.2.1",
|
|
"react-image-lightbox": "^5.1.4",
|
|
"react-measure": "^2.5.2",
|
|
"react-redux": "^7.2.9",
|
|
"react-router-dom": "^5.3.4",
|
|
"redux": "^4.2.0",
|
|
"redux-saga": "^1.1.3",
|
|
"uuid": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.4.2",
|
|
"@testing-library/react": "^12.1.5",
|
|
"@testing-library/react-hooks": "^7.0.2",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"css-mediaquery": "^0.1.2",
|
|
"prettier": "3.3.1",
|
|
"ra-test": "^3.19.12",
|
|
"react-scripts": "5.0.1",
|
|
"workbox-cli": "^7.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"lint": "eslint --max-warnings 0 src/*.js src/**/*.js",
|
|
"prettier": "prettier --write src/*.js src/**/*.js",
|
|
"check-formatting": "prettier -c src/*.js src/**/*.js",
|
|
"update-workbox": "bin/update-workbox.sh"
|
|
},
|
|
"homepage": ".",
|
|
"proxy": "http://localhost:4633/",
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"src/**/index.js",
|
|
"src/themes/*.js"
|
|
],
|
|
"rules": {
|
|
"import/no-anonymous-default-export": "off"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|