This repository was archived by the owner on Oct 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.41 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.41 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
{
"name": "@visualizevalue/vveb3-layer",
"version": "0.0.45",
"type": "module",
"main": "./nuxt.config.ts",
"scripts": {
"dev": "nuxi dev .playground",
"dev:prepare": "nuxt prepare .playground",
"build": "nuxt build .playground",
"format": "prettier --write .",
"generate": "nuxt generate .playground",
"preview": "nuxt preview .playground",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@csstools/postcss-global-data": "^3.0.0",
"@headlessui/vue": "^1.7.23",
"@nuxtjs/i18n": "^9.3.0",
"@pinia/nuxt": "^0.10.1",
"@tanstack/vue-query": "^5.62.0",
"@vueuse/components": "^12.0.0",
"@vueuse/core": "^12.0.0",
"@wagmi/vue": "^0.1.11",
"buffer": "^6.0.3",
"luxon": "^3.5.0",
"pinia": "^3.0.1",
"pinia-plugin-persistedstate": "^4.1.3",
"postcss-custom-media": "^11.0.5",
"postcss-custom-selectors": "^8.0.4",
"postcss-mixins": "^11.0.3",
"postcss-nested": "^7.0.2",
"postcss-preset-env": "^10.1.1",
"viem": "^2.23.8"
},
"devDependencies": {
"nuxt": "^3.16.0",
"prettier": "^3.5.3",
"typescript": "^5.5.4"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}