-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 911 Bytes
/
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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"deploy": "nuxt generate & gh-pages -d dist"
},
"devDependencies": {
"@types/node": "^18",
"gh-pages": "^5.0.0",
"nuxt": "^3.4.3"
},
"dependencies": {
"@bitsongjs/telescope": "^3.0.0-dev.10",
"@cosmjs/encoding": "^0.30.1",
"@cosmjs/proto-signing": "^0.30.1",
"@keplr-wallet/types": "^0.11.62",
"@keplr-wallet/unit": "^0.11.62",
"@mdi/font": "^7.2.96",
"@nuxtjs/vuetify": "^1.12.3",
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"@pinia/nuxt": "^0.4.10",
"@vueuse/nuxt": "^10.1.2",
"sass": "^1.62.1",
"typescript": "^5.0.4",
"vite-plugin-vuetify": "^1.0.2",
"vue-toastification": "^2.0.0-rc.5",
"vuetify": "^3.2.2"
}
}