mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 12:20:04 +00:00
- twitter import for all bookmarks - fixed chrome extension package dependencies issues with monorepo
35 lines
881 B
JSON
35 lines
881 B
JSON
{
|
|
"name": "supermemory-browser-extension",
|
|
"description": "Browser extension for the supermemory app",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "wxt --port 3001",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.1.12",
|
|
"@tanstack/react-query": "^5.81.2",
|
|
"posthog-js": "^1.261.7",
|
|
"react": "19.2.2",
|
|
"react-dom": "19.2.2",
|
|
"tailwindcss": "^4.1.12",
|
|
"turndown": "^7.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chrome": "^0.1.4",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.3",
|
|
"@types/turndown": "^5.0.5",
|
|
"@wxt-dev/module-react": "^1.1.3",
|
|
"typescript": "^5.8.3",
|
|
"wxt": "^0.20.6"
|
|
}
|
|
}
|