3ae986acc8
- Tauri was injecting nonces/hashes into style-src, which disables 'unsafe-inline' and blocked Emotion/MUI runtime <style> tags. - Grant core:window:allow-maximize so frontend maximize() passes ACL. - Add node-status and explorer helpers plus chart mappers; Jest coverage - NodeOperatorInsights on BondedNymNode; optional API moniker/location - Shared MUI Emotion cache (speedy: false) and CacheProvider wiring - SendInputModal: amount/recipient validation timing; memoized fee check - AuthLayout refresh; NodeTable overflow-x; Bonding error title typo fix
142 lines
4.9 KiB
JSON
142 lines
4.9 KiB
JSON
{
|
|
"name": "@nymproject/nym-wallet-app",
|
|
"version": "1.2.19",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "run-s webpack:prod tauri:build",
|
|
"build:no-sign": "run-s webpack:prod tauri:build:no-sign",
|
|
"build-macx86": "run-s webpack:prod tauri:buildx86",
|
|
"dev": "run-p tauri:dev webpack:dev",
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint src --fix",
|
|
"prebuild": "yarn --cwd .. build",
|
|
"prewebpack:dev": "yarn --cwd .. build",
|
|
"prewebpack:prod": "yarn check:singletons",
|
|
"check:singletons": "node scripts/check-mui-singletons.js",
|
|
"tauri:build": "yarn tauri build",
|
|
"tauri:build:no-sign": "yarn tauri build --no-sign -b app",
|
|
"tauri:build:adhoc": "APPLE_SIGNING_IDENTITY=- yarn tauri build -b app",
|
|
"tauri:dev": "yarn tauri dev",
|
|
"tauri:buildx86": "yarn tauri build --target x86_64-apple-darwin",
|
|
"test": "jest --config jest.config.cjs",
|
|
"tsc": "tsc --noEmit true",
|
|
"tsc:watch": "tsc --noEmit true --watch",
|
|
"webpack:dev": "yarn webpack serve --config webpack.dev.js",
|
|
"webpack:prod": "yarn webpack --progress --config webpack.prod.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/helper-simple-access": "^7.25.9",
|
|
"@emotion/react": "^11.7.0",
|
|
"@emotion/styled": "^11.6.0",
|
|
"@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
|
|
"@hookform/resolvers": "^2.8.0",
|
|
"@mui/icons-material": "^5.2.0",
|
|
"@mui/material": "^5.2.2",
|
|
"@mui/styles": "^5.18.0",
|
|
"@mui/utils": "^5.7.0",
|
|
"@nymproject/node-tester": "^1.3.1",
|
|
"@nymproject/react": "^1.0.0",
|
|
"@nymproject/types": "^1.0.0",
|
|
"@tauri-apps/api": "^2.10.1",
|
|
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
|
|
"@tauri-apps/plugin-opener": "^2.5.3",
|
|
"@tauri-apps/plugin-process": "^2.3.1",
|
|
"@tauri-apps/plugin-shell": "^2.3.5",
|
|
"@tauri-apps/plugin-updater": "^2.10.1",
|
|
"@tauri-apps/tauri-forage": "^1.0.0-beta.2",
|
|
"big.js": "^6.2.1",
|
|
"bs58": "^4.0.1",
|
|
"@emotion/cache": "^11.14.0",
|
|
"clsx": "^1.1.1",
|
|
"date-fns": "^2.28.0",
|
|
"joi": "^17.11.0",
|
|
"lodash": "^4.17.21",
|
|
"notistack": "^2.0.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"qrcode.react": "^1.0.1",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"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": {
|
|
"@babel/core": "^7.15.0",
|
|
"@babel/plugin-transform-async-to-generator": "^7.14.5",
|
|
"@babel/preset-env": "^7.15.0",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@nymproject/eslint-config-react-typescript": "^1.0.0",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
|
|
"@svgr/webpack": "^6.1.1",
|
|
"@tauri-apps/cli": "^2.10.1",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/big.js": "^6.1.6",
|
|
"@types/bs58": "^4.0.1",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/minimatch": "5.1.2",
|
|
"@types/node": "^22.15.29",
|
|
"@types/qrcode.react": "^1.0.2",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/semver": "^7.3.8",
|
|
"@types/uuid": "^8.3.4",
|
|
"@types/zxcvbn": "^4.4.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
"@typescript-eslint/parser": "^8.56.1",
|
|
"babel-loader": "^8.3.0",
|
|
"babel-plugin-root-import": "^6.6.0",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"css-loader": "^6.7.3",
|
|
"css-minimizer-webpack-plugin": "^3.0.2",
|
|
"dotenv-webpack": "^7.0.3",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^16.1.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-import-resolver-root-import": "^1.0.4",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"eslint-plugin-jest": "^26.1.1",
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.29.2",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"favicons": "^7.0.2",
|
|
"favicons-webpack-plugin": "^5.0.2",
|
|
"file-loader": "^6.2.0",
|
|
"fork-ts-checker-webpack-plugin": "^7.2.1",
|
|
"html-webpack-plugin": "^5.3.2",
|
|
"jest": "^30.3.0",
|
|
"mini-css-extract-plugin": "^2.2.2",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.8.7",
|
|
"react-refresh": "^0.10.0",
|
|
"react-refresh-typescript": "^2.0.2",
|
|
"style-loader": "^3.3.1",
|
|
"thread-loader": "^3.0.4",
|
|
"ts-jest": "^29.4.9",
|
|
"ts-loader": "^9.4.2",
|
|
"tsconfig-paths-webpack-plugin": "^3.5.2",
|
|
"typescript": "^5.9.3",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^4.8.0",
|
|
"webpack-dev-server": "^4.5.0",
|
|
"webpack-favicons": "^1.3.8",
|
|
"webpack-merge": "^5.8.0"
|
|
},
|
|
"resolutions": {
|
|
"@types/minimatch": "5.1.2"
|
|
},
|
|
"private": false
|
|
} |