| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 | 
							- {
 
-   "name": "vue-vite-h5",
 
-   "version": "0.1.0",
 
-   "license": "MIT",
 
-   "author": "LZHD",
 
-   "description": "Developing with Vue 3 and Typescript in Vite.",
 
-   "repository": {
 
-     "type": "git",
 
-     "url": "https://github.com/LZHD/vue-vite-h5"
 
-   },
 
-   "bugs": {
 
-     "url": "https://github.com/LZHD/vue-vite-h5/issues"
 
-   },
 
-   "homepage": "https://github.com/LZHD/vue-vite-h5#readme",
 
-   "scripts": {
 
-     "dev": "vite",
 
-     "start": "npm run dev",
 
-     "build:prod": "vue-tsc --noEmit && vite build",
 
-     "build:dev": "vue-tsc --noEmit && vite build --mode development",
 
-     "serve": "vite preview",
 
-     "lint": "eslint --ext .js,.jsx,.vue,.ts,.tsx src",
 
-     "generate": "plop"
 
-   },
 
-   "dependencies": {
 
-     "@vant/use": "^1.3.6",
 
-     "@vueuse/core": "^8.4.1",
 
-     "browserslist": "^4.20.2",
 
-     "classnames": "^2.3.1",
 
-     "clean-deep": "^3.4.0",
 
-     "dayjs": "^1.10.7",
 
-     "echarts": "^5.3.3",
 
-     "eventemitter3": "^5.0.0",
 
-     "html-to-image": "^1.9.0",
 
-     "html2canvas": "^1.4.1",
 
-     "loaders.css": "^0.1.2",
 
-     "mitt": "^3.0.0",
 
-     "normalize.css": "^8.0.1",
 
-     "numeral": "^2.0.6",
 
-     "plyr": "^3.6.12",
 
-     "qrcode": "^1.5.1",
 
-     "qrcode.vue": "^3.3.3",
 
-     "query-string": "^7.1.1",
 
-     "umi-request": "^1.4.0",
 
-     "vant": "^3.4.6",
 
-     "vconsole": "^3.14.6",
 
-     "vue": "^3.2.26",
 
-     "vue-cropper": "^1.0.3",
 
-     "vue-echarts": "^6.2.3",
 
-     "vue-router": "^4.0.12",
 
-     "vue3-lottie": "^2.3.0",
 
-     "vuex": "^4.0.2"
 
-   },
 
-   "devDependencies": {
 
-     "@babel/core": "^7.16.5",
 
-     "@babel/preset-env": "^7.16.5",
 
-     "@types/node": "^16.11.14",
 
-     "@types/numeral": "^2.0.2",
 
-     "@typescript-eslint/eslint-plugin": "^5.7.0",
 
-     "@typescript-eslint/parser": "^5.7.0",
 
-     "@vitejs/plugin-legacy": "^1.7.1",
 
-     "@vitejs/plugin-vue": "^2.0.1",
 
-     "@vitejs/plugin-vue-jsx": "^1.3.8",
 
-     "@vue/babel-plugin-jsx": "^1.1.1",
 
-     "@vue/compiler-sfc": "^3.2.26",
 
-     "@vue/eslint-config-prettier": "^6.0.0",
 
-     "@vue/eslint-config-typescript": "^9.1.0",
 
-     "autoprefixer": "^10.4.0",
 
-     "babel-plugin-dynamic-import-node": "^2.3.3",
 
-     "eslint": "^8.4.1",
 
-     "eslint-plugin-prettier": "^4.0.0",
 
-     "eslint-plugin-vue": "^8.2.0",
 
-     "less": "^4.1.2",
 
-     "less-loader": "^10.2.0",
 
-     "lint-staged": "^12.1.2",
 
-     "plop": "^3.0.5",
 
-     "postcss": "^8.4.5",
 
-     "postcss-pxtorem": "^6.0.0",
 
-     "prettier": "^2.5.1",
 
-     "typescript": "^4.5.2",
 
-     "vite": "^2.9.8",
 
-     "vite-plugin-style-import": "^1.4.0",
 
-     "vue-eslint-parser": "^8.0.1",
 
-     "vue-tsc": "^0.29.8",
 
-     "yorkie": "^2.0.0"
 
-   }
 
- }
 
 
  |