navidrome/ui/package.json

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

55 lines
1.4 KiB
JSON
Raw Normal View History

{
2020-01-24 01:44:08 +01:00
"name": "navidrome-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/lab": "^4.0.0-alpha.54",
2020-02-07 15:40:52 +01:00
"deepmerge": "^4.2.2",
2020-01-20 15:54:29 +01:00
"jwt-decode": "^2.2.0",
"lodash.get": "^4.4.2",
2020-03-31 20:04:10 +02:00
"lodash.throttle": "^4.1.1",
"md5-hex": "^3.0.1",
"prop-types": "^15.7.2",
2020-06-05 18:13:50 +02:00
"ra-data-json-server": "^3.6.0",
"react": "^16.13.1",
2020-06-05 18:13:50 +02:00
"react-admin": "^3.6.0",
"react-dom": "^16.13.1",
2020-06-05 01:05:41 +02:00
"react-drag-listview": "^0.1.6",
2020-05-18 16:14:50 +02:00
"react-jinke-music-player": "^4.13.1",
2020-05-01 03:26:30 +02:00
"react-measure": "^2.3.0",
"react-redux": "^7.2.0",
"react-scripts": "^3.4.1"
},
"devDependencies": {
2020-06-05 19:34:46 +02:00
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.0",
"@testing-library/user-event": "^11.2.0",
"prettier": "^2.0.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
2020-04-16 04:06:57 +02:00
"eject": "react-scripts eject",
2020-04-26 20:48:29 +02:00
"prettier": "prettier --write src/*.js src/**/*.js",
"check-formatting": "prettier -c src/*.js src/**/*.js"
},
2020-04-03 23:50:42 +02: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"
]
}
}