Files
page-assist/package.json

66 lines
1.9 KiB
JSON
Raw Normal View History

2023-04-09 14:30:44 +05:30
{
2024-02-01 13:40:44 +05:30
"name": "pageassist",
"displayName": "Page Assist - A Web UI for Local AI Models",
"version": "1.0.9",
"description": "Use your locally running AI models to assist you in your web browsing.",
2024-02-01 13:40:44 +05:30
"author": "n4ze3m",
2023-04-09 14:30:44 +05:30
"scripts": {
2024-03-23 14:44:05 +05:30
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
2023-04-09 14:30:44 +05:30
},
"dependencies": {
"@ant-design/cssinjs": "^1.18.4",
2024-02-24 00:39:50 +05:30
"@headlessui/react": "^1.7.18",
2024-02-01 13:40:44 +05:30
"@heroicons/react": "^2.1.1",
"@langchain/community": "^0.0.21",
"@langchain/core": "^0.1.22",
2024-02-01 13:40:44 +05:30
"@mantine/form": "^7.5.0",
"@mantine/hooks": "^7.5.3",
2024-02-01 13:40:44 +05:30
"@plasmohq/storage": "^1.9.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^5.17.19",
2024-03-23 14:44:05 +05:30
"@vitejs/plugin-react": "^4.2.1",
2024-02-01 13:40:44 +05:30
"antd": "^5.13.3",
"axios": "^1.6.7",
2024-02-18 13:23:47 +05:30
"dayjs": "^1.11.10",
2024-02-02 22:01:16 +05:30
"html-to-text": "^9.0.5",
2024-02-01 13:40:44 +05:30
"langchain": "^0.1.9",
"lucide-react": "^0.350.0",
2024-02-01 13:40:44 +05:30
"plasmo": "0.84.1",
2024-02-01 23:48:40 +05:30
"property-information": "^6.4.1",
2023-04-09 14:30:44 +05:30
"react": "18.2.0",
"react-dom": "18.2.0",
2024-02-01 23:48:40 +05:30
"react-markdown": "8.0.0",
2024-02-01 13:40:44 +05:30
"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",
"yt-transcript": "^0.0.2",
2024-02-01 13:40:44 +05:30
"zustand": "^4.5.0"
2023-04-09 14:30:44 +05:30
},
"devDependencies": {
2024-02-01 13:40:44 +05:30
"@plasmohq/prettier-plugin-sort-imports": "4.0.1",
"@types/chrome": "0.0.259",
2024-02-02 22:01:16 +05:30
"@types/html-to-text": "^9.0.4",
2024-02-01 13:40:44 +05:30
"@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",
2024-03-23 14:44:05 +05:30
"typescript": "5.3.3",
"wxt": "^0.17.7"
2023-04-09 14:30:44 +05:30
}
}