Files
public-plex-watchlist/package.json

51 lines
1.4 KiB
JSON

{
"name": "public-plex-watchlist",
"version": "0.0.1",
"description": "Turn your Plex Watchlist RSS feed into an interface non-Plex folks can search and filter.",
"main": "src/index.js",
"source": "src/index.html",
"scripts": {
"start": "parcel",
"build": "parcel build",
"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": {
"@tanstack/react-query": "^5.45.1",
"@tanstack/react-table": "^8.17.3",
"axios": "^1.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rss-parser": "^3.13.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.43.1",
"buffer": "^6.0.3",
"eslint": "^9.5.0",
"eslint-plugin-react-hooks": "^5.1.0-rc-1434af3d22-20240618",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"parcel": "^2.12.0",
"process": "^0.11.10",
"punycode": "^1.4.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"string_decoder": "^1.3.0",
"timers-browserify": "^2.0.12",
"url": "^0.11.3"
}
}