All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 5m19s
- Rewrite email_imap.go to use a minimal hand-rolled IMAP client instead of go-imap/go-message, for better compatibility with Outlook's non-standard responses - Consolidate and simplify CVLayout.vue CSS overrides - Bump vite from 7.1.11 to 7.3.2 - Move SEED_DB env var from nginx to backend in dev compose - Add /app/src/wasm volume exclusion in dev compose Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
38 lines
963 B
JSON
38 lines
963 B
JSON
{
|
|
"name": "nginx-html",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"build:wasm": "wasm-pack build crates/stp_wasm --target web --out-dir ../../src/wasm",
|
|
"dev": "vite",
|
|
"build": "npm run build:wasm && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@mdit/plugin-katex": "^0.24.1",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@vueuse/core": "^14.2.1",
|
|
"axios": "^1.13.2",
|
|
"dompurify": "^3.3.3",
|
|
"katex": "^0.16.27",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-wikilinks": "^1.4.0",
|
|
"pinia": "^3.0.4",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3",
|
|
"vue": "^3.5.22",
|
|
"vue-router": "^4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"vite": "^7.3.2",
|
|
"vite-plugin-top-level-await": "^1.6.0",
|
|
"vite-plugin-vue-devtools": "^8.0.3",
|
|
"vite-plugin-wasm": "^3.6.0"
|
|
}
|
|
}
|