-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 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
{
"name": "tac-fishing",
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host 0.0.0.0",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --fix --cache"
},
"dependencies": {
"@number-flow/vue": "^0.4.8",
"@nuxt/eslint": "^1.9.0",
"@regle/core": "^1.14.6",
"@regle/rules": "^1.14.6",
"@tma.js/sdk": "^3.1.6",
"@tonappchain/sdk": "^0.7.1",
"@tonconnect/ui": "^2.3.1",
"@vueuse/core": "^14.1.0",
"axios": "^1.13.2",
"buffer": "^6.0.3",
"ethers": "^6.16.0",
"luxon": "^3.7.2",
"modern-normalize": "^3.0.1",
"number-flow": "^0.5.8",
"nuxt": "^4.1.1",
"swiper": "^12.0.3",
"vue": "^3.5.25",
"vue-router": "latest"
},
"devDependencies": {
"@types/luxon": "^3.7.1",
"eslint": "^9.39.1",
"sass": "^1.92.1",
"typescript": "^5.9.2"
}
}