-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.61 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.61 KB
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
86
87
88
89
90
91
92
93
94
95
96
{
"name": "tonswap-web",
"version": "0.1.1",
"private": true,
"dependencies": {
"@aws-crypto/sha256-js": "^2.0.1",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.74",
"@mui/material": "^5.5.2",
"@mui/styles": "^5.5.1",
"@mui/system": "^5.8.1",
"@orbs-network/ton-access": "^2.2.2",
"@reduxjs/toolkit": "^1.8.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/node": "^16.11.26",
"@types/react": "^17.0.41",
"@types/react-dom": "^17.0.14",
"@types/uuid": "^8.3.4",
"add": "^2.0.6",
"bignumber.js": "^9.1.0",
"bn.js": "^5.2.0",
"buffer": "^6.0.3",
"i18next": "^21.9.0",
"i18next-browser-languagedetector": "^6.1.5",
"mobx": "^6.5.0",
"mobx-react": "^7.3.0",
"notistack": "^2.0.5",
"process": "^0.11.10",
"react": "^17.0.2",
"react-animate-height": "^2.0.23",
"react-app-rewired": "^2.2.1",
"react-confetti": "^6.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-device-detect": "^2.2.2",
"react-dom": "^17.0.2",
"react-ga4": "^1.4.1",
"react-i18next": "^11.18.3",
"react-number-format": "^4.9.1",
"react-qr-code": "^2.0.7",
"react-qrcode-logo": "^2.8.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"redux-persist": "^6.0.0",
"sass": "^1.54.3",
"setimmediate": "^1.0.5",
"stream-browserify": "^3.0.0",
"ton": "^11.13.0",
"ton-x": "^2.1.0",
"tonweb": "^0.0.35",
"typescript": "^4.6.2",
"use-debounce": "^7.0.1",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-app-rewired start",
"build": "GENERATE_SOURCEMAP=false react-app-rewired build && cp build/index.html build/404.html",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"deploy-staging": "npm run build && gh-pages deploy build"
},
"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"
]
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/react-copy-to-clipboard": "^5.0.2",
"gh-pages": "^3.2.3",
"ipfs-core-types": "^0.11.1"
}
}