86 lines
2.2 KiB
JSON
86 lines
2.2 KiB
JSON
{
|
|
"name": "pageassist",
|
|
"displayName": "Page Assist - A Web UI for Local AI Models",
|
|
"version": "1.0.7",
|
|
"description": "Use your locally running AI models to assist you in your web browsing.",
|
|
"author": "n4ze3m",
|
|
"scripts": {
|
|
"dev": "plasmo dev",
|
|
"build": "plasmo build",
|
|
"package": "plasmo package"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/cssinjs": "^1.18.4",
|
|
"@headlessui/react": "^1.7.18",
|
|
"@heroicons/react": "^2.1.1",
|
|
"@langchain/community": "^0.0.21",
|
|
"@langchain/core": "^0.1.22",
|
|
"@mantine/form": "^7.5.0",
|
|
"@mantine/hooks": "^7.5.3",
|
|
"@plasmohq/storage": "^1.9.0",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@tanstack/react-query": "^5.17.19",
|
|
"antd": "^5.13.3",
|
|
"axios": "^1.6.7",
|
|
"dayjs": "^1.11.10",
|
|
"html-to-text": "^9.0.5",
|
|
"langchain": "^0.1.9",
|
|
"lucide-react": "^0.340.0",
|
|
"plasmo": "0.84.1",
|
|
"property-information": "^6.4.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-markdown": "8.0.0",
|
|
"react-router-dom": "6.10.0",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react-toastify": "^10.0.4",
|
|
"rehype-mathjax": "4.0.3",
|
|
"remark-gfm": "3.0.1",
|
|
"remark-math": "5.1.1",
|
|
"zustand": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@plasmohq/prettier-plugin-sort-imports": "4.0.1",
|
|
"@types/chrome": "0.0.259",
|
|
"@types/html-to-text": "^9.0.4",
|
|
"@types/node": "20.11.9",
|
|
"@types/react": "18.2.48",
|
|
"@types/react-dom": "18.2.18",
|
|
"@types/react-syntax-highlighter": "^15.5.11",
|
|
"autoprefixer": "^10.4.17",
|
|
"postcss": "^8.4.33",
|
|
"prettier": "3.2.4",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "5.3.3"
|
|
},
|
|
"manifest": {
|
|
"host_permissions": [
|
|
"http://*/*",
|
|
"https://*/*"
|
|
],
|
|
"commands": {
|
|
"_execute_action": {
|
|
"suggested_key": {
|
|
"default": "Ctrl+Shift+L"
|
|
}
|
|
},
|
|
"execute_side_panel": {
|
|
"description": "Open the side panel",
|
|
"suggested_key": {
|
|
"default": "Ctrl+Shift+P"
|
|
}
|
|
}
|
|
},
|
|
"permissions": [
|
|
"storage",
|
|
"activeTab",
|
|
"scripting",
|
|
"declarativeNetRequest",
|
|
"action",
|
|
"unlimitedStorage",
|
|
"contextMenus"
|
|
]
|
|
}
|
|
}
|