mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-21 06:17:40 +03:00
Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@3.4.1/packages/react-scripts) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "navidrome-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.1.1",
|
|
"@testing-library/react": "^10.0.1",
|
|
"@testing-library/user-event": "^10.0.0",
|
|
"deepmerge": "^4.2.2",
|
|
"jwt-decode": "^2.2.0",
|
|
"md5-hex": "^3.0.1",
|
|
"prop-types": "^15.7.2",
|
|
"ra-data-json-server": "^3.3.1",
|
|
"react": "^16.13.1",
|
|
"react-admin": "^3.3.1",
|
|
"react-dom": "^16.13.0",
|
|
"react-jinke-music-player": "^4.10.1",
|
|
"react-redux": "^7.2.0",
|
|
"react-scripts": "^3.4.1"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"homepage": "https://localhost/app/",
|
|
"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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^1.19.1"
|
|
}
|
|
}
|