-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.69 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": "tonft",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tonconnect/protocol": "^2.0.0",
"@tonconnect/sdk": "^2.0.5",
"@tonconnect/ui-react": "^0.0.6",
"@types/bn.js": "^5.1.1",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.3",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"antd": "^5.1.4",
"axios": "^0.27.2",
"bn": "^1.0.5",
"bn.js": "^5.2.1",
"bn.js-typings": "^1.0.1",
"buffer": "^6.0.3",
"crypto-js": "^4.1.1",
"i18next": "^22.4.9",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"prando": "^6.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.36.1",
"react-i18next": "^12.1.4",
"react-lazy-progressive-image": "^1.5.5",
"react-loading": "^2.0.3",
"react-qr-code": "^2.0.11",
"react-router": "^6.4.3",
"react-router-dom": "^6.4.3",
"styled-components": "^5.3.6",
"ton": "^13.4.1",
"ton-core": "^0.48.0",
"ton-crypto": "^3.2.0",
"types-bn": "^0.0.1",
"typescript": "^4.9.3",
"zustand": "^4.3.5"
},
"devDependencies": {
"@types/react-onclickoutside": "^6.7.4",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"vite": "^3.1.4"
}
}