30 lines
791 B
JSON
30 lines
791 B
JSON
{
|
|
"name": "@tensamin/notifications",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
"./context": "./src/context.tsx"
|
|
},
|
|
"scripts": {
|
|
"format": "pnpm exec prettier --write .",
|
|
"lint": "eslint src",
|
|
"build": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-router": "^1.169.1",
|
|
"@tauri-apps/api": "^2.11.0",
|
|
"@tauri-apps/plugin-notification": "~2",
|
|
"@tensamin/crypto": "workspace:*",
|
|
"@tensamin/shared": "workspace:*",
|
|
"@tensamin/chat": "workspace:*",
|
|
"@tensamin/storage": "workspace:*",
|
|
"@tensamin/mtp": "workspace:*",
|
|
"@methanium/ui": "*",
|
|
"@tensamin/user": "workspace:*",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"sonner": "^2.0.7",
|
|
"zod": "^4.3.6"
|
|
}
|
|
}
|