chore: initialize WanderQ MiniAPP 2.0 repository

This commit is contained in:
inman
2026-07-23 15:48:34 +08:00
commit b4c0a1c516
93 changed files with 53525 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{
"name": "@miniapp/miniprogram",
"version": "0.1.0",
"private": true,
"scripts": {
"dev:weapp": "taro build --type weapp --watch",
"build:weapp": "taro build --type weapp",
"dev:h5": "taro build --type h5 --watch",
"build:h5": "taro build --type h5"
},
"dependencies": {
"@tarojs/components": "^4.2.1",
"@tarojs/react": "^4.2.1",
"@tarojs/runtime": "^4.2.1",
"@tarojs/taro": "^4.2.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.29.7",
"@babel/preset-react": "^7.29.7",
"@babel/runtime": "^7.29.7",
"@tarojs/cli": "4.2.1",
"@tarojs/plugin-framework-react": "^4.2.1",
"@tarojs/plugin-platform-weapp": "^4.2.1",
"@tarojs/webpack5-runner": "^4.2.1",
"webpack": "5.91.0",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"babel-preset-taro": "^4.2.1",
"typescript": "6.0.3"
}
}