forked from orbs-network/ton-vote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.88 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
{
"name": "ton-vote",
"private": false,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "VITE_STAGING=1 vite --port 3001",
"prod": "vite --port 3002",
"force-dev": "VITE_STAGING=1 vite --force",
"force-prod": "vite --force",
"build": "tsc && vite build && cp dist/index.html dist/404.html",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.6",
"@mui/x-date-pickers": "^6.0.2",
"@mui/x-date-pickers-pro": "^6.0.2",
"@orbs-network/ton-access": "^2.2.2",
"@tanstack/react-query": "^4.23.0",
"@tanstack/react-query-devtools": "^4.23.0",
"@tonconnect/ui-react": "^1.0.0-beta.6",
"async-retry": "^1.3.3",
"axios": "^1.3.2",
"axios-retry": "^3.5.0",
"base64url": "^3.0.1",
"bignumber.js": "^9.1.1",
"dayjs": "^1.11.7",
"dotenv": "^16.0.0",
"draft-js": "^0.11.7",
"es6-shim": "^0.35.8",
"formik": "^2.2.9",
"i18next": "^22.4.14",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-chained-backend": "^4.2.0",
"i18next-http-backend": "^2.2.0",
"i18next-localstorage-backend": "^4.1.1",
"lodash": "^4.17.21",
"marked": "^10.0.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-animate-height": "^3.1.1",
"react-countdown": "^2.3.5",
"react-csv": "^2.2.2",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.3",
"react-flip-numbers": "^3.0.7",
"react-ga4": "^2.0.0",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.0",
"react-i18next": "^12.2.0",
"react-icons": "^4.9.0",
"react-intersection-observer-hook": "^2.1.1",
"react-markdown": "^8.0.6",
"react-number-format": "^5.1.3",
"react-router-dom": "^6.8.2",
"react-share": "^4.4.1",
"react-text-overflow": "^1.0.2",
"react-virtualized-auto-sizer": "^1.0.7",
"react-window": "^1.8.8",
"remove-markdown": "^0.5.0",
"ton": "^13.4.1",
"ton-core": "^0.48.0",
"ton-vote-contracts-sdk": "^1.5.21",
"tonweb": "^0.0.60",
"use-query-params": "^2.2.0",
"yup": "^1.1.1",
"zustand": "^4.3.2"
},
"devDependencies": {
"@types/async-retry": "^1.4.5",
"@types/draft-js": "^0.11.10",
"@types/lodash": "^4.14.191",
"@types/node": "^20.3.1",
"@types/react": "^18.0.26",
"@types/react-csv": "^1.1.3",
"@types/react-dom": "^18.0.9",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/react-helmet": "^6.1.6",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/remove-markdown": "^0.3.1",
"@vitejs/plugin-react": "^3.1.0",
"ton-crypto": "^3.2.0",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-tsconfig-paths": "^4.0.8"
}
}