Files
TheGame/packages/utils/package.json
Arsenije Savic ea42bea2c0 Dashboard fixes; closes #1209, #1210, #1223, & #1224
* Remove connect to progress if the network is not mainnet

* Move xpHelpers to the utils

* Add tests to the utils package

* Add xpHelpers test

* Add convertToRoman util function

* Display current season label dynamically

* Add onboarding text if player does not have xp

* Remove ConnectToProgress import

* Add connect to progress if the network is not mainnet

* Show edit button if network is not main

* Refactor xp helper season start

* displaying modal when chain change is needed 🛬

* using Unicode Roman numerals Ⅲ

* slight formatting fixes 🗯
2022-05-18 01:48:07 -04:00

34 lines
838 B
JSON

{
"name": "@metafam/utils",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"private": true,
"scripts": {
"start": "yarn dev",
"build": "tsc -b",
"dev": "yarn build --watch",
"typecheck": "yarn build",
"precommit": "yarn lint-staged",
"test": "tsdx test --passWithNoTests"
},
"dependencies": {
"@datamodels/identity-profile-basic": "0.1.2",
"bignumber.js": "9.0.2",
"cids": "1.1.9",
"ethers": "5.5.4",
"imgix-core-js": "2.3.2",
"key-did-provider-ed25519": "1.1.0",
"key-did-resolver": "1.4.4",
"node-fetch": "3.2.1",
"js-base64": "3.7.2",
"sourcecred": "0.11.0",
"uuid": "8.3.2"
},
"devDependencies": {
"@ceramicnetwork/http-client": "1.5.7",
"@datamodels/identity-accounts-crypto": "0.1.2"
}
}