cosmos-explorer/package.json

87 lines
2.5 KiB
JSON
Raw Normal View History

2021-07-21 14:07:38 +00:00
{
2021-07-22 02:39:17 +00:00
"name": "ping-wallet",
"version": "0.1.0",
2021-07-21 14:07:38 +00:00
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"tauri:build": "vue-cli-service tauri:build",
"tauri:serve": "vue-cli-service tauri:serve"
},
"dependencies": {
"@casl/ability": "4.1.6",
"@casl/vue": "1.1.1",
2021-08-02 16:13:53 +00:00
"@cosmjs/amino": "^0.25.6",
"@cosmjs/crypto": "^0.25.6",
"@cosmjs/encoding": "^0.25.6",
2021-08-05 04:38:58 +00:00
"@cosmjs/proto-signing": "^0.25.6",
2021-07-22 02:39:17 +00:00
"@intlify/vue-i18n-loader": "^2.1.2",
2021-07-21 14:07:38 +00:00
"@vue/composition-api": "1.0.0-beta.22",
"@vueuse/core": "4.0.0",
"animate.css": "4.1.1",
"apexcharts": "3.23.0",
"axios": "0.21.1",
"axios-mock-adapter": "1.19.0",
"bootstrap": "4.6.0",
"bootstrap-vue": "2.21.1",
"chart.js": "2.9.4",
2021-07-28 11:20:30 +00:00
"compare-versions": "^3.6.0",
2021-07-21 14:07:38 +00:00
"core-js": "3.8.1",
2021-07-28 11:20:30 +00:00
"dayjs": "^1.10.6",
2021-07-21 14:07:38 +00:00
"echarts": "4.8.0",
"leaflet": "1.6.0",
2021-07-28 11:20:30 +00:00
"node-fetch": "^2.6.1",
2021-07-21 14:07:38 +00:00
"portal-vue": "2.1.7",
"postcss-rtl": "1.7.3",
"prismjs": "1.19.0",
"swiper": "5.4.5",
"uuid": "8.3.2",
"vee-validate": "3.4.5",
"vue": "2.x",
"vue-apexcharts": "1.6.0",
"vue-autosuggest": "2.2.0",
"vue-awesome-swiper": "4.1.1",
"vue-chartjs": "3.5.0",
"vue-cleave-component": "2.1.3",
"vue-clipboard2": "0.3.1",
"vue-context": "6.0.0",
"vue-echarts": "5.0.0-beta.0",
"vue-feather-icons": "5.1.0",
"vue-flatpickr-component": "8.1.6",
"vue-form-wizard": "0.8.4",
"vue-i18n": "8.22.2",
2021-07-22 02:39:17 +00:00
"vue-loader": "^15.9.6",
2021-07-21 14:07:38 +00:00
"vue-perfect-scrollbar": "0.2.1",
"vue-prism-component": "1.1.1",
"vue-ripple-directive": "2.0.1",
"vue-router": "3.4.9",
"vue-select": "3.11.2",
"vue-slider-component": "3.2.11",
"vue-sweetalert2": "4.1.1",
"vue-toastification": "1.7.8",
"vue-tour": "1.5.0",
"vue-tree-halower": "1.8.3",
"vue2-leaflet": "2.5.2",
"vuedraggable": "2.24.3",
"vuex": "3.6.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.9",
"@vue/cli-plugin-eslint": "~4.5.9",
"@vue/cli-plugin-router": "~4.5.9",
"@vue/cli-plugin-vuex": "~4.5.9",
"@vue/cli-service": "~4.5.9",
"@vue/eslint-config-airbnb": "^5.3.0",
"@vuepress/plugin-medium-zoom": "^1.7.1",
"babel-eslint": "^10.0.3",
"eslint": "6.8.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "6.2.2",
"sass": "1.32.*",
"sass-loader": "^10.1.0",
"vue-cli-plugin-tauri": "~1.0.0-beta.3",
"vue-template-compiler": "2.x"
}
}