89 lines
2.8 KiB
JSON
89 lines
2.8 KiB
JSON
{
|
|
"name": "@cvpilot/desktop",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "dist-electron/main.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build && electron-builder",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.4.0",
|
|
"@google-cloud/spanner": "^7.12.0",
|
|
"@hookform/resolvers": "3.9.0",
|
|
"@radix-ui/react-checkbox": "^1.1.1",
|
|
"@radix-ui/react-dialog": "^1.1.1",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
"@radix-ui/react-label": "^2.1.0",
|
|
"@radix-ui/react-menubar": "^1.1.1",
|
|
"@radix-ui/react-progress": "^1.1.0",
|
|
"@radix-ui/react-radio-group": "^1.2.0",
|
|
"@radix-ui/react-scroll-area": "^1.1.0",
|
|
"@radix-ui/react-select": "^2.1.1",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@radix-ui/react-tabs": "^1.1.0",
|
|
"@radix-ui/react-toast": "^1.2.1",
|
|
"@radix-ui/react-tooltip": "^1.1.2",
|
|
"@tanstack/react-table": "^8.20.5",
|
|
"@types/react-icons": "^3.0.0",
|
|
"@xenova/transformers": "^2.17.2",
|
|
"antd": "^5.20.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.0.0",
|
|
"custom-electron-titlebar": "^4.2.8",
|
|
"date-fns": "^3.6.0",
|
|
"dayjs": "1.11.13",
|
|
"dexie": "^4.0.8",
|
|
"dicom-parser": "1.8.21",
|
|
"dockview": "^1.15.2",
|
|
"electron-store": "^10.0.0",
|
|
"embla-carousel-react": "^8.2.0",
|
|
"flexlayout-react": "^0.7.15",
|
|
"framer-motion": "^11.3.24",
|
|
"lowdb": "^7.0.1",
|
|
"lucide-react": "^0.408.0",
|
|
"node-machine-id": "1.1.12",
|
|
"object-hash": "^3.0.0",
|
|
"onnxruntime-node": "^1.18.0",
|
|
"openvino-node": "2024.3.0",
|
|
"react": "^18.2.0",
|
|
"react-day-picker": "^8.10.1",
|
|
"react-desktop": "^0.3.9",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "14.2.3",
|
|
"react-hook-form": "7.53.0",
|
|
"react-icons": "^5.2.1",
|
|
"react-resizable-panels": "^2.1.1",
|
|
"react-router-dom": "^6.26.0",
|
|
"tailwind-merge": "^2.4.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"zod": "3.23.8",
|
|
"axios": "1.7.7"
|
|
},
|
|
"devDependencies": {
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@types/node": "22.5.2",
|
|
"@types/react": "^18.2.64",
|
|
"@types/react-dom": "^18.2.21",
|
|
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
"@typescript-eslint/parser": "^7.1.1",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"autoprefixer": "^10.4.19",
|
|
"electron": "30.4.0",
|
|
"electron-builder": "^24.13.3",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"postcss": "^8.4.39",
|
|
"tailwindcss": "^3.4.4",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.1.6",
|
|
"vite-plugin-electron": "^0.28.6",
|
|
"vite-plugin-electron-renderer": "^0.14.5"
|
|
}
|
|
}
|