- Debian-based api image (bookworm-slim), docker/debian mirrors, prisma binaryTargets for openssl 3.0 - nginx: admin SPA under /admin, TLS via acme.sh (ZeroSSL) + auto-renewal cron, http->https redirect - prisma: add origin_goods.delisted migration, sync missing schema (good_image/tag_font_color/good_tags), fix users.createdAt Timestamptz - api: CORS wildcard reflection, helmet CORP cross-origin, price backfill in persistProductDetail, categoryIcon ancestor fallback, mediaByColor per-color gallery in public goods detail - admin: /admin base path (vite + router) - import-data.mjs: udt_name casting, serial sequence advance fix
30 lines
722 B
JSON
30 lines
722 B
JSON
{
|
|
"name": "@inkreach/website",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev --host",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"test": "vitest",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^7.2.0",
|
|
"@nuxtjs/seo": "^5.1.3",
|
|
"@tailwindcss/postcss": "^4.3.0",
|
|
"@takumi-rs/core": "^1.5.1",
|
|
"nuxt": "^4.4.6",
|
|
"tailwindcss": "^4.3.0",
|
|
"vue": "^3.5.34",
|
|
"vue-router": "^5.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
"@vue/test-utils": "^2.4.11",
|
|
"happy-dom": "^20.10.6",
|
|
"vitest": "^4.1.10"
|
|
}
|
|
}
|