life-manager/codebase/apps/extension/package.json
Claude Code 450683f5d6 deps-upgrade(dependencies): ⬆️ Update all dependencies and lockfile versions across the monorepo
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 17:50:58 -07:00

25 lines
530 B
JSON

{
"name": "@life-platform/extension",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "wxt",
"build": "wxt build",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@wxt-dev/browser": "^0.1.37",
"typescript": "^5.7.0",
"vitest": "^2.0.0",
"wxt": "^0.20.0"
}
}