mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
61 lines
1.6 KiB
JSON
61 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.1.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.3",
|
|
"@testing-library/user-event": "^12.6.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"
|
|
]
|
|
}
|
|
}
|