-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.43 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
{
"name": "ton-starter-twa-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"configbot": "node configure.js"
},
"dependencies": {
"@orbs-network/ton-access": "^2.3.3",
"@reduxjs/toolkit": "^1.9.5",
"@tanstack/react-query": "^4.32.0",
"@tonconnect/protocol": "^2.2.5",
"@tonconnect/ui": "1.0.0-beta.5",
"@tonconnect/ui-react": "^1.0.0-beta.6",
"@twa-dev/sdk": "^6.7.0",
"@types/react-redux": "^7.1.25",
"autoprefixer": "^10.4.14",
"buffer": "^6.0.3",
"clsx": "^2.0.0",
"is-mobile": "^3.1.1",
"lucide-react": "^0.244.0",
"postcss": "^8.4.27",
"radix-ui": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.1",
"react-router-dom": "^6.14.2",
"sass": "^1.64.1",
"styled-components": "^5.3.11",
"tailwind": "^4.0.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"telegram-webapps-types": "1.0.5",
"ton": "13.3.0",
"ton-core": "^0.46.0",
"ton-crypto": "^3.2.0",
"use-local-storage": "^2.3.6",
"vite-plugin-node-polyfills": "^0.7.0"
},
"devDependencies": {
"@types/node": "^18.17.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^4.9.5",
"vite": "^4.4.6"
}
}