30 lines
832 B
JSON
30 lines
832 B
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"
|
|
},
|
|
"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.16.0",
|
|
"@types/react-dom": "^17.0.3",
|
|
"bs58": "^4.0.1",
|
|
"next": "10.1.3",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.6.4",
|
|
"@types/react": "^16.9.49",
|
|
"typescript": "^4.2.2"
|
|
}
|
|
}
|