- Removed the `file` property from the `Speak` type in `speak.ts`. - Simplified exports in `index.ts` by removing unused functions. - Deleted the `relatime.ts` file as it was no longer needed. - Cleaned up `settingStore.ts` by removing Volcengine configuration properties and related methods. - Updated `voiceStore.ts` to use Flowme API for voice management and removed unnecessary methods. - Changed the main export in `page.tsx` to point to the new App component. - Introduced new `asr-api.ts` and `flowme-api.ts` modules for handling API interactions. - Added `ConfirmDeleteModal.tsx` for confirming voice deletions. - Created `resourceStore.ts` for managing resource uploads.
74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
{
|
|
"name": "muse",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"basename": "/root/muse",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"ui": "bunx shadcn@latest add ",
|
|
"pub": "envision deploy ./dist -k muse -v 0.0.1 -y y -u"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.2.0",
|
|
"@kevisual/api": "^0.0.63",
|
|
"@kevisual/context": "^0.0.8",
|
|
"@kevisual/router": "0.1.1",
|
|
"@kevisual/video-tools": "^0.0.13",
|
|
"@ricky0123/vad-web": "^0.0.30",
|
|
"@szhsin/react-menu": "^4.5.1",
|
|
"@tanstack/react-query": "^5.90.21",
|
|
"@tanstack/react-router": "^1.166.7",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"convex": "^1.32.0",
|
|
"dayjs": "^1.11.19",
|
|
"es-toolkit": "^1.45.1",
|
|
"fuse.js": "^7.1.0",
|
|
"graphology": "^0.26.0",
|
|
"lucide-react": "^0.577.0",
|
|
"marked": "^17.0.4",
|
|
"nanoid": "^5.1.6",
|
|
"next-themes": "^0.4.6",
|
|
"pouchdb-browser": "^9.0.0",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-hook-form": "^7.71.2",
|
|
"react-resizable-panels": "^4.7.2",
|
|
"react-virtualized": "^9.22.6",
|
|
"sigma": "^3.0.2",
|
|
"sonner": "^2.0.7",
|
|
"zustand": "^5.0.11"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@kevisual/ai": "latest",
|
|
"@kevisual/kv-login": "^0.1.17",
|
|
"@kevisual/query": "0.0.53",
|
|
"@kevisual/types": "^0.0.12",
|
|
"@kevisual/vite-html-plugin": "^0.0.1",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"@tanstack/react-router-devtools": "^1.166.7",
|
|
"@tanstack/router-plugin": "^1.166.7",
|
|
"@types/node": "^25.4.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.4",
|
|
"dotenv": "^17.3.1",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.2.1",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "v8.0.0-beta.18"
|
|
}
|
|
} |