-
- Downloads
add root html to structure db
parent
69b2455e
Branches
No related tags found
Pipeline #129922 waiting for manual action
Stage: delete-release
Stage: get-meili-key
Stage: pre-processing
Stage: build
Stage: lint
Stage: deploy
Stage: post-deploy
Showing
- components/content/PdbeMolstarPlugin.vue 83 additions, 81 deletionscomponents/content/PdbeMolstarPlugin.vue
- components/content/RefseqDb.vue 4 additions, 4 deletionscomponents/content/RefseqDb.vue
- components/content/StructureDb.vue 9 additions, 11 deletionscomponents/content/StructureDb.vue
- package-lock.json 1940 additions, 3583 deletionspackage-lock.json
- package.json 6 additions, 6 deletionspackage.json
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", | ||
... | ... | @@ -22,17 +23,16 @@ |
"@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", | ||
"nuxt": "^3.11.1", | ||
"nuxt-meilisearch": "^1.1.0", | ||
"vuetify-nuxt-module": "^0.9.0", | ||
"@antfu/eslint-config": "^2.12.2", | ||
"eslint-plugin-format": "^0.1.0", | ||
"@unocss/eslint-plugin": "^0.59.0" | ||
"nuxt": "^3.11.2", | ||
"nuxt-meilisearch": "^1.1.0", | ||
"vuetify-nuxt-module": "^0.13.5" | ||
}, | ||
"overrides": { | ||
"vue": "latest" | ||
... | ... |
Please register or sign in to comment