2025-08-13 11:10:19 +08:00
|
|
|
{
|
|
|
|
|
"name": "homelease",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "HomeLease - 房屋租赁应用",
|
|
|
|
|
"main": "main.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "uni",
|
|
|
|
|
"build": "uni build",
|
|
|
|
|
"format": "prettier --write \"**/*.{js,vue,json,scss,css}\"",
|
|
|
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"uni-app",
|
|
|
|
|
"vue3",
|
|
|
|
|
"房屋租赁",
|
|
|
|
|
"小程序"
|
|
|
|
|
],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
|
|
|
"eslint": "^8.45.0",
|
|
|
|
|
"eslint-plugin-vue": "^9.15.1",
|
|
|
|
|
"prettier": "^3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@dcloudio/uni-app": "3.0.0-4070520250711001",
|
2025-08-16 17:09:51 +08:00
|
|
|
"qrcode": "^1.5.4",
|
2025-08-13 11:10:19 +08:00
|
|
|
"vue": "^3.3.0",
|
|
|
|
|
"vuex": "^4.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16.0.0",
|
|
|
|
|
"npm": ">=8.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|