Skip to content

Commit

Permalink
Merge pull request #9 from Libertai/reza/fix-typos
Browse files Browse the repository at this point in the history
  • Loading branch information
aliel committed Jun 2, 2024
2 parents 8f0f3b5 + 9af7a71 commit f69a643
Show file tree
Hide file tree
Showing 32 changed files with 759 additions and 1,292 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ module.exports = {

// allow debugger during development only
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off",

"vue/multi-word-component-names": "off"
},
};
266 changes: 16 additions & 250 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"dependencies": {
"@libertai/libertai-js": "0.0.4",
"@quasar/extras": "^1.16.11",
"@solana/web3.js": "^1.90.0",
"aleph-sdk-ts": "^3.9.2",
"axios": "^1.2.1",
"buffer": "^6.0.3",
Expand All @@ -39,12 +38,11 @@
"stream": "^0.0.2",
"uuid": "^9.0.1",
"vue": "^3.0.0",
"vue-i18n": "^9.0.0",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^7.0.0",
"@quasar/app-vite": "^1.9.3",
"@types/dompurify": "^3.0.5",
"autoprefixer": "^10.4.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
Loading

0 comments on commit f69a643

Please sign in to comment.