Files
self/packages/webview-app/package.json
Justin Hernandez 40f283b2db feat(webview): add recovery phrase screen to post-registration onboarding (#1917)
* add mnemonic screen

* add run ios command

* update recovery link, hide social, fix showing words

* bump packae

* pr feedback

* feedback
2026-04-07 00:21:00 -07:00

67 lines
1.9 KiB
JSON

{
"name": "@selfxyz/webview-app",
"version": "0.0.1-alpha.1",
"private": true,
"type": "module",
"scripts": {
"build": "tsc --noEmit && vite build",
"dev": "vite",
"fmt": "prettier --check .",
"fmt:fix": "prettier --write .",
"format": "yarn nice",
"lint": "eslint . --max-warnings=0",
"lint:fix": "eslint . --fix --max-warnings=0",
"nice": "prettier --write . && eslint . --fix && tsc --noEmit",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"types": "tsc --noEmit"
},
"dependencies": {
"@didit-protocol/sdk-web": "^0.1.8",
"@scure/bip32": "^2.0.1",
"@scure/bip39": "^1.6.0",
"@selfxyz/euclid": "1.4.2",
"@selfxyz/euclid-core": "1.4.1",
"@selfxyz/mobile-sdk-alpha": "workspace:^",
"@selfxyz/webview-bridge": "workspace:^",
"buffer": "^6.0.3",
"elliptic": "^6.5.4",
"lottie-react": "^2.4.0",
"node-forge": "^1.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"socket.io-client": "^4.8.3",
"uuid": "^11.1.0",
"xstate": "^5.20.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@testing-library/react": "^14.1.2",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-exports": "^0.9.1",
"jsdom": "^29.0.1",
"prettier": "^3.5.3",
"typescript": "^5.9.3",
"vite": "^6.1.0",
"vitest": "^2.1.8"
},
"packageManager": "yarn@4.12.0",
"engines": {
"node": ">=22 <23"
}
}