navidocs/client/package.json
Danny Stocker 60c73bb896 [MEETING PREP] Feature selector + testing + integrations
For Riviera Plaisance meeting:
- feature-selector-riviera-meeting.html (ALL 8 features with notes/voting)
- USER_TESTING_INSTRUCTIONS_CLOUD.md (user perspective testing guide)
- INTEGRATION_WHATSAPP.md (WhatsApp Business API integration)
- INTEGRATION_CLAUDE_CHATBOX.md (Claude CLI chatbox with document context)
- LIVE_TESTING_GUIDE.md (comprehensive testing checklist)
- FEATURE_SUMMARY_ALL.md (all 8 features catalog)

Ready for 1-hour meeting with client.
2025-11-13 14:42:13 +01:00

30 lines
730 B
JSON

{
"name": "navidocs-client",
"version": "1.0.0",
"description": "NaviDocs frontend - Vue 3 boat manual management UI",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"i18n:lint": "node scripts/i18n-keys-lint.js",
"test": "npm run i18n:lint"
},
"dependencies": {
"axios": "^1.13.2",
"meilisearch": "^0.41.0",
"pdfjs-dist": "^4.0.0",
"pinia": "^2.2.0",
"vue": "^3.5.0",
"vue-i18n": "^9.14.5",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"autoprefixer": "^10.4.0",
"playwright": "^1.40.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"vite": "^5.0.0"
}
}