feat: initialize taro react typescript miniapp
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user