forked from trezor/trezor-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 2.12 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
54
55
56
57
58
{
"name": "@trezor/suite-web",
"version": "1.0.0",
"private": true,
"scripts": {
"type-check": "tsc --build tsconfig.json",
"type-check:watch": "yarn type-check -- --watch",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"dev": "rimraf ./build && yarn workspace @trezor/suite-build run dev:web",
"analyze": "ANALYZE=true yarn build",
"build": "rimraf ./build && yarn workspace @trezor/suite-build run build:web"
},
"dependencies": {
"@sentry/browser": "^7.56.0",
"@suite-common/formatters": "workspace:*",
"@suite-common/sentry": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/device-utils": "workspace:*",
"@trezor/suite": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"react-redux": "8.0.7",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"styled-components": "^5.3.10",
"worker-loader": "^3.0.8"
},
"devDependencies": {
"@suite-common/test-utils": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/e2e-utils": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/suite-analytics": "workspace:*",
"@trezor/trezor-user-env-link": "workspace:*",
"@trezor/utils": "workspace:*",
"@types/chrome-remote-interface": "^0.31.10",
"@types/cypress-image-snapshot": "^3.1.6",
"@types/react": "18.0.32",
"@types/react-dom": "18.2.6",
"@types/react-helmet": "^6.1.6",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.26",
"chrome-remote-interface": "^0.32.2",
"cypress": "^12.17.1",
"cypress-file-upload": "^5.0.8",
"cypress-image-snapshot": "^4.0.1",
"jest": "^26.6.3",
"rimraf": "^5.0.1",
"tsx": "^3.12.7",
"typescript": "4.9.5",
"webpack": "^5.87.0",
"ws": "7.5.9",
"yargs": "17.7.2"
}
}