Files
nym/wallet-web/package.json
dependabot[bot] b1c45dc0f8 Bump next from 11.1.1 to 11.1.3 in /wallet-web (#952)
Bumps [next](https://github.com/vercel/next.js) from 11.1.1 to 11.1.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v11.1.1...v11.1.3)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-09 09:25:25 +00:00

38 lines
1.1 KiB
JSON

{
"name": "nym-wallet-web",
"version": "0.11.0",
"private": true,
"description": "Bond, unbond, and delegate stake on Nym mixnodes, transfer Nym coins, and run Nym privacy clients.",
"author": "Dave Hrycyszyn <futurechimp@users.noreply.github.com>",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@nymproject/nym-validator-client": "0.18.0",
"@types/react-dom": "^17.0.3",
"bs58": "^4.0.1",
"next": "11.1.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"semver": "^7.3.5"
},
"devDependencies": {
"@babel/preset-env": "^7.14.9",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@types/jest": "^26.0.24",
"@types/node": "^14.6.4",
"@types/react": "^16.9.49",
"babel-jest": "^27.0.6",
"jest": "^27.0.6",
"typescript": "^4.2.2"
}
}