- Add .gitea/workflows for building and pushing api, dashboard, and worker images to git.zias.be registry - Add docker-compose.prod.yml using pre-built registry images (no build-from-source on server) - Update docker-compose.yml infra images to latest (postgres 18.3, redis 8.6.2, clickhouse 26.3.2.3) - Update self-hosting/docker-compose.template.yml image versions to match - Bump Node.js to 22.22.2 in all three Dockerfiles - Update pnpm to 10.33.0 and upgrade all safe npm dependencies - Add buffer-equal-constant-time patch Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "@openpanel/nuxt",
|
|
"version": "0.3.0-local",
|
|
"type": "module",
|
|
"main": "./dist/module.mjs",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/module.d.mts",
|
|
"import": "./dist/module.mjs"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"config": {
|
|
"transformPackageJson": false,
|
|
"transformEnvs": false,
|
|
"docPath": "apps/public/content/docs/(tracking)/sdks/nuxt.mdx"
|
|
},
|
|
"scripts": {
|
|
"build": "npx nuxt-module-build build",
|
|
"dev:prepare": "npx nuxt-module-build build --stub",
|
|
"prepack": "npx nuxt-module-build build",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@openpanel/web": "workspace:1.3.0-local"
|
|
},
|
|
"peerDependencies": {
|
|
"h3": "^1.0.0",
|
|
"nuxt": "^3.0.0 || ^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/kit": "^3.21.2",
|
|
"@nuxt/module-builder": "^1.0.2",
|
|
"@nuxt/types": "^2.18.1",
|
|
"@openpanel/tsconfig": "workspace:*",
|
|
"@types/node": "catalog:",
|
|
"@vue/runtime-core": "^3.5.31",
|
|
"typescript": "catalog:",
|
|
"unbuild": "^3.6.1"
|
|
}
|
|
}
|