quintodrome/ui/package.json

48 lines
1.1 KiB
JSON
Raw Normal View History

{
2020-01-23 15:44:08 -09:00
"name": "navidrome-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^10.0.1",
"@testing-library/user-event": "^10.0.0",
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",
"md5-hex": "^3.0.1",
"prop-types": "^15.7.2",
2020-03-19 20:23:04 -08:00
"ra-data-json-server": "^3.3.1",
"react": "^16.13.1",
2020-03-19 20:23:04 -08:00
"react-admin": "^3.3.1",
"react-dom": "^16.13.0",
"react-jinke-music-player": "^4.10.1",
"react-redux": "^7.2.0",
"react-scripts": "^3.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
2020-01-19 15:34:54 -09:00
"homepage": "https://localhost/app/",
"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"
]
2020-01-14 12:11:12 -09:00
},
"devDependencies": {
"prettier": "^1.19.1"
}
}