From 5bf8886702543579761a31a69bf79a366e25d4bd Mon Sep 17 00:00:00 2001
From: 刘嘉威 <daidaibg@163.com>
Date: 星期二, 11 十月 2022 17:16:16 +0800
Subject: [PATCH] docs: update README

---
 package.json |   73 ++++++++++--------------------------
 1 files changed, 20 insertions(+), 53 deletions(-)

diff --git a/package.json b/package.json
index 97b4f66..4b7bd7b 100644
--- a/package.json
+++ b/package.json
@@ -1,63 +1,30 @@
 {
-  "name": "vite-boot",
-  "version": "0.0.1",
-  "private": true,
-  "packageManager": "pnpm@7.11.0",
-  "description": "Vite starter template with TailwindCSS",
-  "keywords": [
-    "viteBoot",
-    "vite-boot",
-    "vite",
-    "tailwindcss",
-    "fast",
-    "boot"
-  ],
-  "main": "src/main.ts",
+  "name": "test",
+  "version": "0.0.0",
   "scripts": {
     "dev": "vite",
-    "build": "vite build",
-    "typecheck": "vue-tsc --noEmit",
-    "preview": "vite preview",
-    "lint": "eslint .",
-    "lint:fix": "eslint . --fix",
-    "prepare": "husky install"
+    "build": "run-p type-check build-only",
+    "preview": "vite preview --port 4173",
+    "build-only": "vite build",
+    "type-check": "vue-tsc --noEmit"
   },
   "dependencies": {
-    "@vueuse/core": "^9.2.0",
-    "daisyui": "^2.31.0",
-    "nprogress": "^0.2.0",
-    "pinia": "^2.0.22",
-    "sass": "^1.55.0",
-    "theme-change": "^2.2.0",
-    "vue": "^3.2.39",
+    "axios": "^1.1.2",
+    "echarts": "^5.4.0",
+    "mockjs": "^1.1.0",
+    "pinia": "^2.0.21",
+    "vue": "^3.2.38",
     "vue-router": "^4.1.5"
   },
   "devDependencies": {
-    "@commitlint/cli": "^17.1.2",
-    "@commitlint/config-conventional": "^17.1.0",
-    "@kirklin/eslint-config": "^0.1.3",
-    "@tailwindcss/aspect-ratio": "^0.4.2",
-    "@tailwindcss/forms": "^0.5.3",
-    "@tailwindcss/line-clamp": "^0.4.2",
-    "@tailwindcss/typography": "^0.5.7",
-    "@types/node": "^18.7.18",
-    "@types/nprogress": "^0.2.0",
-    "@vitejs/plugin-vue": "^3.1.0",
-    "autoprefixer": "^10.4.12",
-    "eslint": "^8.23.1",
-    "eslint-plugin-tailwindcss": "^3.6.2",
-    "husky": "^8.0.1",
-    "lint-staged": "^13.0.3",
-    "pnpm": "^7.12.2",
-    "postcss": "^8.4.16",
-    "tailwindcss": "^3.1.8",
-    "typescript": "^4.8.3",
-    "unplugin-auto-import": "^0.11.2",
-    "unplugin-vue-components": "^0.22.7",
-    "vite": "^3.1.3",
-    "vue-tsc": "^0.40.13"
-  },
-  "lint-staged": {
-    "*.{ts,tsx,vue,js,jsx}": "eslint --cache --fix"
+    "@types/mockjs": "^1.0.7",
+    "@types/node": "^16.11.56",
+    "@vitejs/plugin-vue": "^3.0.3",
+    "@vue/tsconfig": "^0.1.3",
+    "npm-run-all": "^4.1.5",
+    "sass": "^1.55.0",
+    "typescript": "~4.7.4",
+    "vite": "^3.0.9",
+    "vue-tsc": "^0.40.7"
   }
 }

--
Gitblit v1.8.0