-
- Downloads
Initial commit
parents
No related branches found
No related tags found
Showing
- .env.example 2 additions, 0 deletions.env.example
- .gitignore 78 additions, 0 deletions.gitignore
- .gitlab-ci.yml 51 additions, 0 deletions.gitlab-ci.yml
- .gitmodules 3 additions, 0 deletions.gitmodules
- .npmrc 2 additions, 0 deletions.npmrc
- LICENSE.md 16 additions, 0 deletionsLICENSE.md
- README.md 13 additions, 0 deletionsREADME.md
- components.json 21 additions, 0 deletionscomponents.json
- index.html 13 additions, 0 deletionsindex.html
- npm-common-config 1 addition, 0 deletionsnpm-common-config
- package.json 56 additions, 0 deletionspackage.json
- pnpm-lock.yaml 0 additions, 0 deletionspnpm-lock.yaml
- pnpm-workspace.yaml 2 additions, 0 deletionspnpm-workspace.yaml
- public/bg.svg 72 additions, 0 deletionspublic/bg.svg
- public/dist/bundle.js 2 additions, 0 deletionspublic/dist/bundle.js
- public/icon.svg 7 additions, 0 deletionspublic/icon.svg
- public/snap.manifest.json 2 additions, 0 deletionspublic/snap.manifest.json
- public/src/assets/icon.svg 2 additions, 0 deletionspublic/src/assets/icon.svg
- src/App.vue 54 additions, 0 deletionssrc/App.vue
- src/assets/icons/wallets/keychain.svg 6 additions, 0 deletionssrc/assets/icons/wallets/keychain.svg
.env.example
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.gitmodules
0 → 100644
.npmrc
0 → 120000
LICENSE.md
0 → 100644
README.md
0 → 100644
components.json
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
{ | ||
"name": "@hiveio/wallet-dapp", | ||
"version": "1.0.0", | ||
"private": false, | ||
"description": "Metamask Wallet dApp", | ||
"homepage": "https://gitlab.syncad.com/hive/wallet-dapp#readme", | ||
"bugs": { | ||
"url": "https://gitlab.syncad.com/hive/wallet-dapp/-/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://gitlab.syncad.com/hive/wallet-dapp.git" | ||
}, | ||
"license": "MIT", | ||
"type": "module", | ||
"files": [ | ||
"dist/index.html", | ||
"dist/assets" | ||
], | ||
"scripts": { | ||
"start": "vite", | ||
"build": "vue-tsc -b && vite build", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@hiveio/metamask-snap": "1.0.0", | ||
"@hiveio/wax": "1.27.6-rc7-250304235913", | ||
"@mdi/js": "^7.4.47", | ||
"@metamask/providers": "^16.0.0", | ||
"@tanstack/vue-table": "^8.21.2", | ||
"@types/node": "^22.13.9", | ||
"@vitejs/plugin-vue": "^5.2.1", | ||
"@vue/tsconfig": "^0.7.0", | ||
"@vueuse/core": "^12.8.2", | ||
"autoprefixer": "^10.4.20", | ||
"class-variance-authority": "^0.7.1", | ||
"clsx": "^2.1.1", | ||
"lucide-vue-next": "^0.477.0", | ||
"pinia": "^3.0.1", | ||
"reka-ui": "^2.0.2", | ||
"tailwind-merge": "^3.0.2", | ||
"tailwindcss-animate": "^1.0.7", | ||
"tailwindcss": "3", | ||
"typescript": "~5.7.2", | ||
"vite": "^6.2.0", | ||
"vue-tsc": "^2.2.4", | ||
"vue": "^3.5.13", | ||
"vue-router": "4" | ||
}, | ||
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b", | ||
"engines": { | ||
"node": "^20.18.1 || >= 21.2" | ||
} | ||
} | ||
\ No newline at end of file |
pnpm-lock.yaml
0 → 100644
This diff is collapsed.
pnpm-workspace.yaml
0 → 120000
public/bg.svg
0 → 100644
public/dist/bundle.js
0 → 120000
public/icon.svg
0 → 100644
public/snap.manifest.json
0 → 120000
public/src/assets/icon.svg
0 → 120000
src/App.vue
0 → 100644
src/assets/icons/wallets/keychain.svg
0 → 100644
Please register or sign in to comment