package.json 1.95 KB
{
  "name": "reserve",
  "description": "项目, 编译上传直接执行publish, 不需要其他额外操作。",
  "version": "1.0.0",
  "scripts": {
    "dev": "vite",
    "start": "vite --host 0.0.0.0",
    "build": "vite build",
    "build-watch": "vite build --watch",
    "build-ts": "vue-tsc --noEmit && vite build",
    "serve": "vite preview",
    "cypress:open": "cypress open"
  },
  "dependencies": {
    "@code-ts/cin": "^0.0.2",
    "@vant/area-data": "^1.3.1",
    "@vant/touch-emulator": "^1.4.0",
    "@vant/use": "^1.6.0",
    "@vitejs/plugin-legacy": "^1.8.2",
    "@vueuse/core": "^8.5.0",
    "animate.css": "^4.1.1",
    "browser-md5-file": "^1.1.1",
    "dayjs": "^1.11.3",
    "default-passive-events": "^2.0.0",
    "global": "^4.4.0",
    "html2canvas": "^1.4.1",
    "jquery": "^3.6.0",
    "js-cookie": "^3.0.1",
    "js-sha1": "^0.6.0",
    "lodash": "^4.17.21",
    "moment": "^2.29.3",
    "mui-player": "^1.7.0",
    "sha1": "^1.1.1",
    "typescript": "^4.7.3",
    "uuid": "^8.3.2",
    "vant": "^4.8.2",
    "vconsole": "^3.14.6",
    "vite-plugin-dynamic-import": "^0.9.6",
    "vite-plugin-mp": "^1.6.1",
    "vue": "^3.2.36",
    "weixin-js-sdk": "^1.6.0",
    "xctc-check": "^0.0.2",
    "xijs": "^1.2.6"
  },
  "devDependencies": {
    "@types/jquery": "^3.5.14",
    "@types/lodash": "^4.14.182",
    "@types/moment": "^2.13.0",
    "@typescript-eslint/parser": "^5.27.1",
    "@vitejs/plugin-vue": "^2.3.3",
    "@vue/compiler-sfc": "^3.2.36",
    "axios": "^0.27.2",
    "chai": "^4.3.6",
    "cypress": "^9.7.0",
    "eslint-plugin-vue": "^9.0.1",
    "less": "^4.1.2",
    "mocha": "^10.0.0",
    "pinia": "^2.0.14",
    "postcss-px-to-viewport": "^1.1.1",
    "qs": "^6.10.3",
    "tslint": "^6.1.3",
    "unplugin-auto-import": "^0.8.8",
    "unplugin-vue-components": "^0.23.0",
    "unplugin-vue-define-options": "^0.6.1",
    "vite": "^2.9.9",
    "vite-plugin-style-import": "1.4.1",
    "vue-esign": "^1.1.4",
    "vue-router": "^4.0.15"
  }
}