Files
nym/testnet-faucet/package.json
T
Fouad 2eee5195cc React / React DOM / Types upgrade to version 18 (#2830)
* new react and reactdom packages in wallet

* new react and reactdom packages in root

* new react and reactdom packages in nym connect

* new react and reactdom packages in root

* update react and reactdom for explorer

* react and react-dom upgrade for ts-packages

remove unused import

fix linting error

* use custom FC typing

move typings folder

* fix type error
2023-01-12 17:15:31 +00:00

40 lines
1.1 KiB
JSON

{
"name": "testnet-faucet",
"version": "1.0.0",
"description": "testnet faucet for token aquisition",
"license": "MIT",
"scripts": {
"dev": "yarn parcel ./src/index.html",
"build": "yarn parcel build ./src/index.html"
},
"dependencies": {
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@hookform/resolvers": "^2.8.3",
"@mui/icons-material": "^5.1.1",
"@mui/material": "^5.1.1",
"@nymproject/nym-validator-client": "^0.18.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.20.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^8.9.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"events": "^3.3.0",
"parcel": "^2.4.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"typescript": "^4.5.5"
}
}