-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.05 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
{
"name": "taquito-vue-template",
"description": "A Vue 3 + TypeScript template for building Tezos dApps with Taquito and Beacon wallet integration",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"lint": "npx eslint ."
},
"dependencies": {
"@airgap/beacon-types": "^4.6.1",
"@tailwindcss/vite": "^4.1.14",
"@taquito/beacon-wallet": "^24.0.0",
"@taquito/taquito": "^24.0.0",
"pinia": "^3.0.3",
"tailwindcss": "^4.1.14",
"vue": "^3.5.22",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@eslint/js": "^9.37.0",
"@types/node": "^24.7.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/tsconfig": "^0.7.0",
"buffer": "^6.0.3",
"eslint": "^9.37.0",
"eslint-plugin-vue": "^10.5.0",
"events": "^3.3.0",
"globals": "^16.4.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.46.0",
"vite": "^7.1.9",
"vite-compatible-readable-stream": "^3.6.1",
"vue-tsc": "^2.2.12"
}
}