Files
soulspace/package.json
chenghuan b0c63d3faa chore: 更新 edu-core 依赖至 v1.0.11,修改个人资产获取相册权限兼容性。
- 将 edu-core 依赖版本更新至 v1.0.11
- 修改开发环境 baseUrl 配置,确保使用线上正式环境
2026-03-27 09:44:14 +08:00

25 lines
624 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.11",
"jquery": "^3.7.1",
"tcplayer.js": "^5.1.0"
},
"devDependencies": {
"postcss-px-to-viewport": "^1.1.1"
}
}