quintodrome/ui/package.json

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

61 lines
1.5 KiB
JSON
Raw Normal View History

{
2020-01-23 15:44:08 -09:00
"name": "navidrome-ui",
"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-11-16 11:06:57 -09:00
"jwt-decode": "^3.1.2",
"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",
"md5-hex": "^3.0.1",
"prop-types": "^15.7.2",
2020-11-02 13:12:52 -09:00
"ra-data-json-server": "^3.9.6",
"react": "^16.14.0",
2020-11-02 13:12:52 -09:00
"react-admin": "^3.9.6",
2020-11-16 11:08:02 -09:00
"react-dom": "^16.14.0",
"react-drag-listview": "^0.1.7",
2020-11-16 11:03:16 -09:00
"react-ga": "^3.2.1",
"react-hotkeys-hook": "^2.4.0",
2020-09-21 16:10:52 -08:00
"react-icons": "^3.11.0",
2020-08-21 08:41:23 -08:00
"react-image-lightbox": "^5.1.1",
"react-jinke-music-player": "^4.19.1",
"react-measure": "^2.5.2",
2020-11-16 11:09:25 -09:00
"react-redux": "^7.2.2",
2020-09-21 16:10:52 -08:00
"react-scripts": "^3.4.3",
"uuid": "^8.3.1"
},
"devDependencies": {
2020-11-16 11:01:52 -09:00
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.1.2",
"@testing-library/user-event": "^12.2.2",
"prettier": "^2.1.2"
},
"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-04-03 13:50:42 -08:00
"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"
]
}
}