forked from Qortal/Q-Wallets
37 lines
959 B
JSON
37 lines
959 B
JSON
{
|
|
"name": "q-wallets",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"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": "^6.4.8",
|
|
"@mui/lab": "^6.0.0-beta.31",
|
|
"@mui/material": "^6.4.8",
|
|
"@toolpad/core": "^0.13.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"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/react": "^19.0.12",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"typescript": "^5.8.2",
|
|
"vite": "^6.2.2"
|
|
}
|
|
} |