-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: migrate lot of dependencies. Use ExchangeSDK in dev mode
Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
- Loading branch information
1 parent
c8022fa
commit a36cb9b
Showing
10 changed files
with
1,984 additions
and
2,079 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,50 @@ | ||
{ | ||
"name": "platform-app-coinify", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start", | ||
"clean": "rm -rf node_modules", | ||
"format:check": "prettier --check 'src/**' 'pages/**'", | ||
"format:fix": "prettier --write 'src/**' 'pages/**'", | ||
"lint:check": "eslint --cache src/** pages/**", | ||
"lint:fix": "eslint --cache --fix src/** pages/**" | ||
}, | ||
"dependencies": { | ||
"@ledgerhq/live-app-sdk": "0.6.0", | ||
"@ledgerhq/react-ui": "^0.7.2", | ||
"@babel/core": "^7.23.9", | ||
"@ledgerhq/exchange-sdk": "file:./../exchange-sdk/lib", | ||
"@ledgerhq/react-ui": "^0.14.14", | ||
"@ledgerhq/wallet-api-client": "^1.5.0", | ||
"@types/react-transition-group": "^4.4.3", | ||
"bignumber.js": "^9.0.1", | ||
"bignumber.js": "^9.1.2", | ||
"color": "^4.0.1", | ||
"modern-normalize": "^1.1.0", | ||
"next": "11.1.2", | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2", | ||
"next": "^14.1.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-transition-group": "^4.4.2", | ||
"styled-components": "^5.2.3" | ||
"styled-components": "^6.1.8" | ||
}, | ||
"devDependencies": { | ||
"@types/color": "^3.0.2", | ||
"@types/react": "17.0.30", | ||
"@types/node": "20.11.16", | ||
"@types/react": "^18.2.55", | ||
"@types/react-dom": "^18.2.18", | ||
"@types/styled-components": "^5.1.15", | ||
"@typescript-eslint/eslint-plugin": "^5.1.0", | ||
"@typescript-eslint/parser": "^5.1.0", | ||
"babel-plugin-styled-components": "^1.13.3", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
"@typescript-eslint/parser": "^6.21.0", | ||
"babel-plugin-styled-components": "^2.1.4", | ||
"eslint": "^8.9.0", | ||
"eslint-config-airbnb-typescript": "^16.1.0", | ||
"eslint-config-next": "11.1.2", | ||
"eslint-config-airbnb-typescript": "^17.1.0", | ||
"eslint-config-next": "^14.1.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-react": "^7.28.0", | ||
"eslint-plugin-react-hooks": "^4.3.0", | ||
"prettier": "^2.4.1", | ||
"typescript": "4.4.4" | ||
"typescript": "^4.8.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.