cosmos-explorer/package.json

86 lines
2.5 KiB
JSON
Raw Normal View History

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": {
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",
2023-04-05 02:39:21 +00:00
"test": "jest",
2023-04-03 09:08:02 +00:00
"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",
2023-04-19 04:05:19 +00:00
"@chenfengyuan/vue-countdown": "2",
2023-04-03 09:08:02 +00:00
"@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",
2023-04-19 04:05:19 +00:00
"@tomieric/vue-flip-countdown": "^0.0.5",
2023-04-03 09:08:02 +00:00
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vueuse/core": "^9.12.0",
"@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-04-03 09:08:02 +00:00
"cross-fetch": "^3.1.5",
2023-05-04 07:36:42 +00:00
"daisyui": "^2.51.6",
2023-04-03 09:08:02 +00:00
"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",
2023-04-24 15:12:08 +00:00
"postcss": "^8.4.23",
"prismjs": "^1.29.0",
2023-04-24 15:12:08 +00:00
"tailwindcss": "^3.3.1",
2023-04-03 09:08:02 +00:00
"vite-plugin-vue-layouts": "^0.7.0",
"vite-plugin-vuetify": "^1.0.2",
"vue": "^3.2.45",
"vue-flatpickr-component": "^11.0.3",
2023-04-03 09:08:02 +00:00
"vue-i18n": "^9.2.2",
2023-04-06 01:48:59 +00:00
"vue-json-pretty": "^2.2.4",
"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-04-19 04:05:19 +00:00
"vue3-flip-countdown": "^0.1.6",
2023-04-03 09:08:02 +00:00
"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",
2023-04-05 02:39:21 +00:00
"@types/jest": "^29.5.0",
2023-04-03 09:08:02 +00:00
"@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",
2023-04-05 02:39:21 +00:00
"jest": "^29.5.0",
2023-04-03 09:08:02 +00:00
"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",
2023-04-27 11:41:06 +00:00
"vite": "^4.3.3",
2023-04-03 09:08:02 +00:00
"vite-plugin-pages": "^0.28.0",
"vue-tsc": "^1.0.12"
2023-02-06 04:34:02 +00:00
}
}