|
14 | 14 | "build": "vite build && esno ./build/script/postBuild.ts",
|
15 | 15 | "build:no-cache": "yarn clean:cache && npm run build",
|
16 | 16 | "report": "cross-env REPORT=true npm run build",
|
17 |
| - "preview": "vite preview", |
| 17 | + "preview": "npm run build && vite preview", |
| 18 | + "preview:dist": "vite preview", |
| 19 | + "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite", |
| 20 | + "clean:lib": "rimraf node_modules", |
18 | 21 | "build typecheck": "vuedx-typecheck . && vite build",
|
19 | 22 | "deploy": "gh-pages -d dist",
|
20 | 23 | "lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
|
|
32 | 35 | "axios": "^0.21.4",
|
33 | 36 | "blueimp-md5": "^2.19.0",
|
34 | 37 | "date-fns": "^2.28.0",
|
35 |
| - "echarts": "^5.3.1", |
| 38 | + "echarts": "^5.3.2", |
36 | 39 | "element-resize-detector": "^1.2.4",
|
37 | 40 | "lodash": "^4.17.21",
|
38 | 41 | "lodash-es": "^4.17.21",
|
39 | 42 | "mitt": "^2.1.0",
|
40 | 43 | "mockjs": "^1.1.0",
|
41 |
| - "naive-ui": "^2.27.0", |
42 |
| - "pinia": "^2.0.13", |
| 44 | + "naive-ui": "^2.28.4", |
| 45 | + "pinia": "^2.0.14", |
43 | 46 | "qs": "^6.10.3",
|
44 | 47 | "vfonts": "^0.1.0",
|
45 |
| - "vue": "^3.2.31", |
46 |
| - "vue-router": "^4.0.14", |
| 48 | + "vue": "^3.2.33", |
| 49 | + "vue-router": "^4.0.15", |
47 | 50 | "vue-types": "^4.1.1",
|
48 | 51 | "vuedraggable": "^4.1.0"
|
49 | 52 | },
|
50 | 53 | "devDependencies": {
|
51 | 54 | "@commitlint/cli": "^12.1.4",
|
52 | 55 | "@commitlint/config-conventional": "^12.1.4",
|
53 |
| - "@types/lodash": "^4.14.181", |
| 56 | + "@types/lodash": "^4.14.182", |
54 | 57 | "@types/node": "^15.14.9",
|
55 | 58 | "@typescript-eslint/eslint-plugin": "^4.33.0",
|
56 | 59 | "@typescript-eslint/parser": "^4.33.0",
|
57 | 60 | "@vitejs/plugin-vue": "^1.10.2",
|
58 |
| - "@vitejs/plugin-vue-jsx": "^1.3.9", |
59 |
| - "@vue/compiler-sfc": "^3.2.31", |
| 61 | + "@vitejs/plugin-vue-jsx": "^1.3.10", |
| 62 | + "@vue/compiler-sfc": "^3.2.33", |
60 | 63 | "@vue/eslint-config-typescript": "^7.0.0",
|
61 |
| - "autoprefixer": "^10.4.4", |
| 64 | + "autoprefixer": "^10.4.7", |
62 | 65 | "commitizen": "^4.2.4",
|
63 |
| - "core-js": "^3.21.1", |
| 66 | + "core-js": "^3.22.5", |
64 | 67 | "dotenv": "^10.0.0",
|
65 | 68 | "eslint": "^7.32.0",
|
66 | 69 | "eslint-config-prettier": "^8.5.0",
|
|
75 | 78 | "less": "^4.1.2",
|
76 | 79 | "less-loader": "^9.1.0",
|
77 | 80 | "lint-staged": "^11.2.6",
|
78 |
| - "postcss": "^8.4.12", |
79 |
| - "prettier": "^2.6.1", |
| 81 | + "postcss": "^8.4.13", |
| 82 | + "prettier": "^2.6.2", |
80 | 83 | "pretty-quick": "^3.1.3",
|
81 | 84 | "rimraf": "^3.0.2",
|
82 | 85 | "stylelint": "^13.13.1",
|
|
85 | 88 | "stylelint-order": "^4.1.0",
|
86 | 89 | "stylelint-scss": "^3.21.0",
|
87 | 90 | "tailwindcss": "^2.2.19",
|
88 |
| - "typescript": "^4.6.3", |
| 91 | + "typescript": "^4.6.4", |
89 | 92 | "unplugin-vue-components": "^0.17.21",
|
90 |
| - "vite": "^2.9.1", |
| 93 | + "vite": "^2.9.8", |
91 | 94 | "vite-plugin-compression": "^0.3.6",
|
92 | 95 | "vite-plugin-html": "^2.1.2",
|
93 | 96 | "vite-plugin-mock": "^2.9.6",
|
|
0 commit comments