2020-01-13 18:53:23 -09:00
|
|
|
{
|
2020-01-23 15:44:08 -09:00
|
|
|
"name": "navidrome-ui",
|
2020-01-13 18:53:23 -09:00
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2021-01-03 14:00:39 -09:00
|
|
|
"@material-ui/lab": "^4.0.0-alpha.57",
|
2020-11-27 14:27:32 -09:00
|
|
|
"clsx": "^1.1.1",
|
2020-02-07 05:40:52 -09:00
|
|
|
"deepmerge": "^4.2.2",
|
2020-11-16 11:06:57 -09:00
|
|
|
"jwt-decode": "^3.1.2",
|
2020-06-09 16:29:12 -08:00
|
|
|
"lodash.get": "^4.4.2",
|
2020-06-19 07:30:19 -08:00
|
|
|
"lodash.pick": "^4.4.0",
|
2020-03-31 10:04:10 -08:00
|
|
|
"lodash.throttle": "^4.1.1",
|
2020-02-06 16:37:31 -09:00
|
|
|
"md5-hex": "^3.0.1",
|
2020-01-13 18:53:23 -09:00
|
|
|
"prop-types": "^15.7.2",
|
2021-05-03 18:32:30 -08:00
|
|
|
"ra-data-json-server": "^3.15.0",
|
2020-10-19 19:17:42 -08:00
|
|
|
"react": "^16.14.0",
|
2021-05-03 18:32:30 -08:00
|
|
|
"react-admin": "^3.15.0",
|
2020-11-16 11:08:02 -09:00
|
|
|
"react-dom": "^16.14.0",
|
2021-01-31 14:30:26 -09:00
|
|
|
"react-drag-listview": "^0.1.8",
|
2020-12-11 08:21:53 -09:00
|
|
|
"react-ga": "^3.3.0",
|
2021-02-02 18:15:13 -09:00
|
|
|
"react-hotkeys": "^2.0.0",
|
2021-02-07 23:31:47 -09:00
|
|
|
"react-icons": "^4.2.0",
|
2020-08-21 08:41:23 -08:00
|
|
|
"react-image-lightbox": "^5.1.1",
|
2021-05-08 09:15:39 -08:00
|
|
|
"react-jinke-music-player": "^4.24.0",
|
2020-09-14 18:35:06 -08:00
|
|
|
"react-measure": "^2.5.2",
|
2021-04-26 19:22:53 -08:00
|
|
|
"react-redux": "^7.2.4",
|
2020-09-21 16:10:52 -08:00
|
|
|
"react-scripts": "^3.4.3",
|
2020-12-14 04:19:04 -09:00
|
|
|
"uuid": "^8.3.2"
|
2020-01-13 18:53:23 -09:00
|
|
|
},
|
2020-04-20 05:02:08 -08:00
|
|
|
"devDependencies": {
|
2021-04-26 19:17:45 -08:00
|
|
|
"@testing-library/jest-dom": "^5.12.0",
|
2021-04-04 23:51:21 -08:00
|
|
|
"@testing-library/react": "^11.2.6",
|
2021-04-26 19:17:45 -08:00
|
|
|
"@testing-library/react-hooks": "^5.1.2",
|
2021-05-06 14:27:02 -08:00
|
|
|
"@testing-library/user-event": "^13.1.8",
|
2021-03-21 09:19:43 -08:00
|
|
|
"css-mediaquery": "^0.1.2",
|
2021-04-26 00:01:12 -08:00
|
|
|
"jest-environment-jsdom-sixteen": "^2.0.0",
|
2021-05-11 14:13:03 -08:00
|
|
|
"prettier": "2.3.0",
|
2021-05-03 18:32:30 -08:00
|
|
|
"ra-test": "^3.15.0"
|
2020-04-20 05:02:08 -08:00
|
|
|
},
|
2020-01-13 18:53:23 -09:00
|
|
|
"scripts": {
|
|
|
|
|
"start": "react-scripts start",
|
|
|
|
|
"build": "react-scripts build",
|
2021-04-23 14:37:08 -08:00
|
|
|
"test": "react-scripts test --env=jest-environment-jsdom-sixteen",
|
2021-03-24 08:05:58 -08:00
|
|
|
"lint": "eslint -c node_modules/eslint-config-react-app/index.js src/**/*.js",
|
2020-04-15 18:06:57 -08:00
|
|
|
"eject": "react-scripts eject",
|
2020-04-26 10:48:29 -08:00
|
|
|
"prettier": "prettier --write src/*.js src/**/*.js",
|
|
|
|
|
"check-formatting": "prettier -c src/*.js src/**/*.js"
|
2020-01-13 18:53:23 -09:00
|
|
|
},
|
2020-04-03 13:50:42 -08:00
|
|
|
"homepage": ".",
|
2020-01-13 18:53:23 -09:00
|
|
|
"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"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|