add banbanmini

This commit is contained in:
HycJack
2026-03-24 13:15:03 +08:00
parent 42567b7605
commit 0d0f995dc2
59 changed files with 26319 additions and 0 deletions

30
banban-mini/package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "banban-mini",
"version": "1.0.0",
"private": true,
"description": "伴伴微信小程序",
"scripts": {
"build:weapp": "taro build --type weapp",
"dev:weapp": "taro build --type weapp --watch"
},
"dependencies": {
"@tarojs/components": "^3.6.38",
"@tarojs/plugin-framework-react": "^3.6.38",
"@tarojs/react": "^3.6.38",
"@tarojs/runtime": "^3.6.38",
"@tarojs/taro": "^3.6.38",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"webpack": "^4.47.0"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@tarojs/cli": "^3.6.38",
"@tarojs/mini-runner": "^3.6.38",
"@tarojs/webpack-runner": "^3.6.38",
"@types/react": "^18.0.0",
"@types/webpack-env": "^1.13.9",
"babel-preset-taro": "^3.6.38",
"typescript": "^4.1.0"
}
}