Skip to content

Commit

Permalink
[web-ui] ➕ Add @nuxt/ui
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Nov 9, 2023
1 parent d24e946 commit 7737bb1
Show file tree
Hide file tree
Showing 3 changed files with 3,759 additions and 1,025 deletions.
3 changes: 2 additions & 1 deletion web-ui/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
export default defineNuxtConfig({
modules: [
'@pinia/nuxt',
'@nuxtjs/eslint-module'
'@nuxtjs/eslint-module',
'@nuxt/ui'
],
plugins: ['~/plugins/buffer.ts']
})
3 changes: 2 additions & 1 deletion web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@cosmjs/stargate": "^0.28.13",
"@likecoin/iscn-js": "^0.5.0",
"@pinia/nuxt": "^0.4.8",
"@nuxt/ui": "^2.10.0",
"bignumber.js": "^9.1.0",
"buffer": "^6.0.3",
"cosmjs-types": "^0.5.1",
Expand All @@ -30,7 +31,7 @@
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.38.0",
"nuxt": "^3.4.1",
"nuxt": "^3.8.1",
"typescript": "^5.0.4"
}
}
Loading

0 comments on commit 7737bb1

Please sign in to comment.