quintodrome/ui/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

89 lines
2.2 KiB
JSON
Raw Normal View History

{
2020-01-23 15:44:08 -09:00
"name": "navidrome-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
2021-05-11 18:07:47 -08:00
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
2021-05-11 18:07:47 -08:00
"@material-ui/styles": "^4.11.4",
"blueimp-md5": "^2.18.0",
2020-11-27 14:27:32 -09:00
"clsx": "^1.1.1",
2021-05-11 18:22:32 -08:00
"connected-react-router": "^6.9.1",
2020-02-07 05:40:52 -09:00
"deepmerge": "^4.2.2",
2021-05-11 18:07:47 -08:00
"history": "^4.10.1",
"inflection": "^1.13.1",
2020-11-16 11:06:57 -09:00
"jwt-decode": "^3.1.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",
"prop-types": "^15.7.2",
"ra-data-json-server": "^3.15.1",
"ra-i18n-polyglot": "^3.15.1",
"react": "^17.0.2",
"react-admin": "^3.15.1",
"react-dom": "^17.0.2",
"react-drag-listview": "^0.1.8",
2020-12-11 08:21:53 -09:00
"react-ga": "^3.3.0",
"react-hotkeys": "^2.0.0",
"react-icons": "^4.2.0",
2020-08-21 08:41:23 -08:00
"react-image-lightbox": "^5.1.1",
"react-jinke-music-player": "^4.24.0",
"react-measure": "^2.5.2",
2021-04-26 19:22:53 -08:00
"react-redux": "^7.2.4",
2021-05-11 18:07:47 -08:00
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
2021-05-11 18:22:32 -08:00
"redux": "^4.1.0",
"redux-saga": "^1.1.3",
2021-05-31 06:21:24 -08:00
"uuid": "^8.3.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
2021-05-25 06:12:06 -08:00
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^7.0.0",
"@testing-library/user-event": "^13.1.9",
"css-mediaquery": "^0.1.2",
"prettier": "2.3.1",
"ra-test": "^3.15.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "eslint --max-warnings 0 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-04-03 13:50:42 -08:00
"homepage": ".",
"proxy": "http://localhost:4633/",
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"src/**/index.js",
"src/themes/*.js"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}