49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "@dukang/mini-hq",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "杜康好客 · 总部管理端(Taro,先 H5 后小程序)",
|
|
"scripts": {
|
|
"dev": "taro build --type h5 --watch",
|
|
"dev:weapp": "taro build --type weapp --watch",
|
|
"build": "taro build --type h5",
|
|
"build:weapp": "taro build --type weapp",
|
|
"preview": "node ../../scripts/preview-hq.mjs",
|
|
"lint": "echo ok"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.24.4",
|
|
"@dukang/shared-types": "workspace:*",
|
|
"@dukang/weixin-sdk": "workspace:*",
|
|
"@tarojs/components": "4.2.0",
|
|
"@tarojs/helper": "4.2.0",
|
|
"@tarojs/plugin-framework-react": "4.2.0",
|
|
"@tarojs/plugin-html": "4.2.0",
|
|
"@tarojs/plugin-platform-h5": "4.2.0",
|
|
"@tarojs/plugin-platform-weapp": "4.2.0",
|
|
"@tarojs/react": "4.2.0",
|
|
"@tarojs/router": "4.2.0",
|
|
"@tarojs/runtime": "4.2.0",
|
|
"@tarojs/shared": "4.2.0",
|
|
"@tarojs/taro": "4.2.0",
|
|
"qrcode": "^1.5.4",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-react": "^7.24.1",
|
|
"@tarojs/cli": "4.2.0",
|
|
"@tarojs/vite-runner": "4.2.0",
|
|
"@types/react": "^18.3.3",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"babel-preset-taro": "4.2.0",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.4.0"
|
|
},
|
|
"browserslist": [
|
|
"last 3 versions",
|
|
"Android >= 4.1",
|
|
"ios >= 8"
|
|
]
|
|
}
|