-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.86 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.86 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "votigram-react-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode testnet",
"build": "tsc -b && vite build",
"build:testnet": "tsc && VITE_NETWORK_TYPE=TESTNET vite build --mode testnet",
"build:mainnet": "tsc && VITE_NETWORK_TYPE=MAINNET vite build --mode mainnet",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@aelf-web-login/utils": "0.2.2-alpha.5",
"@aelf-web-login/wallet-adapter-base": "0.2.2-alpha.5",
"@aelf-web-login/wallet-adapter-bridge": "0.2.2-alpha.5",
"@aelf-web-login/wallet-adapter-portkey-aa": "0.2.2-alpha.5",
"@aelf-web-login/wallet-adapter-react": "0.2.2-alpha.5",
"@portkey/contracts": "2.16.0-alpha.0",
"@portkey/did-ui-react": "2.15.11-alpha.0",
"@portkey/provider-types": "^2.3.5",
"@portkey/services": "2.16.0-alpha.0",
"@portkey/utils": "2.16.0-alpha.0",
"@rollup/plugin-inject": "^5.0.5",
"@telegram-apps/bridge": "^1.7.0",
"@telegram-apps/sdk": "^2.11.0",
"@telegram-apps/sdk-react": "^2.0.22",
"@telegram-apps/telegram-ui": "^2.1.8",
"aelf-sdk": "^3.4.8",
"ahooks": "^3.8.4",
"autoprefixer": "^10.4.20",
"buffer": "^6.0.3",
"canvas-confetti": "^1.9.3",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"eruda": "^3.4.1",
"framer-motion": "^11.13.1",
"jwt-decode": "^4.0.0",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-day-picker": "^9.4.2",
"react-dom": "^18.3.1",
"react-easy-crop": "^5.2.0",
"react-mobile-style-picker": "^1.0.1",
"react-qrcode-logo": "^3.0.0",
"react-router-dom": "^7.0.2",
"react-use": "^17.6.0",
"swiper": "^11.1.15",
"swr": "^2.2.5",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/canvas-confetti": "^1.6.4",
"@types/crypto-js": "^4.2.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "^2.1.8",
"eslint": "^9.16.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"jsdom": "^25.0.1",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1",
"vitest": "^2.1.8"
}
}