-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 841 Bytes
/
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
{
"name": "ton-dapp-vue-template",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@heroicons/vue": "^2.1.5",
"@telegram-apps/sdk": "^1.1.3",
"@ton/ton": "^14.0.0",
"@tonconnect/ui": "^2.0.5",
"@twa-dev/sdk": "^7.0.0",
"@types/node": "^22.5.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"sass": "^1.77.8",
"vite-plugin-node-polyfills": "^0.22.0",
"vue": "^3.4.29",
"vue-router": "^4.4.3",
"vue3-touch-events": "^4.1.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
}
}