forked from cerc-io/cosmos-explorer
feat: clear dependencies
This commit is contained in:
parent
5e687f0aa0
commit
a323bce8c9
27
package.json
27
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "framework",
|
||||
"version": "0.0.0",
|
||||
"name": "ping.pub",
|
||||
"version": "3.0.0",
|
||||
"private": true,
|
||||
"target": "",
|
||||
"scripts": {
|
||||
@ -8,23 +8,17 @@
|
||||
"serve": "vite",
|
||||
"build": "run-p type-check build-only",
|
||||
"preview": "vite preview",
|
||||
"test": "jest",
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --noEmit",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
||||
"type-check": "vue-tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@casl/ability": "^6.3.3",
|
||||
"@casl/vue": "^2.2.1",
|
||||
"@chenfengyuan/vue-countdown": "2",
|
||||
"@cosmjs/crypto": "^0.29.5",
|
||||
"@cosmjs/encoding": "^0.29.5",
|
||||
"@floating-ui/dom": "^1.2.0",
|
||||
"@iconify/vue": "^4.1.0",
|
||||
"@intlify/unplugin-vue-i18n": "^0.8.2",
|
||||
"@osmonauts/lcd": "^0.8.0",
|
||||
"@ping-pub/chain-registry-client": "^0.0.25",
|
||||
"@tomieric/vue-flip-countdown": "^0.0.5",
|
||||
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
||||
"@vueuse/core": "^9.12.0",
|
||||
"@vueuse/integrations": "^10.1.2",
|
||||
@ -41,39 +35,28 @@
|
||||
"md-editor-v3": "^2.8.1",
|
||||
"numeral": "^2.0.6",
|
||||
"osmojs": "^14.0.0-rc.0",
|
||||
"ping-widget": "^0.0.24",
|
||||
"ping-widget": "^0.0.26",
|
||||
"pinia": "^2.0.28",
|
||||
"postcss": "^8.4.23",
|
||||
"prismjs": "^1.29.0",
|
||||
"qrcode": "^1.5.3",
|
||||
"tailwindcss": "^3.3.1",
|
||||
"theme-change": "^2.5.0",
|
||||
"vite-plugin-vue-layouts": "^0.7.0",
|
||||
"vue": "^3.2.45",
|
||||
"vue-flatpickr-component": "^11.0.3",
|
||||
"vue-i18n": "^9.2.2",
|
||||
"vue-json-pretty": "^2.2.4",
|
||||
"vue-prism-component": "^2.0.0",
|
||||
"vue-router": "^4.1.6",
|
||||
"vue3-apexcharts": "^1.4.1",
|
||||
"vue3-flip-countdown": "^0.1.6",
|
||||
"vue3-perfect-scrollbar": "^1.6.1",
|
||||
"webfontloader": "^1.6.28"
|
||||
"vue3-perfect-scrollbar": "^1.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@osmonauts/telescope": "^0.88.2",
|
||||
"@rushstack/eslint-patch": "^1.1.4",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/marked": "^4.0.8",
|
||||
"@types/node": "^18.11.12",
|
||||
"@types/numeral": "^2.0.2",
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"@vue/eslint-config-prettier": "^7.0.0",
|
||||
"@vue/eslint-config-typescript": "^11.0.0",
|
||||
"@vue/tsconfig": "^0.1.3",
|
||||
"eslint": "^8.22.0",
|
||||
"eslint-plugin-vue": "^9.3.0",
|
||||
"jest": "^29.5.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.7.1",
|
||||
"sass": "^1.58.0",
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* eslint-disable import/order */
|
||||
import 'ping-widget';
|
||||
import App from '@/App.vue';
|
||||
import i18n from '@/plugins/i18n';
|
||||
|
@ -1,9 +0,0 @@
|
||||
import { CosmosRestClient } from '../src/libs/client'
|
||||
|
||||
const client = new CosmosRestClient("https://osmosis-rpc.polkachu.com")
|
||||
|
||||
describe('cosmos rest client test', () => {
|
||||
it('node-info', () => {
|
||||
client.getBaseNodeInfo()
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue
Block a user