mirror of
https://github.com/countbot-ai/CountBot.git
synced 2026-09-14 20:46:47 +08:00
53 lines
1.7 KiB
JSON
53 lines
1.7 KiB
JSON
{
|
|
"name": "countbot-frontend",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "CountBot - AI Delivers. Professional AI Assistant Frontend",
|
|
"author": "CountBot Team",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build:check": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest --run",
|
|
"test:watch": "vitest",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"test:e2e:debug": "playwright test --debug",
|
|
"type-check": "vue-tsc --noEmit",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
|
|
"lint:check": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
|
|
"format": "prettier --write src/",
|
|
"format:check": "prettier --check src/"
|
|
},
|
|
"dependencies": {
|
|
"@panzoom/panzoom": "^4.6.1",
|
|
"@vueuse/core": "^10.7.0",
|
|
"axios": "1.13.4",
|
|
"highlight.js": "^11.9.0",
|
|
"lucide-vue-next": "0.300.0",
|
|
"marked": "^11.0.0",
|
|
"mermaid": "^11.13.0",
|
|
"pinia": "2.3.1",
|
|
"qrcode": "^1.5.4",
|
|
"vue": "^3.3.0",
|
|
"vue-i18n": "9.14.5",
|
|
"vue-router": "4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.0",
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
"@vue/tsconfig": "^0.5.0",
|
|
"typescript": "~5.3.3",
|
|
"vite": "^5.0.0",
|
|
"vue-tsc": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=9.0.0"
|
|
},
|
|
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677"
|
|
}
|