generated from ton-community/twa-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
{
"name": "ton-starter-twa-vite",
"homepage": "https://krivochenko.github.io/t11n/",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"configbot": "node configure.js",
"lint": "eslint --max-warnings=0 src"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@orbs-network/ton-access": "^2.2.2",
"@tanstack/react-query": "^4.24.4",
"@tonconnect/ui-react": "^0.0.14",
"@twa-dev/sdk": "^6.4.2",
"antd": "^5.4.6",
"buffer": "^6.0.3",
"is-mobile": "^3.1.1",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"sass": "^1.62.1",
"ton": "13.3.0",
"ton-core": "^0.49.0",
"ton-crypto": "^3.2.0",
"use-local-storage": "^2.3.6",
"vite-plugin-node-polyfills": "^0.7.0"
},
"devDependencies": {
"@types/contrast-color": "^1.0.0",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.0.1",
"eslint": "^8.0.0",
"eslint-config-react-app": "^7.0.1",
"typescript": "^4.9.5",
"vite": "^4.0.4"
}
}