-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
85 lines (85 loc) · 2.35 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@openmask/extension",
"version": "0.21.1",
"private": false,
"repository": "https://github.com/OpenProduct/openmask-extension",
"dependencies": {
"@amplitude/analytics-browser": "^1.9.4",
"@ledgerhq/hw-transport-webhid": "^6.27.12",
"@ledgerhq/hw-transport-webusb": "^6.27.12",
"@noble/ed25519": "^1.7.1",
"@openproduct/web-sdk": "^0.23.0",
"@orbs-network/ton-access": "^2.3.3",
"@tanstack/react-query": "^4.3.4",
"@ton-community/ton-ledger": "^7.0.0",
"@ton/core": "^0.53.0",
"@ton/crypto": "^3.2.0",
"@ton/ton": "^13.9.0",
"@tonconnect/protocol": "^2.2.5",
"@vespaiach/axios-fetch-adapter": "^0.3.1",
"bignumber.js": "^9.1.1",
"bn.js": "4.11.6",
"buffer": "^6.0.3",
"copy-to-clipboard": "^3.3.2",
"crypto-browserify": "^3.12.0",
"joi": "^17.6.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-qr-code": "^2.0.8",
"react-router-dom": "^6.4.0",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.5",
"ton-wrappers": "^0.0.6",
"tonweb-mnemonic": "^1.0.1",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"web-vitals": "^2.1.4",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/bn.js": "^5.1.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.47",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.25",
"@types/webextension-polyfill": "^0.9.1",
"customize-cra": "^1.0.0",
"dotenv": "^16.0.2",
"react-app-rewired": "^2.2.1",
"react-dev-utils": "^12.0.1",
"react-scripts": "5.0.1",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"scripts": {
"start": "react-scripts start",
"build": "node task/build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}