{ "name": "python-harmony", "version": "1.0.0", "description": "Python学习平台uni-app项目", "main": "main.js", "scripts": { "dev": "uni build --watch", "build": "uni build", "serve": "uni serve" }, "dependencies": { "vue": "^3.2.0" }, "devDependencies": { "@types/node": "^18.0.0", "typescript": "^4.9.0" }, "browserslist": [ "Android >= 4.4", "ios >= 9" ], "uni-app": { "scripts": {} } }