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 7.2.1 to 8.0.3. - [Release notes](https://github.com/testing-library/user-event/releases) - [Commits](https://github.com/testing-library/user-event/compare/v7.2.1...v8.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
44 lines
998 B
JSON
44 lines
998 B
JSON
{
|
|
"name": "sonic-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.0.0",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^8.0.3",
|
|
"jwt-decode": "^2.2.0",
|
|
"prop-types": "^15.7.2",
|
|
"ra-data-json-server": "^3.1.2",
|
|
"react": "^16.12.0",
|
|
"react-admin": "^3.1.2",
|
|
"react-dom": "^16.12.0",
|
|
"react-scripts": "3.3.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|