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.

40 lines
995 B

{
"name": "cool-uni",
"version": "8.0.0",
"license": "MIT",
"scripts": {
"dev": "vite --port 9900",
"dev:h5": "vite --port 9900",
"build": "vite build",
"build:h5": "vite build",
"build:mp-weixin": "vite build --mode mp-weixin"
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-3081220230817001",
"@hyoga/uni-socket.io": "3.0.4",
"dayjs": "^1.11.13",
"js-pinyin": "^0.2.5",
"lodash-es": "^4.17.21",
"md5": "^2.3.0",
"pinia": "^2.1.7",
"vue": "^3.5.13",
"vue-i18n": "9.1.9",
"weixin-js-sdk": "^1.6.5"
},
"engines": {
"node": ">= 16"
},
"devDependencies": {
"@cool-vue/vite-plugin": "^8.0.3",
"@dcloudio/types": "^3.4.14",
"@dcloudio/uni-app-vite": "^3.0.0-3081220230817001",
"@dcloudio/vite-plugin-uni": "^3.0.0",
"@types/lodash-es": "^4.17.12",
"@types/md5": "^2.3.2",
"@types/node": "^20.11.26",
"@vue/tsconfig": "^0.5.1",
"typescript": "~5.5.4",
"vite": "^5.4.14"
}
}