-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.79 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.79 KB
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": "tonft",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@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/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",
"blurhash": "^2.0.5",
"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",
"react": "^18.2.0",
"react-blurhash": "^0.3.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.36.1",
"react-i18next": "^12.1.4",
"react-lazy-load-image-component": "^1.5.6",
"react-loading": "^2.0.3",
"react-loading-skeleton": "^3.2.0",
"react-qr-code": "^2.0.11",
"react-router": "^6.4.3",
"react-router-dom": "^6.4.3",
"recoil": "^0.7.6",
"styled-components": "^5.3.6",
"ton": "^12.1.5",
"typescript": "^4.9.3",
"zustand": "^4.3.3"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-lazy-load-image-component": "^1.5.2",
"@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",
"typescript": "^4.6.4",
"vite": "^3.1.4"
}
}