dependabot[bot] df26cbe743
Bump postcss from 8.4.28 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.28...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 23:30:23 +00:00

63 lines
1.6 KiB
JSON

{
"name": "sky-follower-bridge",
"displayName": "Sky Follower Bridge",
"version": "0.6.5",
"description": "Instantly find and follow the same users from your Twitter follower on Bluesky.",
"author": "kawamataryou",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"build:firefox": "plasmo build --target=firefox-mv3",
"package": "plasmo package",
"package:firefox": "plasmo package --target=firefox-mv3",
"run-client": "ts-node --project tsconfig.script.json scripts/client.ts"
},
"dependencies": {
"@atproto/api": "^0.6.4",
"@changesets/cli": "^2.26.2",
"@plasmohq/messaging": "^0.5.0",
"@plasmohq/storage": "^1.7.2",
"plasmo": "^0.82.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-pattern": "^5.0.5",
"vanjs-core": "^1.0.2"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "4.0.1",
"@types/chrome": "0.0.243",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.15",
"daisyui": "^3.5.1",
"postcss": "^8.4.31",
"prettier": "3.0.2",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
},
"manifest": {
"host_permissions": [
"https://bsky.social/*",
"https://twitter.com/*",
"https://x.com/*"
],
"browser_specific_settings": {
"gecko": {
"id": "sky-follower-bridge@ryo.kawamata"
}
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+B",
"mac": "Alt+B"
}
}
}
},
"volta": {
"node": "16.20.0"
}
}