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": {
|
2020-06-22 06:23:26 -08:00
|
|
|
"@material-ui/lab": "^4.0.0-alpha.56",
|
2020-02-07 05:40:52 -09:00
|
|
|
"deepmerge": "^4.2.2",
|
2020-01-20 05:54:29 -09:00
|
|
|
"jwt-decode": "^2.2.0",
|
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",
|
2020-06-22 06:17:55 -08:00
|
|
|
"ra-data-json-server": "^3.6.1",
|
2020-03-23 02:52:07 -08:00
|
|
|
"react": "^16.13.1",
|
2020-06-22 06:17:55 -08:00
|
|
|
"react-admin": "^3.6.1",
|
2020-04-02 15:31:49 -08:00
|
|
|
"react-dom": "^16.13.1",
|
2020-06-22 03:52:55 -08:00
|
|
|
"react-drag-listview": "^0.1.7",
|
2020-06-19 12:30:57 -08:00
|
|
|
"react-jinke-music-player": "^4.13.1",
|
2020-04-30 17:26:30 -08:00
|
|
|
"react-measure": "^2.3.0",
|
2020-03-02 09:06:27 -09:00
|
|
|
"react-redux": "^7.2.0",
|
2020-03-23 02:51:13 -08:00
|
|
|
"react-scripts": "^3.4.1"
|
2020-01-13 18:53:23 -09:00
|
|
|
},
|
2020-04-20 05:02:08 -08:00
|
|
|
"devDependencies": {
|
2020-06-22 06:23:26 -08:00
|
|
|
"@testing-library/jest-dom": "^5.10.1",
|
|
|
|
|
"@testing-library/react": "^10.3.0",
|
2020-06-22 06:26:29 -08:00
|
|
|
"@testing-library/user-event": "^12.0.6",
|
2020-04-27 03:10:44 -08:00
|
|
|
"prettier": "^2.0.5"
|
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",
|
|
|
|
|
"test": "react-scripts test",
|
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"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|