62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "mixvideo-v2",
|
|
"version": "2.0.0",
|
|
"description": "Modern video editing software with Tauri and Python",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"tauri:dev": "tauri dev",
|
|
"tauri:build": "tauri build",
|
|
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
|
|
"lint:fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix",
|
|
"format": "prettier --write src/**/*.{js,jsx,ts,tsx,css,md}"
|
|
},
|
|
"dependencies": {
|
|
"@ag-ui/core": "^0.0.33",
|
|
"@heroiclabs/nakama-js": "^2.7.0",
|
|
"@tauri-apps/api": "^2.0.0",
|
|
"@tauri-apps/plugin-dialog": "^2.0.0",
|
|
"@tauri-apps/plugin-fs": "^2.0.0",
|
|
"@tauri-apps/plugin-shell": "^2.0.0",
|
|
"@tauri-apps/plugin-window": "2.0.0-alpha.1",
|
|
"clsx": "^2.0.0",
|
|
"lucide-react": "^0.263.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.15.0",
|
|
"rxjs": "^7.8.2",
|
|
"tailwind-merge": "^1.14.0",
|
|
"zustand": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.0.0",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"postcss": "^8.4.27",
|
|
"prettier": "^3.0.0",
|
|
"tailwindcss": "^3.3.0",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.5"
|
|
},
|
|
"keywords": [
|
|
"video-editing",
|
|
"tauri",
|
|
"react",
|
|
"python",
|
|
"desktop-app"
|
|
],
|
|
"author": "MixVideo Team",
|
|
"license": "MIT"
|
|
}
|