Files
public-plex-watchlist/package.json

63 lines
1.8 KiB
JSON
Raw Normal View History

2024-06-19 01:11:03 -04:00
{
"name": "public-plex-watchlist",
2024-07-15 01:34:12 -04:00
"version": "1.0.0",
2024-06-19 01:11:03 -04:00
"description": "Turn your Plex Watchlist RSS feed into an interface non-Plex folks can search and filter.",
"source": "src/index.html",
"scripts": {
"start": "parcel",
"build": "parcel build",
2024-07-11 01:42:04 -04:00
"lint": "npx eslint . -c eslint.config.mjs",
"lint-watch": "nodemon --exec npm run lint",
2024-06-19 01:11:03 -04:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/averymd/public-plex-watchlist.git"
},
"keywords": [
"plex",
"reactjs"
],
"author": "Melissa Avery-Weir",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/averymd/public-plex-watchlist/issues"
},
"homepage": "https://github.com/averymd/public-plex-watchlist#readme",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@mui/x-date-pickers": "^7.7.1",
2024-06-19 01:11:03 -04:00
"@tanstack/react-query": "^5.45.1",
"axios": "^1.7.2",
2024-06-27 23:56:43 -04:00
"globals": "^15.6.0",
"material-react-table": "^2.13.0",
2024-06-19 01:11:03 -04:00
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rss-parser": "^3.13.0"
},
"devDependencies": {
2024-06-27 23:56:43 -04:00
"@eslint/compat": "^1.1.0",
2024-06-19 01:11:03 -04:00
"@tanstack/eslint-plugin-query": "^5.43.1",
"buffer": "^6.0.3",
"eslint": "^9.5.0",
2024-06-27 23:56:43 -04:00
"eslint-formatter-checkstyle": "^8.40.0",
2024-06-19 01:11:03 -04:00
"eslint-plugin-react-hooks": "^5.1.0-rc-1434af3d22-20240618",
"eslint-plugin-sonarjs": "^2.0.0",
2024-06-19 01:11:03 -04:00
"events": "^3.3.0",
"https-browserify": "^1.0.0",
2024-07-11 01:42:04 -04:00
"nodemon": "^3.1.4",
2024-06-19 01:11:03 -04:00
"parcel": "^2.12.0",
"process": "^0.11.10",
"prop-types": "^15.8.1",
Update dependency punycode to v2 (#23) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [punycode](https://mths.be/punycode) ([source](https://github.com/mathiasbynens/punycode.js)) | devDependencies | major | [`^1.4.1` -> `^2.0.0`](https://renovatebot.com/diffs/npm/punycode/1.4.1/2.3.1) | --- ### Release Notes <details> <summary>mathiasbynens/punycode.js (punycode)</summary> ### [`v2.3.1`](https://github.com/mathiasbynens/punycode.js/compare/v2.3.0...v2.3.1) [Compare Source](https://github.com/mathiasbynens/punycode.js/compare/v2.3.0...v2.3.1) ### [`v2.3.0`](https://github.com/mathiasbynens/punycode.js/compare/v2.2.2...v2.3.0) [Compare Source](https://github.com/mathiasbynens/punycode.js/compare/v2.2.2...v2.3.0) ### [`v2.2.2`](https://github.com/mathiasbynens/punycode.js/compare/v2.2.0...v2.2.2) [Compare Source](https://github.com/mathiasbynens/punycode.js/compare/v2.2.0...v2.2.2) ### [`v2.2.0`](https://github.com/mathiasbynens/punycode.js/compare/v2.1.1...v2.2.0) [Compare Source](https://github.com/mathiasbynens/punycode.js/compare/v2.1.1...v2.2.0) ### [`v2.1.1`](https://github.com/mathiasbynens/punycode.js/compare/v2.1.0...v2.1.1) [Compare Source](https://github.com/mathiasbynens/punycode.js/compare/v2.1.0...v2.1.1) ### [`v2.1.0`](https://github.com/mathiasbynens/punycode.js/compare/v2.0.1...v2.1.0) [Compare Source](https://github.com/mathiasbynens/punycode.js/compare/v2.0.1...v2.1.0) ### [`v2.0.1`](https://github.com/mathiasbynens/punycode.js/compare/v2.0.0...v2.0.1) [Compare Source](https://github.com/mathiasbynens/punycode.js/compare/v2.0.0...v2.0.1) ### [`v2.0.0`](https://github.com/mathiasbynens/punycode.js/releases/tag/v2.0.0) [Compare Source](https://github.com/mathiasbynens/punycode.js/compare/v1.4.1...v2.0.0) This release drops support for old environments. Punycode.js v2.0.0 targets Node.js v6+ and nothing else. For the old version that offers the same functionality with broader support, including Rhino, Ringo, Narwhal, and web browsers, see [v1.4.1](https://github.com/bestiejs/punycode.js/releases/tag/v1.4.1). </details> --- ### Configuration :date: **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43My4zIiwidXBkYXRlZEluVmVyIjoiMzguNzMuMyIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: Melissa Avery-Weir <melissa@noreply.code.irrsinn.net> Reviewed-on: https://code.irrsinn.net/Irrsinn.net/public-plex-watchlist/pulls/23 Co-authored-by: Renovate Bot <averymd+renovate@irrsinn.net> Co-committed-by: Renovate Bot <averymd+renovate@irrsinn.net>
2024-09-12 20:40:04 +00:00
"punycode": "^2.0.0",
2024-06-19 01:11:03 -04:00
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"string_decoder": "^1.3.0",
"timers-browserify": "^2.0.12",
"url": "^0.11.3"
}
}