69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"name": "@nymproject/nym-wallet-app",
|
|
"version": "1.2.13",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -b && vite build",
|
|
"dev": "pnpm dev:vite & pnpm tauri dev",
|
|
"dev:vite": "vite",
|
|
"tauri:build": "pnpm tauri build",
|
|
"tauri:dev": "pnpm tauri dev",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"prebuild": "pnpm -C .. build"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.7.0",
|
|
"@emotion/styled": "^11.6.0",
|
|
"@hookform/resolvers": "^2.8.0",
|
|
"@mui/icons-material": "^5.2.0",
|
|
"@mui/material": "^5.2.2",
|
|
"@mui/styles": "^5.2.2",
|
|
"@mui/utils": "^5.7.0",
|
|
"@nymproject/mui-theme": "workspace:^1.0.0",
|
|
"@nymproject/node-tester": "1.2.4-rc.1",
|
|
"@nymproject/react": "workspace:^1.0.0",
|
|
"@nymproject/types": "workspace:^1.0.0",
|
|
"@tauri-apps/api": "^1.2.0",
|
|
"@tauri-apps/tauri-forage": "^1.0.0-beta.2",
|
|
"big.js": "^6.2.1",
|
|
"bs58": "^4.0.1",
|
|
"clsx": "^1.1.1",
|
|
"date-fns": "^2.28.0",
|
|
"joi": "^17.11.0",
|
|
"lodash": "^4.17.21",
|
|
"notistack": "^2.0.3",
|
|
"qrcode.react": "^1.0.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-error-boundary": "^3.1.3",
|
|
"react-hook-form": "^7.14.2",
|
|
"react-router-dom": "6",
|
|
"recharts": "^2.1.13",
|
|
"semver": "^6.3.0",
|
|
"string-to-color": "^2.2.2",
|
|
"use-clipboard-copy": "^0.2.0",
|
|
"uuid": "^8.3.2",
|
|
"yup": "^0.32.9",
|
|
"zxcvbn": "^4.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.6.0",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
"@typescript-eslint/parser": "^7.13.1",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.3.1",
|
|
"vite-plugin-svgr": "^4.2.0",
|
|
"vite-tsconfig-paths": "^4.3.2"
|
|
}
|
|
}
|