Files
eve-alpha/package.json
Aodhan Collins 66749a5ce7 Initial commit
2025-10-06 00:33:04 +01:00

53 lines
1.6 KiB
JSON

{
"name": "eve-assistant",
"version": "0.1.0",
"description": "EVE - Personal Desktop Assistant with AI capabilities",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "cross-env WEBKIT_DISABLE_COMPOSITING_MODE=1 tauri dev",
"tauri:build": "tauri build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write \"src/**/*.{ts,tsx,css}\""
},
"dependencies": {
"@elevenlabs/elevenlabs-js": "^2.17.0",
"@tauri-apps/api": "^1.5.3",
"@types/node": "^24.6.2",
"clsx": "^2.1.0",
"katex": "^0.16.23",
"lucide-react": "^0.344.0",
"mermaid": "^11.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.6",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.10",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"cross-env": "^10.1.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.1.3"
}
}