| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 | 
							- {
 
-   "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": "vue-tsc --noEmit && vite build",
 
-     "serve": "vite preview",
 
-     "lint": "eslint --ext .js,.jsx,.vue,.ts,.tsx src",
 
-     "generate": "plop"
 
-   },
 
-   "dependencies": {
 
-     "clean-deep": "^3.4.0",
 
-     "dayjs": "^1.10.7",
 
-     "loaders.css": "^0.1.2",
 
-     "mitt": "^3.0.0",
 
-     "normalize.css": "^8.0.1",
 
-     "query-string": "^7.1.1",
 
-     "umi-request": "^1.4.0",
 
-     "vant": "^3.3.7",
 
-     "vue": "^3.2.26",
 
-     "vue-router": "^4.0.12",
 
-     "vuex": "^4.0.2"
 
-   },
 
-   "devDependencies": {
 
-     "@babel/core": "^7.16.5",
 
-     "@babel/preset-env": "^7.16.5",
 
-     "@types/node": "^16.11.14",
 
-     "@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.7.3",
 
-     "vite-plugin-style-import": "^1.4.0",
 
-     "vue-eslint-parser": "^8.0.1",
 
-     "vue-tsc": "^0.29.8",
 
-     "yorkie": "^2.0.0"
 
-   },
 
-   "gitHooks": {
 
-     "pre-commit": "lint-staged"
 
-   },
 
-   "lint-staged": {
 
-     "*.{js,jsx,vue,ts,tsx}": [
 
-       "eslint"
 
-     ]
 
-   }
 
- }
 
 
  |