You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.2 KiB
48 lines
1.2 KiB
{
|
|
"name": "uniapp-education-system",
|
|
"version": "1.0.0",
|
|
"description": "教育管理系统 - UniApp客户端",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"serve": "npm run dev:h5",
|
|
"build": "npm run build:h5",
|
|
"dev:h5": "uni build --watch",
|
|
"build:h5": "uni build",
|
|
"dev:mp-weixin": "uni build -p mp-weixin --watch",
|
|
"build:mp-weixin": "uni build -p mp-weixin",
|
|
"dev:app": "uni build -p app --watch",
|
|
"build:app": "uni build -p app"
|
|
},
|
|
"dependencies": {
|
|
"firstui-uni": "^2.0.0",
|
|
"vue": "^3.3.4",
|
|
"pinia": "^2.1.6",
|
|
"mockjs": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@dcloudio/types": "^3.3.2",
|
|
"@dcloudio/uni-automator": "^3.0.0",
|
|
"@dcloudio/uni-cli-shared": "^3.0.0",
|
|
"@dcloudio/uni-stacktracey": "^3.0.0",
|
|
"@dcloudio/webpack-uni-mp-loader": "^3.0.0",
|
|
"@dcloudio/webpack-uni-pages-loader": "^3.0.0",
|
|
"typescript": "^5.0.0",
|
|
"@types/node": "^20.0.0",
|
|
"@vue/compiler-sfc": "^3.3.4",
|
|
"sass": "^1.62.0",
|
|
"sass-loader": "^13.2.0"
|
|
},
|
|
"browserslist": [
|
|
"Android >= 4.4",
|
|
"ios >= 9"
|
|
],
|
|
"permissions": {
|
|
"scope.userLocation": {
|
|
"desc": "获取用户位置信息"
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
}
|
|
|