Files
taiheEhu/package.json
2026-05-08 11:30:37 +08:00

31 lines
932 B
JSON

{
"name": "wechat-miniapp-starter",
"version": "0.1.0",
"private": true,
"description": "Taro + React + TypeScript 微信小程序入门项目",
"scripts": {
"dev:weapp": "taro build --type weapp --watch",
"build:weapp": "taro build --type weapp",
"test:report": "tsc -p tsconfig.report-tests.json && node scripts/tests/report-utils.test.cjs"
},
"dependencies": {
"@tarojs/components": "^4.0.0",
"@tarojs/react": "^4.0.0",
"@tarojs/runtime": "^4.0.0",
"@tarojs/taro": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.25.0",
"@babel/preset-react": "^7.25.0",
"@tarojs/cli": "^4.0.0",
"@tarojs/plugin-framework-react": "^4.0.0",
"@tarojs/plugin-platform-weapp": "^4.0.0",
"@tarojs/webpack5-runner": "^4.0.0",
"@types/react": "^18.2.66",
"babel-preset-taro": "^4.0.0",
"typescript": "^5.4.5"
}
}