Steve Dogiakos 0db82ab476
Update package.json
changed name, display name, version, URLs, and email address
2024-12-20 20:10:07 -07:00

88 lines
2.7 KiB
JSON

{
"name": "tok-to-insta-follower-bridge",
"displayName": "Tok to Insta Follower Bridge",
"version": "0.1",
"description": "__MSG_extension_description__",
"author": "kawamataryou",
"scripts": {
"dev": "plasmo dev",
"dev:firefox": "plasmo dev --target=firefox-mv3",
"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",
"check": "npx @biomejs/biome check --write --unsafe ./src",
"check:ci": "npx @biomejs/biome ci ./src",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"remove-permissions": "node scripts/remove_web_accessible_resources.js",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@atproto/api": "^0.13.12",
"@changesets/cli": "^2.27.1",
"@plasmohq/messaging": "^0.6.2",
"@plasmohq/storage": "^1.12.0",
"@vitejs/plugin-react": "^4.3.3",
"framer-motion": "^11.11.11",
"plasmo": "^0.84.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-toastify": "^10.0.6",
"ts-pattern": "^5.0.6",
"vanjs-core": "^1.2.8",
"vitepress": "^1.5.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@chromatic-com/storybook": "^3.2.2",
"@plasmohq/prettier-plugin-sort-imports": "4.0.1",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-links": "^8.4.5",
"@storybook/addon-onboarding": "^8.4.5",
"@storybook/blocks": "^8.4.5",
"@storybook/react": "^8.4.5",
"@storybook/react-vite": "^8.4.5",
"@storybook/test": "^8.4.5",
"@types/chrome": "0.0.260",
"@types/node": "20.11.16",
"@types/react": "18.2.51",
"@types/react-dom": "18.2.18",
"autoprefixer": "^10.4.17",
"daisyui": "^4.12.14",
"lefthook": "^1.8.4",
"postcss": "^8.4.33",
"postcss-nesting": "^13.0.1",
"prettier": "3.2.4",
"storybook": "^8.4.5",
"storybook-dark-mode": "^4.0.2",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
},
"manifest": {
"name": "__MSG_extension_name__",
"default_locale": "en",
"host_permissions": [
"https://tiktok.com/*",
"https://instagram.com/*" ],
"browser_specific_settings": {
"gecko": {
"id": "tok-to-insta-bridge@dogiakos.com"
}
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+B",
"mac": "Alt+B"
}
}
},
"web_accessible_resources": []
}
}