Files
RSSHub-Radar/package.json
T
2023-12-23 03:25:46 +08:00

73 lines
1.9 KiB
JSON

{
"name": "rsshub-radar",
"displayName": "RSSHub Radar",
"version": "2.0.5",
"description": "__MSG_extensionDescription__",
"author": "DIYgod",
"scripts": {
"dev": "plasmo dev --no-cs-reload",
"build": "plasmo build",
"dev:firefox": "plasmo dev --target=firefox-mv3 --no-cs-reload",
"build:firefox": "plasmo build --target=firefox-mv3",
"package": "plasmo package"
},
"dependencies": {
"@iconify-json/mingcute": "^1.1.14",
"@plasmohq/messaging": "^0.6.1",
"@plasmohq/storage": "^1.9.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"async-lock": "^1.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"he": "1.2.0",
"lodash": "^4.17.21",
"lucide-react": "^0.299.0",
"md5.js": "^1.3.5",
"plasmo": "0.84.0",
"psl": "^1.9.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.21.1",
"route-recognizer": "^0.3.4",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.7.1",
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@types/chrome": "^0.0.254",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"prettier": "3.1.1",
"shadcn-ui": "^0.4.1",
"tailwindcss": "^3.4.0",
"typescript": "5.3.3"
},
"manifest": {
"default_locale": "en",
"host_permissions": [
"https://*/*"
],
"permissions": [
"tabs",
"offscreen",
"storage",
"notifications",
"alarms"
],
"browser_specific_settings": {
"gecko": {
"id": "i@diygod.me"
}
}
}
}