项目搭建

This commit is contained in:
kron
2025-04-10 11:11:46 +08:00
commit fcb7ef0f35
18 changed files with 4354 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "shoot-miniprograms",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "uni -p mp-weixin",
"build": "uni build -p mp-weixin"
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-4050620250312001",
"@dcloudio/uni-components": "3.0.0-4050620250312001",
"@dcloudio/uni-mp-weixin": "3.0.0-4050620250312001",
"vue": "3.4.21"
},
"devDependencies": {
"@dcloudio/types": "3.4.8",
"@dcloudio/uni-automator": "3.0.0-4050620250312001",
"@dcloudio/uni-cli-shared": "3.0.0-4050620250312001",
"@dcloudio/uni-stacktracey": "3.0.0-4050620250312001",
"@dcloudio/vite-plugin-uni": "3.0.0-4050620250312001",
"@vue/runtime-core": "3.4.21",
"miniprogram-api-typings": "^4.0.5",
"sass": "1.64.2",
"vite": "5.2.8"
}
}