Files
soulspace/package.json
chenghuan 1efcf2d675 feat: 添加记录观看时长;个人资料增加身份项;
- 将应用版本号更新至1.0.50
- 修改edu-core依赖为git引用,版本更新至1.0.9
- 优化用户资料页面,增加用户信息展示和编辑功能
- 更新请求配置,改善加载动画逻辑
- 添加新权限请求以支持外部存储访问
2026-03-24 14:25:45 +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.9",
"jquery": "^3.7.1",
"tcplayer.js": "^5.1.0"
},
"devDependencies": {
"postcss-px-to-viewport": "^1.1.1"
}
}