项目文件夹

文件
dependabot[bot] fb671d5790
Build & Push Docker Image / Build and push multi-arch image (push) Failing after 0s
chore(deps): bump axios from 1.14.0 to 1.15.0
Bumps [axios](https://github.com/axios/axios) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.15.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-13 00:30:13 +08:00

39 行
952 B
JSON

{
"name": "@mediago/player-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint .",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.2",
"@videojs/themes": "^1.0.1",
"axios": "^1.15.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.7.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"swr": "^2.3.6",
"tailwind-merge": "^3.3.1",
"video.js": "^8.23.4"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.14",
"@types/node": "^24.7.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"ahooks": "3.9.5",
"tailwindcss": "^4.1.14",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.2",
"vite": "^8.0.3"
}
}