| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "name": "aidop-app",
- "version": "0.1.0",
- "description": "Ai-DOP 智慧运营移动端 APP(uni-app Vue3 + Vite + TS)",
- "private": true,
- "scripts": {
- "dev:h5": "uni",
- "dev:app-plus": "uni -p app-plus",
- "build:h5": "uni build",
- "build:app-plus": "uni build -p app-plus",
- "typecheck": "vue-tsc --noEmit -p tsconfig.json"
- },
- "dependencies": {
- "@dcloudio/uni-app": "3.0.0-alpha-5020520260824002",
- "@dcloudio/uni-app-plus": "3.0.0-alpha-5020520260824002",
- "@dcloudio/uni-components": "3.0.0-alpha-5020520260824002",
- "@dcloudio/uni-h5": "3.0.0-alpha-5020520260824002",
- "@microsoft/signalr": "10.0.11",
- "@qiun/ucharts": "2.5.0-20230101",
- "dayjs": "^1.11.23",
- "pinia": "^2.3.1",
- "sm-crypto-v2": "^1.15.1",
- "vue": "^3.4.38",
- "vue-i18n": "^9.14.5",
- "wot-design-uni": "1.14.0"
- },
- "devDependencies": {
- "@dcloudio/types": "^3.4.14",
- "@dcloudio/uni-automator": "3.0.0-alpha-5020520260824002",
- "@dcloudio/uni-cli-shared": "3.0.0-alpha-5020520260824002",
- "@dcloudio/uni-stacktracey": "3.0.0-alpha-5020520260824002",
- "@dcloudio/vite-plugin-uni": "3.0.0-alpha-5020520260824002",
- "@vue/tsconfig": "^0.5.1",
- "sass": "^1.77.8",
- "typescript": "~5.4.5",
- "vite": "5.2.8",
- "vue-tsc": "^2.1.10"
- },
- "uni_modules": {
- "dependencies": [],
- "encrypt": [],
- "platforms": {
- "cloud": { "tcb": "y", "aliyun": "y", "alipay": "n" },
- "client": {
- "App": { "app-vue": "y", "app-nvue": "n" },
- "H5-mobile": { "Safari": "y", "Android Browser": "y", "微信浏览器(Android)": "y", "QQ浏览器(Android)": "y" },
- "H5-pc": { "Chrome": "y", "IE": "y", "Edge": "y", "Firefox": "y", "Safari": "y" },
- "小程序": { "微信": "y", "阿里": "y", "百度": "y", "字节跳动": "y", "QQ": "y" },
- "快应用": { "华为": "n", "联盟": "n" },
- "Vue": { "vue2": "n", "vue3": "y" }
- }
- }
- }
- }
|