mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-17 12:32:24 +03:00
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 10.4.1 to 11.2.0. - [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/v10.4.1...v11.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "navidrome-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/lab": "^4.0.0-alpha.54",
|
|
"deepmerge": "^4.2.2",
|
|
"jwt-decode": "^2.2.0",
|
|
"lodash.throttle": "^4.1.1",
|
|
"md5-hex": "^3.0.1",
|
|
"prop-types": "^15.7.2",
|
|
"ra-data-json-server": "^3.6.0",
|
|
"react": "^16.13.1",
|
|
"react-admin": "^3.6.0",
|
|
"react-dom": "^16.13.1",
|
|
"react-drag-listview": "^0.1.6",
|
|
"react-jinke-music-player": "^4.13.1",
|
|
"react-measure": "^2.3.0",
|
|
"react-redux": "^7.2.0",
|
|
"react-scripts": "^3.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.9.0",
|
|
"@testing-library/react": "^10.2.0",
|
|
"@testing-library/user-event": "^11.2.0",
|
|
"prettier": "^2.0.5"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|