-
Notifications
You must be signed in to change notification settings - Fork 162
/
package.json
59 lines (59 loc) · 1.96 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
{
"name": "telegram-mini-app-poc",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev-expose": "vite --host",
"build": "tsc && vite build",
"build-wp": "webpack --mode production",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.4",
"@tanstack/react-query": "^5.29.0",
"@tonconnect/ui-react": "^2.0.0",
"@twa-dev/sdk": "^7.0.0",
"@types/color-thief-node": "^1.0.4",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@walletconnect/client": "^1.8.0",
"@walletconnect/core": "^2.12.1",
"@walletconnect/types": "^2.12.2",
"@walletconnect/universal-provider": "^2.12.2",
"@web3modal/ethers": "^4.1.1",
"axios": "^1.6.8",
"color-thief-react": "^2.1.0",
"dotenv": "^16.4.5",
"ethers": "^6.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.22.3",
"react-spinners": "^0.13.8",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"css-loader": "^7.1.1",
"depcheck": "^1.4.7",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"postcss": "^8.4.38",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.3",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"vite": "^5.2.0"
}
}