Initial commit

This commit is contained in:
lnljyang
2025-12-30 09:44:46 +08:00
commit 82b8d21506
147 changed files with 39113 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"dependencies": {
"axios": "^1.5.0",
"crypto-js": "^4.1.1",
"js-base64": "^3.7.5",
"json-bigint": "^1.0.0",
"uni-uploadfile": "^1.1.4",
"uuid": "^9.0.1",
"uview-ui": "^2.0.38"
},
"devDependencies": {
"patch-package": "^8.0.0",
"sass": "^1.66.1",
"sass-loader": "^10.4.1"
},
"scripts": {
"postinstall": "patch-package"
}
}