-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "platform-app-coinify",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint:check": "next lint",
"lint:fix": "next lint --fix --dir 'src/**'",
"format:check": "prettier --check 'src/**'",
"format:fix": "prettier --write 'src/**'"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@emotion/is-prop-valid": "^1.2.2",
"@ledgerhq/exchange-sdk": "^0.7.7",
"@ledgerhq/react-ui": "^0.14.18",
"@ledgerhq/wallet-api-client": "^1.5.9",
"@ledgerhq/wallet-api-exchange-module": "^0.6.0",
"@sentry/nextjs": "^8.27.0",
"@types/react-transition-group": "^4.4.10",
"bignumber.js": "^9.1.2",
"color": "^4.2.3",
"modern-normalize": "^2.0.0",
"next": "^14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-transition-group": "^4.4.5",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@types/color": "^3.0.6",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
}
}