2023-02-06 04:34:02 +00:00
|
|
|
{
|
2023-04-03 09:08:02 +00:00
|
|
|
"name": "framework",
|
|
|
|
"version": "0.0.0",
|
2023-02-06 04:34:02 +00:00
|
|
|
"private": true,
|
2023-04-03 09:08:02 +00:00
|
|
|
"target": "",
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vite",
|
|
|
|
"build": "run-p type-check build-only",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@casl/ability": "^6.3.3",
|
|
|
|
"@casl/vue": "^2.2.1",
|
|
|
|
"@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",
|
|
|
|
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
|
|
|
"@vueuse/core": "^9.12.0",
|
|
|
|
"@vueuse/math": "^9.12.0",
|
|
|
|
"apexcharts": "^3.37.1",
|
|
|
|
"axios": "^1.3.2",
|
|
|
|
"cross-fetch": "^3.1.5",
|
|
|
|
"dayjs": "^1.11.7",
|
|
|
|
"long": "^5.2.1",
|
|
|
|
"md-editor-v3": "^2.8.1",
|
|
|
|
"numeral": "^2.0.6",
|
|
|
|
"osmojs": "^14.0.0-rc.0",
|
|
|
|
"pinia": "^2.0.28",
|
|
|
|
"vite-plugin-vue-layouts": "^0.7.0",
|
|
|
|
"vite-plugin-vuetify": "^1.0.2",
|
|
|
|
"vue": "^3.2.45",
|
|
|
|
"vue-i18n": "^9.2.2",
|
|
|
|
"vue-router": "^4.1.6",
|
|
|
|
"vue3-apexcharts": "^1.4.1",
|
|
|
|
"vue3-perfect-scrollbar": "^1.6.1",
|
|
|
|
"vuetify": "3.0.6",
|
|
|
|
"webfontloader": "^1.6.28"
|
|
|
|
},
|
2023-02-06 04:34:02 +00:00
|
|
|
"devDependencies": {
|
2023-04-03 09:08:02 +00:00
|
|
|
"@osmonauts/telescope": "^0.88.2",
|
|
|
|
"@rushstack/eslint-patch": "^1.1.4",
|
|
|
|
"@types/marked": "^4.0.8",
|
|
|
|
"@types/node": "^18.11.12",
|
|
|
|
"@types/numeral": "^2.0.2",
|
2023-02-06 04:34:02 +00:00
|
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
2023-04-03 09:08:02 +00:00
|
|
|
"@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",
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"prettier": "^2.7.1",
|
|
|
|
"sass": "^1.58.0",
|
|
|
|
"typescript": "~4.9.5",
|
|
|
|
"unplugin-auto-import": "^0.13.0",
|
|
|
|
"unplugin-vue-components": "^0.23.0",
|
|
|
|
"unplugin-vue-define-options": "1.1.4",
|
|
|
|
"vite": "^4.0.0",
|
|
|
|
"vite-plugin-pages": "^0.28.0",
|
|
|
|
"vue-tsc": "^1.0.12"
|
2023-02-06 04:34:02 +00:00
|
|
|
}
|
|
|
|
}
|