Files
banban/banban-mini/package.json
2026-03-24 13:15:03 +08:00

31 lines
810 B
JSON

{
"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"
}
}