-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
62 lines (62 loc) · 1.72 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
{
"name": "ton-unfreezer",
"private": false,
"version": "0.0.0",
"type": "module",
"homepage": "https://ton-community.github.io/unfreezer/",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.6",
"@orbs-network/ton-access": "^2.2.2",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@tanstack/react-query": "^4.23.0",
"@tanstack/react-query-devtools": "^4.23.0",
"@ton-defi.org/ton-connection": "0.8.1",
"axios": "^1.3.2",
"bignumber.js": "^9.1.1",
"buffer": "^6.0.3",
"dotenv": "^16.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"notistack": "^2.0.8",
"promise-retry": "^2.0.1",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-animate-height": "^3.1.0",
"react-countdown": "^2.3.5",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-flip-numbers": "^3.0.7",
"react-ga4": "^2.0.0",
"react-icons": "^4.7.1",
"react-number-format": "^5.1.3",
"react-router-dom": "^6.8.2",
"ton": "^12.0.0",
"use-query-params": "^2.2.0",
"vite-plugin-require": "^1.1.10",
"vite-tsconfig-paths": "^4.0.5",
"zustand": "^4.3.2"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
"@types/promise-retry": "^1.1.6",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"husky": "^8.0.0",
"jest": "^29.5.0",
"pretty-quick": "^3.1.3",
"ts-jest": "^29.0.5",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}