32 lines
936 B
JSON
32 lines
936 B
JSON
{
|
|
"name": "banban-mini",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "伴伴微信小程序",
|
|
"scripts": {
|
|
"build:weapp": "cross-env NODE_OPTIONS=--openssl-legacy-provider taro build --type weapp",
|
|
"dev:weapp": "cross-env NODE_OPTIONS=--openssl-legacy-provider 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": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"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",
|
|
"cross-env": "^10.1.0",
|
|
"typescript": "^4.1.0"
|
|
}
|
|
}
|