client/packages/onboarding/package.json
Alois 13fa3d8db7
Some checks failed
/ build-web (push) Successful in 8m31s
/ build-desktop (linux) (push) Successful in 14m5s
/ release (push) Has been cancelled
/ build-mobile (push) Has been cancelled
(feat): add mobile notifications
(feat): improve mobile ui & ux
2026-08-05 16:19:46 +02:00

25 lines
589 B
JSON

{
"name": "@tensamin/onboarding",
"private": true,
"version": "0.0.0",
"type": "module",
"exports": {
".": "./src/index.tsx"
},
"scripts": {
"format": "pnpm exec prettier --write .",
"lint": "eslint src",
"build": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-notification": "~2",
"@tensamin/shared": "workspace:*",
"@tensamin/storage": "workspace:*",
"@methanium/ui": "*",
"lucide-react": "^1.14.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"zod": "^4.3.6"
}
}