初始化

This commit is contained in:
2023-12-29 00:08:10 +08:00
commit 5ed0fc646f
512 changed files with 54378 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "iSendetter",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"uview-ui": "^2.0.36",
"@icon-park/vue": "^1.4.2",
"luch-request": "^3.1.0",
"uni-read-pages": "^1.0.5",
"uni-simple-router": "^2.0.8-beta.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.yoyij.com/Yyf/iSendLetter.git"
},
"keywords": [],
"author": "",
"license": "ISC"
}