-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) 路 770 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) 路 770 Bytes
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
{
"name": "fiend-frens-client",
"type": "module",
"version": "0.1.1",
"description": "A demo website to view, equip and unequip trait tokens for the **Fiend Frens** NFTs",
"scripts": {
"dev": "nuxt dev",
"postinstall": "nuxt prepare",
"build": "nuxt build",
"generate": "nuxt generate",
"start": "nuxt start"
},
"dependencies": {
"@archwayhq/arch3.js": "^0.7.0",
"@cosmjs/proto-signing": "^0.32.3",
"@tanstack/vue-query": "^5.36.0",
"@vueuse/core": "^10.9.0",
"bignumber.js": "^9.1.2",
"defu": "^6.1.4",
"nuxt": "^3.11.2",
"nuxt-og-image": "3.0.0-rc.53",
"tailwindcss": "^3.4.3",
"vue": "^3.4.27",
"zod": "^3.23.8"
},
"devDependencies": {
"@cosmjs/cosmwasm-stargate": "^0.32.3"
}
}