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.
51 lines
1.8 KiB
51 lines
1.8 KiB
{
|
|
"name": "uni-preset-vue",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev:app": "uni -p app",
|
|
"dev:app-android": "uni -p app-android",
|
|
"dev:app-ios": "uni -p app-ios",
|
|
"dev": "uni",
|
|
"dev:h5:ssr": "uni --ssr",
|
|
"dev:mp-weixin": "uni -p mp-weixin",
|
|
"hella8:app": "uni build -p app --mode hella8",
|
|
"hella8:app-android": "uni build -p app-android --mode hella8",
|
|
"hella8:app-ios": "uni build -p app-ios --mode hella8",
|
|
"hella8:h5:ssr": "uni build --ssr --mode hella8",
|
|
"hella8:mp-weixin": "uni build -p mp-weixin --mode hella8",
|
|
"prod": "uni build --mode production",
|
|
"test": "uni build --mode test",
|
|
"hella8": "uni build --mode hella8",
|
|
"hella9": "uni build --mode hella9",
|
|
"hella13": "uni build --mode hella13",
|
|
"hella14": "uni build --mode hella14",
|
|
"hella15": "uni build --mode hella15",
|
|
"hella16": "uni build --mode hella16"
|
|
},
|
|
"dependencies": {
|
|
"@dcloudio/uni-app": "3.0.0-3090920231225001",
|
|
"@dcloudio/uni-app-plus": "3.0.0-3090920231225001",
|
|
"@dcloudio/uni-components": "3.0.0-3090920231225001",
|
|
"@dcloudio/uni-h5": "3.0.0-3090920231225001",
|
|
"@dcloudio/uni-mp-weixin": "3.0.0-3090920231225001",
|
|
"less": "^4.2.0",
|
|
"vue": "^3.2.45",
|
|
"vue-i18n": "^9.1.9",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@dcloudio/types": "^3.3.2",
|
|
"@dcloudio/uni-automator": "3.0.0-3090920231225001",
|
|
"@dcloudio/uni-cli-shared": "3.0.0-3090920231225001",
|
|
"@dcloudio/uni-stacktracey": "3.0.0-3090920231225001",
|
|
"@dcloudio/vite-plugin-uni": "3.0.0-3090920231225001",
|
|
"@vue/runtime-core": "^3.2.45",
|
|
"axios": "^1.3.4",
|
|
"decimal.js": "^10.4.3",
|
|
"jwt-decode": "^3.1.2",
|
|
"sass": "^1.70.0",
|
|
"sass-loader": "^14.1.0",
|
|
"vite": "4.0.3",
|
|
"vue-clipboard2": "^0.3.3"
|
|
}
|
|
}
|
|
|