-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.46 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "archway-msig",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@keplr-wallet/types": "^0.12.98",
"@types/crypto-js": "^4.1.1",
"@types/lodash": "^4.14.197",
"@types/markdown-it": "^12.2.3",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.14",
"copy-files-from-to": "^3.8.0",
"cosmjs-types": "^0.9.0",
"cross-env": "^7.0.3",
"nuxt": "^3.3.2",
"postcss": "^8.4.21",
"prettier": "^2.8.7"
},
"dependencies": {
"@archway-kit/utils": "^0.5.36",
"@archway-kit/wallet": "^0.5.36",
"@archwayhq/arch3.js": "^0.7.3",
"@headlessui/tailwindcss": "^0.1.2",
"@headlessui/vue": "^1.7.12",
"@heroicons/vue": "^2.0.18",
"@pinia/nuxt": "^0.4.7",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tanstack/vue-query": "^4.27.0",
"@vueuse/core": "^10.2.0",
"bech32": "^2.0.0",
"bignumber.js": "^9.1.1",
"date-fns": "^2.29.3",
"defu": "^6.1.3",
"floating-vue": "^5.0.0",
"js-base64": "^3.7.5",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"pinia": "^2.0.33",
"tailwindcss": "^3.3.0",
"uuid": "^9.0.0",
"vue-json-pretty": "^2.2.4",
"xstream": "^11.14.0"
},
"overrides": {
"vue": "latest",
"vite": "latest"
}
}