cosmos-explorer/package.json

80 lines
2.2 KiB
JSON
Raw Permalink Normal View History

2023-02-06 04:34:02 +00:00
{
2023-05-27 18:15:10 +00:00
"name": "ping.pub",
"version": "3.0.0",
2023-02-06 04:34:02 +00:00
"private": true,
2023-04-03 09:08:02 +00:00
"target": "",
"scripts": {
2023-04-24 17:05:00 +00:00
"dev": "vite",
2023-04-03 09:08:02 +00:00
"serve": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
2023-05-27 18:15:10 +00:00
"type-check": "vue-tsc --noEmit"
2023-04-03 09:08:02 +00:00
},
"dependencies": {
2023-04-19 04:05:19 +00:00
"@chenfengyuan/vue-countdown": "2",
2024-05-12 04:47:21 +00:00
"@cosmjs/crypto": "^0.32.3",
2024-05-26 13:34:22 +00:00
"@cosmjs/amino": "^0.32.3",
2024-05-12 04:47:21 +00:00
"@cosmjs/encoding": "^0.32.3",
2024-05-01 12:39:15 +00:00
"@cosmjs/stargate": "^0.32.3",
2023-04-03 09:08:02 +00:00
"@iconify/vue": "^4.1.0",
"@intlify/unplugin-vue-i18n": "^0.8.2",
2023-09-13 09:09:31 +00:00
"@leapwallet/cosmos-snap-provider": "^0.1.20",
2023-06-12 07:50:09 +00:00
"@leapwallet/name-matcha": "^1.1.0",
2023-04-03 09:08:02 +00:00
"@osmonauts/lcd": "^0.8.0",
2024-07-27 12:38:53 +00:00
"@personaxyz/ad-sdk": "0.0.25",
2023-04-03 09:08:02 +00:00
"@ping-pub/chain-registry-client": "^0.0.25",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vueuse/core": "^9.12.0",
2023-05-15 16:53:29 +00:00
"@vueuse/integrations": "^10.1.2",
2023-04-03 09:08:02 +00:00
"@vueuse/math": "^9.12.0",
"apexcharts": "^3.37.1",
2023-04-24 15:12:08 +00:00
"autoprefixer": "^10.4.14",
2023-04-03 09:08:02 +00:00
"axios": "^1.3.2",
2023-04-30 03:47:39 +00:00
"buffer": "^6.0.3",
2023-06-26 08:54:23 +00:00
"build": "^0.1.4",
2023-04-03 09:08:02 +00:00
"cross-fetch": "^3.1.5",
2023-06-15 01:09:47 +00:00
"daisyui": "^3.1.0",
2023-04-03 09:08:02 +00:00
"dayjs": "^1.11.7",
2023-05-10 17:53:59 +00:00
"lazy-load-vue3": "^1.3.0",
2023-04-03 09:08:02 +00:00
"long": "^5.2.1",
"md-editor-v3": "^2.8.1",
"numeral": "^2.0.6",
"osmojs": "^14.0.0-rc.0",
"pinia": "^2.0.28",
2023-04-24 15:12:08 +00:00
"postcss": "^8.4.23",
2023-05-15 16:53:29 +00:00
"qrcode": "^1.5.3",
2023-04-24 15:12:08 +00:00
"tailwindcss": "^3.3.1",
2023-05-04 15:24:07 +00:00
"theme-change": "^2.5.0",
2023-04-03 09:08:02 +00:00
"vite-plugin-vue-layouts": "^0.7.0",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"vue-prism-component": "^2.0.0",
2023-04-03 09:08:02 +00:00
"vue-router": "^4.1.6",
"vue3-apexcharts": "^1.4.1",
2023-09-14 03:49:56 +00:00
"vue3-json-viewer": "^2.2.2",
2023-05-27 18:15:10 +00:00
"vue3-perfect-scrollbar": "^1.6.1"
2023-04-03 09:08:02 +00:00
},
2023-02-06 04:34:02 +00:00
"devDependencies": {
2023-04-03 09:08:02 +00:00
"@osmonauts/telescope": "^0.88.2",
"@types/marked": "^4.0.8",
"@types/node": "^18.11.12",
"@types/numeral": "^2.0.2",
2023-06-08 02:02:47 +00:00
"@types/semver": "7.5.0",
2023-02-06 04:34:02 +00:00
"@vitejs/plugin-vue": "^4.0.0",
2023-04-03 09:08:02 +00:00
"@vue/tsconfig": "^0.1.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"sass": "^1.58.0",
2024-01-29 09:36:41 +00:00
"shiki": "^1.0.0-beta.0",
2023-04-03 09:08:02 +00:00
"typescript": "~4.9.5",
"unplugin-auto-import": "^0.13.0",
"unplugin-vue-components": "^0.23.0",
"unplugin-vue-define-options": "1.1.4",
2023-09-14 03:49:56 +00:00
"vite": "^4.4.9",
2023-04-03 09:08:02 +00:00
"vite-plugin-pages": "^0.28.0",
2023-09-14 03:49:56 +00:00
"vue-json-viewer": "3",
2023-04-03 09:08:02 +00:00
"vue-tsc": "^1.0.12"
2023-02-06 04:34:02 +00:00
}
}