mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-20 22:07:43 +03:00
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.6.2 to 13.0.7. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v12.6.2...v13.0.7) Signed-off-by: dependabot[bot] <support@github.com>
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "navidrome-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/lab": "^4.0.0-alpha.57",
|
|
"clsx": "^1.1.1",
|
|
"deepmerge": "^4.2.2",
|
|
"jwt-decode": "^3.1.2",
|
|
"lodash.get": "^4.4.2",
|
|
"lodash.pick": "^4.4.0",
|
|
"lodash.throttle": "^4.1.1",
|
|
"md5-hex": "^3.0.1",
|
|
"prop-types": "^15.7.2",
|
|
"ra-data-json-server": "^3.12.0",
|
|
"react": "^16.14.0",
|
|
"react-admin": "^3.12.0",
|
|
"react-dom": "^16.14.0",
|
|
"react-drag-listview": "^0.1.8",
|
|
"react-ga": "^3.3.0",
|
|
"react-hotkeys": "^2.0.0",
|
|
"react-icons": "^4.2.0",
|
|
"react-image-lightbox": "^5.1.1",
|
|
"react-jinke-music-player": "^4.21.2",
|
|
"react-measure": "^2.5.2",
|
|
"react-redux": "^7.2.2",
|
|
"react-scripts": "^3.4.3",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.11.9",
|
|
"@testing-library/react": "^11.2.5",
|
|
"@testing-library/react-hooks": "^5.1.0",
|
|
"@testing-library/user-event": "^13.0.7",
|
|
"css-mediaquery": "^0.1.2",
|
|
"prettier": "^2.2.1"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"prettier": "prettier --write src/*.js src/**/*.js",
|
|
"check-formatting": "prettier -c src/*.js src/**/*.js"
|
|
},
|
|
"homepage": ".",
|
|
"proxy": "http://localhost:4633/",
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|