Removed pnpm reference for coolify build test
This commit is contained in:
parent
eaa31c4bea
commit
f56f1e00d3
|
|
@ -13,6 +13,7 @@
|
||||||
"@nuxt/ui": "^4.7.0",
|
"@nuxt/ui": "^4.7.0",
|
||||||
"@nuxtjs/i18n": "^9.5.6",
|
"@nuxtjs/i18n": "^9.5.6",
|
||||||
"@pinia/nuxt": "^0.11.2",
|
"@pinia/nuxt": "^0.11.2",
|
||||||
|
"@sfxcode/nuxt-typesense": "^1.2.0",
|
||||||
"@tanstack/table-core": "^8.21.3",
|
"@tanstack/table-core": "^8.21.3",
|
||||||
"@unovis/ts": "^1.6.5",
|
"@unovis/ts": "^1.6.5",
|
||||||
"@unovis/vue": "^1.6.5",
|
"@unovis/vue": "^1.6.5",
|
||||||
|
|
@ -6080,6 +6081,17 @@
|
||||||
"win32"
|
"win32"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"node_modules/@sfxcode/nuxt-typesense": {
|
||||||
|
"version": "1.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@sfxcode/nuxt-typesense/-/nuxt-typesense-1.2.0.tgz",
|
||||||
|
"integrity": "sha512-5h/nc7AL4POo/RBG+M7zl2fcK1aMED+LWuP/Ob18g9rGZa4cgArLNtp+8GwYFzGIr7aZa6fH6KM+Uuu4kbXFjQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@nuxt/kit": "^4.3.1",
|
||||||
|
"consola": "^3.4.2",
|
||||||
|
"defu": "^6.1.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@simple-git/args-pathspec": {
|
"node_modules/@simple-git/args-pathspec": {
|
||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/@simple-git/args-pathspec/-/args-pathspec-1.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/@simple-git/args-pathspec/-/args-pathspec-1.0.3.tgz",
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
"@internationalized/date": "^3.12.1",
|
"@internationalized/date": "^3.12.1",
|
||||||
"@nuxt/ui": "^4.7.0",
|
"@nuxt/ui": "^4.7.0",
|
||||||
"@nuxtjs/i18n": "^9.5.6",
|
"@nuxtjs/i18n": "^9.5.6",
|
||||||
|
"@pinia/nuxt": "^0.11.2",
|
||||||
|
"@sfxcode/nuxt-typesense": "^1.2.0",
|
||||||
"@tanstack/table-core": "^8.21.3",
|
"@tanstack/table-core": "^8.21.3",
|
||||||
"@unovis/ts": "^1.6.5",
|
"@unovis/ts": "^1.6.5",
|
||||||
"@unovis/vue": "^1.6.5",
|
"@unovis/vue": "^1.6.5",
|
||||||
|
|
@ -26,7 +28,6 @@
|
||||||
"nuxt": "^4.4.2",
|
"nuxt": "^4.4.2",
|
||||||
"nuxt-meilisearch": "^1.4.17",
|
"nuxt-meilisearch": "^1.4.17",
|
||||||
"pinia": "^3.0.4",
|
"pinia": "^3.0.4",
|
||||||
"@pinia/nuxt": "^0.11.2",
|
|
||||||
"scule": "^1.3.0",
|
"scule": "^1.3.0",
|
||||||
"tailwindcss": "^4.2.4",
|
"tailwindcss": "^4.2.4",
|
||||||
"vue": "^3.5.33",
|
"vue": "^3.5.33",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
ignoredBuiltDependencies:
|
|
||||||
- '@parcel/watcher'
|
|
||||||
- '@tailwindcss/oxide'
|
|
||||||
- esbuild
|
|
||||||
- maplibre-gl
|
|
||||||
- unrs-resolver
|
|
||||||
- vue-demi
|
|
||||||
Loading…
Reference in New Issue