-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
79 lines (79 loc) · 2.42 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
{
"name": "ton-dex-tegro-finance-lite",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@reduxjs/toolkit": "^2.0.1",
"@tonconnect/sdk": "^2.0.4",
"@tonconnect/ui-react": "^2.0.0-beta.6",
"@types/bn.js": "^5.1.0",
"@types/buffers": "^0.1.31",
"@types/react-transition-group": "^4.4.5",
"@vkontakte/icons": "^2.51.0",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"buffer": "^6.0.3",
"copyfiles": "^2.4.1",
"events": "^3.3.0",
"fp-ts": "^2.13.1",
"i18next": "^21.10.0",
"i18next-browser-languagedetector": "^6.1.8",
"i18next-http-backend": "^1.4.5",
"int-encoder": "^1.1.1",
"io-ts": "^2.2.20",
"io-ts-reporters": "^2.0.1",
"nprogress": "^0.2.0",
"qr-code-styling": "^1.6.0-rc.1",
"qrcode-svg": "^1.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.4.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-hook-form": "^7.32.2",
"react-i18next": "^11.18.6",
"react-qrcode-logo": "^2.7.0",
"react-redux": "^9.0.2",
"react-router-dom": "^6.21.1",
"rollup-plugin-polyfill-node": "^0.10.1",
"ton3-core": "^1.0.1",
"typeface-inter": "^3.18.1",
"url": "^0.11.0",
"use-prefers-color-scheme": "^1.1.1",
"util": "^0.12.4",
"uuid": "^9.0.0",
"web-encoding": "^1.1.5",
"yaml": "^2.2.2"
},
"devDependencies": {
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-inject": "^4.0.4",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/events": "^3.0.0",
"@types/node": "^18.11.18",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.5",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@vitejs/plugin-react": "^1.3.2",
"eslint": "^8.18.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"rollup-plugin-node-resolve": "^5.2.0",
"typescript": "^4.7.4",
"vite": "^2.9.16"
}
}