|
16 | 16 | "build": "vite-ssg build"
|
17 | 17 | },
|
18 | 18 | "prettier": "@qxy/prettier-config",
|
19 |
| - "prettierIgnore": [ |
20 |
| - "node_modules", |
21 |
| - "/dist", |
22 |
| - "/static", |
23 |
| - "*.min.*" |
24 |
| - ], |
25 | 19 | "devDependencies": {
|
26 |
| - "@iconify/json": "^2.1.14", |
| 20 | + "@iconify/json": "^2.1.16", |
27 | 21 | "@ntnyq/prettier-config": "^0.3.1",
|
28 | 22 | "@octokit/rest": "^18.12.0",
|
29 | 23 | "@qxy/prettier-config": "^0.3.0",
|
30 | 24 | "@types/fs-extra": "^9.0.13",
|
31 | 25 | "@types/markdown-it": "^12.2.3",
|
32 | 26 | "@types/node": "^17.0.21",
|
33 | 27 | "@types/nprogress": "^0.2.0",
|
34 |
| - "@unocss/reset": "^0.28.0", |
| 28 | + "@unocss/reset": "^0.29.0", |
35 | 29 | "@vitejs/plugin-vue": "^2.2.4",
|
36 | 30 | "@vue/server-renderer": "^3.2.31",
|
37 |
| - "dayjs": "^1.10.8", |
| 31 | + "dayjs": "^1.11.0", |
38 | 32 | "gray-matter": "^4.0.3",
|
39 | 33 | "husky": "^7.0.4",
|
40 |
| - "lint-staged": "^12.3.5", |
| 34 | + "lint-staged": "^12.3.6", |
41 | 35 | "markdown-it": "^12.3.2",
|
42 | 36 | "markdown-it-prism": "^2.2.3",
|
43 |
| - "prettier": "^2.5.1", |
| 37 | + "prettier": "^2.6.0", |
44 | 38 | "typescript": "^4.6.2",
|
45 |
| - "unocss": "^0.28.0", |
46 |
| - "unplugin-auto-import": "^0.6.4", |
47 |
| - "unplugin-icons": "^0.13.3", |
| 39 | + "unocss": "^0.29.0", |
| 40 | + "unplugin-auto-import": "^0.6.6", |
| 41 | + "unplugin-icons": "^0.13.4", |
48 | 42 | "unplugin-vue-components": "^0.18.0",
|
49 | 43 | "vite": "^2.8.6",
|
50 | 44 | "vite-plugin-md": "^0.11.9",
|
51 |
| - "vite-plugin-pages": "^0.21.4", |
| 45 | + "vite-plugin-pages": "^0.22.0", |
52 | 46 | "vite-plugin-pwa": "^0.11.13",
|
53 |
| - "vite-ssg": "^0.17.11" |
| 47 | + "vite-ssg": "^0.19.0" |
54 | 48 | },
|
55 | 49 | "dependencies": {
|
56 |
| - "@vueuse/core": "^8.0.0", |
| 50 | + "@vueuse/core": "^8.1.1", |
57 | 51 | "@vueuse/head": "^0.7.5",
|
58 | 52 | "nprogress": "^0.2.0",
|
59 | 53 | "prism-theme-vars": "^0.2.2",
|
|
0 commit comments