-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.94 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
{
"name": "tonhold",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prebuild": "tsc -p tsconfig-extension.json && vite build -c vite.config-extension.ts"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@tegro/ton3-client": "^0.0.15",
"@tegro/ton3-contracts": "^0.0.3",
"@types/bn.js": "^5.1.0",
"@types/buffers": "^0.1.31",
"@types/qrcode-svg": "^1.1.1",
"@types/react-transition-group": "^4.4.5",
"bootstrap": "^5.1.3",
"buffer": "^6.0.3",
"coingecko-api-v3": "^0.0.13",
"crypto-js": "^4.1.1",
"fp-ts": "^2.12.2",
"i18next": "^21.8.10",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.1",
"qrcode-svg": "^1.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.4.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.32.2",
"react-i18next": "^11.17.2",
"react-router-dom": "^6.3.0",
"rollup-plugin-polyfill-node": "^0.9.0",
"ton-crypto": "^3.2.0",
"ton3-core": "^0.0.17",
"tweetnacl": "^1.0.3",
"util": "^0.12.4",
"web-encoding": "^1.1.5",
"yaml": "^2.2.2"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/chrome": "^0.0.195",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/text-encoding": "^0.0.36",
"@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",
"text-encoding": "^0.7.0",
"typescript": "^4.7.4",
"vite": "^2.9.16"
}
}