Files
soulspace/package.json
chenghuan 9a9b1efb9e feat(video): 集成 edu-core 组件替换自定义视频播放器
- 添加 edu-core 依赖并注册 CommonCourseVideo 组件
- 重构课程详情页,使用 CommonCourseVideo 替换原有视频播放逻辑
- 调整版权声明样式为底部固定定位
- 更新应用版本号至 1.0.44
2026-02-10 11:49:57 +08:00

25 lines
623 B
JSON

{
"name": "soulspace_app",
"version": "1.0.0",
"description": "soulspace_app",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/dcloudio/hello-uniapp.git",
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dcloudio/hello-uniapp/issues"
},
"homepage": "https://github.com/dcloudio/hello-uniapp#readme",
"dependencies": {
"edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.3",
"jquery": "^3.7.1",
"tcplayer.js": "^5.1.0"
},
"devDependencies": {
"postcss-px-to-viewport": "^1.1.1"
}
}