You need to sign in or sign up before continuing.
package.json 2.21 KB
{
  "name": "swx-weapp",
  "version": "1.0.0",
  "private": true,
  "description": "静待花开-活动小助手",
  "templateInfo": {
    "name": "vue3-pinia",
    "typescript": false,
    "css": "less"
  },
  "scripts": {
    "build:weapp": "cross-env DEV_MODE_ENV=false taro build --type weapp",
    "build:swan": "taro build --type swan",
    "build:alipay": "taro build --type alipay",
    "build:tt": "taro build --type tt",
    "build:h5": "taro build --type h5",
    "build:rn": "taro build --type rn",
    "build:qq": "taro build --type qq",
    "build:quickapp": "taro build --type quickapp",
    "dev:weapp": "cross-env NODE_ENV=production DEV_MODE_ENV=true taro build --type weapp --watch",
    "dev:swan": "npm run build:swan -- --watch",
    "dev:alipay": "npm run build:alipay -- --watch",
    "dev:tt": "npm run build:tt -- --watch",
    "dev:h5": "npm run build:h5 -- --watch",
    "dev:rn": "npm run build:rn -- --watch",
    "dev:qq": "npm run build:qq -- --watch",
    "dev:quickapp": "npm run build:quickapp -- --watch"
  },
  "browserslist": [
    "last 3 versions",
    "Android >= 4.1",
    "ios >= 8"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.7.7",
    "@tarojs/components": "3.4.10",
    "@tarojs/extend": "^3.5.7",
    "@tarojs/plugin-framework-react": "^3.4.10",
    "@tarojs/plugin-framework-vue3": "3.4.10",
    "@tarojs/plugin-html": "^3.4.10",
    "@tarojs/plugin-platform-weapp": "^3.4.10",
    "@tarojs/runtime": "3.4.10",
    "@tarojs/taro": "3.4.10",
    "@vant/weapp": "^1.10.3",
    "axios": "^0.27.2",
    "axios-miniprogram": "^2.0.0-rc-2",
    "dayjs": "^1.11.5",
    "pinia": "^2.0.6",
    "taro-plugin-pinia": "^1.0.0",
    "taro-ui-vue3": "^1.0.0-alpha.21",
    "vant": "^4.0.0-alpha.3",
    "vue": "^3.2.24"
  },
  "devDependencies": {
    "@babel/core": "^7.8.0",
    "@tarojs/mini-runner": "3.4.10",
    "@tarojs/webpack-runner": "3.4.10",
    "@types/webpack-env": "^1.13.6",
    "babel-preset-taro": "3.4.10",
    "cross-env": "^7.0.3",
    "eslint": "^8.12.0",
    "eslint-config-taro": "3.4.10",
    "eslint-plugin-vue": "^8.0.0",
    "qs": "^6.11.0",
    "stylelint": "9.3.0",
    "tarojs-plugin-platform-miniprogram": "^0.1.1",
    "vue-loader": "^16.8.3"
  }
}