{ "name": "bookmarks-home", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/chrome": "^0.0.278", "@types/firefox-webext-browser": "^120.0.4", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/web": "^0.0.174", "@vitejs/plugin-react": "^4.3.1", "globals": "^15.9.0", "typescript": "^5.5.3", "vite": "^5.4.1" } }