mirror of
https://github.com/Qortal/Q-Wallets.git
synced 2026-04-27 14:39:22 +00:00
0c4f66a7d1
If it exists, Qortal wallet shows name instead of address ALL tab is first instead of last, and shows the creator field properly. Typo "Registered mame" fixed to "Registered name" qapp-core version updated
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "q-wallets",
|
|
"private": true,
|
|
"version": "1.2.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -b && vite build",
|
|
"dev": "vite",
|
|
"format:check": "prettier --check .",
|
|
"format": "prettier --write .",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@fontsource/montserrat": "^5.2.5",
|
|
"@fontsource/open-sans": "^5.2.5",
|
|
"@fontsource/poppins": "^5.2.5",
|
|
"@mui/icons-material": "^7.3.2",
|
|
"@mui/lab": "^7.0.0-beta.17",
|
|
"@mui/material": "^7.3.1",
|
|
"@toolpad/core": "^0.16.0",
|
|
"jotai": "^2.13.1",
|
|
"qapp-core": "^1.0.70",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-i18next": "^15.5.1",
|
|
"react-icons": "^5.5.0",
|
|
"react-number-format": "^5.4.3",
|
|
"react-qr-code": "^2.0.15",
|
|
"react-router": "^7.4.0",
|
|
"react-router-dom": "^7.4.0",
|
|
"react-window": "^1.8.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.3.0",
|
|
"@types/react": "^19.0.12",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "^5.8.2",
|
|
"vite": "^6.2.2"
|
|
}
|
|
}
|