-
- Downloads
use total taxa for distri system count
parent
f898e3f9
No related branches found
No related tags found
Pipeline #128001 waiting for manual action
Stage: get-meili-key
Stage: pre-processing
Stage: build
Stage: delete-release
Stage: lint
Stage: deploy
Stage: post-deploy
Showing
- .vscode/settings.json 44 additions, 2 deletions.vscode/settings.json
- components/content/ArticleSystemDistributionPlot.vue 5 additions, 7 deletionscomponents/content/ArticleSystemDistributionPlot.vue
- components/content/PdbeMolstarPlugin.vue 2 additions, 2 deletionscomponents/content/PdbeMolstarPlugin.vue
- components/content/RefArticle.vue 1 addition, 1 deletioncomponents/content/RefArticle.vue
- components/content/References.vue 2 additions, 0 deletionscomponents/content/References.vue
- nuxt.config.ts 5 additions, 0 deletionsnuxt.config.ts
- package-lock.json 618 additions, 329 deletionspackage-lock.json
- package.json 6 additions, 4 deletionspackage.json
- types/articles.ts 20 additions, 0 deletionstypes/articles.ts
This diff is collapsed.
... | ... | @@ -9,6 +9,7 @@ |
"preview": "nuxt preview" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^2.12.2", | ||
"@iconify-json/game-icons": "^1.1.7", | ||
"@iconify-json/gravity-ui": "^1.1.1", | ||
"@iconify-json/material-symbols": "^1.1.69", | ||
... | ... | @@ -17,20 +18,21 @@ |
"@iconify-json/tabler": "^1.1.103", | ||
"@iconify-json/vscode-icons": "^1.1.32", | ||
"@nuxt/content": "^2.10.0", | ||
"@nuxtjs/eslint-module": "^4.1.0", | ||
"@nuxtjs/plausible": "^0.2.4", | ||
"@nuxtjs/seo": "^2.0.0-rc.9", | ||
"@types/d3": "^7.4.3", | ||
"@types/node": "^20.11.0", | ||
"@unocss/eslint-plugin": "^0.59.0", | ||
"@unocss/nuxt": "^0.58.3", | ||
"@unocss/preset-icons": "^0.58.3", | ||
"@vueuse/core": "^10.7.1", | ||
"@vueuse/nuxt": "^10.7.1", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-format": "^0.1.0", | ||
"nuxt": "^3.11.1", | ||
"nuxt-meilisearch": "^1.1.0", | ||
"vuetify-nuxt-module": "^0.9.0", | ||
"@antfu/eslint-config": "^2.11.6", | ||
"eslint-plugin-format": "^0.1.0", | ||
"@unocss/eslint-plugin": "^0.58.8" | ||
"vuetify-nuxt-module": "^0.9.0" | ||
}, | ||
"overrides": { | ||
"vue": "latest" | ||
... | ... |
Please register or sign in to comment