上传代码

This commit is contained in:
2025-08-18 14:20:34 +08:00
commit 527fd07910
2408 changed files with 427370 additions and 0 deletions

25
uniapp04/node_modules/@dcloudio/uni-app/package.json generated vendored Normal file
View File

@ -0,0 +1,25 @@
{
"name": "@dcloudio/uni-app",
"version": "2.0.2-4020420240722004",
"description": "uni-app composition-api",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dcloudio/uni-app.git",
"directory": "packages/uni-app"
},
"scripts": {
"build": "tsc -p . "
},
"peerDependencies": {
"@dcloudio/types": "^3.0.15",
"@vue/composition-api": "^1.7.0"
},
"author": "fxy060608",
"license": "Apache-2.0",
"gitHead": "2d3e029c00dc153d1f9b01b3cf4e697470e01087",
"devDependencies": {
"@dcloudio/types": "^3.0.15",
"typescript": "^4.8.3"
}
}