-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
96 lines (96 loc) · 2.6 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
86
87
88
89
90
91
92
93
94
95
96
{
"name": "kibble-mini-app",
"version": "1.28.05",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.3.0",
"@hookform/resolvers": "^3.3.4",
"@kibble-exchange/uikit": "^0.1.6",
"@reduxjs/toolkit": "^2.2.3",
"@studio-freight/react-lenis": "^0.0.46",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tonconnect/sdk": "^3.0.0",
"@tonconnect/ui-react": "^2.0.0",
"@twa-dev/sdk": "^7.0.0",
"@types/big.js": "^6.2.2",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.17.0",
"@types/node": "^16.18.65",
"@types/react": "^18.2.39",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.17",
"@types/react-router-hash-link": "^2.4.9",
"@tma.js/react-router-integration": "^0.1.2",
"@tma.js/sdk": "^1.5.1",
"@tma.js/sdk-react": "^2.0.1",
"eruda": "^3.0.1",
"antd": "^5.14.2",
"apexcharts": "^3.48.0",
"axios": "^1.6.2",
"big.js": "^6.2.1",
"chart.js": "^4.4.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-chartjs-2": "^5.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-countup": "^6.5.3",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-redux": "^9.1.0",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.20.0",
"react-router-hash-link": "^2.4.3",
"react-scripts": "5.0.1",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.1",
"ton3-core": "^1.0.1",
"tonapi-sdk-js": "^1.0.8",
"tonweb": "^0.0.66",
"typescript": "^4.9.5",
"typewriter-effect": "^2.21.0",
"use-scramble": "^2.2.15",
"viem": "^1.19.13",
"wagmi": "^1.4.10",
"web-vitals": "^2.1.4",
"yup": "^1.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts 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"
]
},
"plugins": [
"@babel/plugin-proposal-private-property-in-object"
],
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"buffer": "^6.0.3"
}
}