mirror of
https://github.com/027xiguapi/code-box.git
synced 2026-05-05 02:58:35 +00:00
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "code-box",
|
|
"displayName": "__MSG_extensionName__",
|
|
"version": "0.5.0",
|
|
"description": "__MSG_extensionDescription__",
|
|
"author": "027xiguapi. <458813868@qq.com>",
|
|
"scripts": {
|
|
"dev": "plasmo dev",
|
|
"build": "plasmo build",
|
|
"build:firefox": "plasmo build --target=firefox-mv2",
|
|
"package": "plasmo package",
|
|
"package:firefox": "plasmo package --target=firefox-mv2",
|
|
"clean": "rimraf build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/027xiguapi/code-box.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/027xiguapi/code-box/issues"
|
|
},
|
|
"homepage": "https://github.com/027xiguapi/code-box#readme",
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.4.0",
|
|
"@dnd-kit/core": "^6.1.0",
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@plasmohq/messaging": "^0.6.2",
|
|
"@plasmohq/storage": "^1.11.0",
|
|
"antd": "^5.19.4",
|
|
"dayjs": "^1.11.12",
|
|
"plasmo": "0.88.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"turndown": "^7.2.0",
|
|
"uuid": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
|
|
"@types/chrome": "0.0.258",
|
|
"@types/node": "20.11.5",
|
|
"@types/react": "18.2.48",
|
|
"@types/react-dom": "18.2.18",
|
|
"prettier": "3.2.4",
|
|
"sharp": "^0.33.4",
|
|
"typescript": "5.3.3"
|
|
},
|
|
"manifest": {
|
|
"name": "__MSG_extensionName__",
|
|
"default_locale": "zh_CN",
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "$FIREFOX_EXT_ID"
|
|
}
|
|
},
|
|
"host_permissions": [
|
|
"https://*/*"
|
|
],
|
|
"omnibox": {
|
|
"keyword": "copy"
|
|
}
|
|
}
|
|
}
|