This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.53 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
45
46
47
48
49
50
51
52
53
{
"name": "cex-deposit-live-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "$(yarn bin prettier) --write .",
"typecheck": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@ledgerhq/react-ui": "^0.14.9",
"@ledgerhq/wallet-api-client": "^1.0.3",
"@ledgerhq/wallet-api-client-react": "^1.0.3",
"@reduxjs/toolkit": "^1.9.5",
"@segment/analytics-next": "^1.55.0",
"@sentry/nextjs": "^7.69.0",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"eslint": "8.49.0",
"eslint-config-next": "^13.5.2",
"next": "^13.5.2",
"next-international": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.2",
"styled-components": "^6.0.8",
"typescript": "5.2.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-testing-library": "6.0.1",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"jest-styled-components": "^7.1.1",
"msw": "^1.3.0",
"prettier": "3.0.3",
"ts-jest": "^29.1.1"
}
}