33 lines
895 B
JSON
33 lines
895 B
JSON
|
|
{
|
||
|
|
"name": "h5-taro",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "安知充 H5 用户端 (Taro)",
|
||
|
|
"scripts": {
|
||
|
|
"dev:h5": "taro build --type h5 --watch",
|
||
|
|
"build:h5": "taro build --type h5",
|
||
|
|
"dev:weapp": "taro build --type weapp --watch",
|
||
|
|
"build:weapp": "taro build --type weapp"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@babel/runtime": "^7.23.0",
|
||
|
|
"@tarojs/components": "3.6.32",
|
||
|
|
"@tarojs/plugin-framework-react": "^3.6.32",
|
||
|
|
"@tarojs/plugin-platform-h5": "3.6.32",
|
||
|
|
"@tarojs/react": "3.6.32",
|
||
|
|
"@tarojs/runtime": "3.6.32",
|
||
|
|
"@tarojs/taro": "3.6.32",
|
||
|
|
"react": "^18.2.0",
|
||
|
|
"react-dom": "^18.2.0",
|
||
|
|
"zustand": "^4.5.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@babel/core": "^7.23.0",
|
||
|
|
"@tarojs/cli": "3.6.32",
|
||
|
|
"@tarojs/webpack-runner": "3.6.32",
|
||
|
|
"@types/react": "^18.2.0",
|
||
|
|
"babel-preset-taro": "3.6.32",
|
||
|
|
"typescript": "^5.3.0"
|
||
|
|
}
|
||
|
|
}
|