add banbanmini
This commit is contained in:
30
banban-mini/package.json
Normal file
30
banban-mini/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user