|
15 | 15 | "dev": "vite --port 9527 --open --host",
|
16 | 16 | "build": "vite-ssg build"
|
17 | 17 | },
|
18 |
| - "prettier": "@qxy/prettier-config", |
| 18 | + "prettier": "@ntnyq/prettier-config", |
19 | 19 | "devDependencies": {
|
20 |
| - "@iconify/json": "^2.1.16", |
| 20 | + "@iconify/json": "^2.1.21", |
21 | 21 | "@ntnyq/prettier-config": "^0.3.1",
|
22 | 22 | "@octokit/rest": "^18.12.0",
|
23 |
| - "@qxy/prettier-config": "^0.3.0", |
24 | 23 | "@types/fs-extra": "^9.0.13",
|
25 | 24 | "@types/markdown-it": "^12.2.3",
|
26 |
| - "@types/node": "^17.0.21", |
| 25 | + "@types/node": "^17.0.23", |
27 | 26 | "@types/nprogress": "^0.2.0",
|
28 |
| - "@unocss/reset": "^0.29.0", |
| 27 | + "@unocss/reset": "^0.30.7", |
29 | 28 | "@vitejs/plugin-vue": "^2.2.4",
|
30 | 29 | "@vue/server-renderer": "^3.2.31",
|
31 | 30 | "dayjs": "^1.11.0",
|
32 | 31 | "gray-matter": "^4.0.3",
|
33 | 32 | "husky": "^7.0.4",
|
34 |
| - "lint-staged": "^12.3.6", |
| 33 | + "lint-staged": "^12.3.7", |
35 | 34 | "markdown-it": "^12.3.2",
|
36 | 35 | "markdown-it-prism": "^2.2.3",
|
37 |
| - "prettier": "^2.6.0", |
38 |
| - "typescript": "^4.6.2", |
39 |
| - "unocss": "^0.29.0", |
40 |
| - "unplugin-auto-import": "^0.6.6", |
41 |
| - "unplugin-icons": "^0.13.4", |
42 |
| - "unplugin-vue-components": "^0.18.0", |
| 36 | + "prettier": "^2.6.1", |
| 37 | + "pug": "^3.0.2", |
| 38 | + "typescript": "^4.6.3", |
| 39 | + "unocss": "^0.30.7", |
| 40 | + "unplugin-auto-import": "^0.6.8", |
| 41 | + "unplugin-icons": "^0.14.1", |
| 42 | + "unplugin-vue-components": "^0.18.5", |
43 | 43 | "vite": "^2.8.6",
|
44 |
| - "vite-plugin-md": "^0.11.9", |
| 44 | + "vite-plugin-md": "^0.12.4", |
45 | 45 | "vite-plugin-pages": "^0.22.0",
|
46 | 46 | "vite-plugin-pwa": "^0.11.13",
|
47 | 47 | "vite-ssg": "^0.19.0"
|
48 | 48 | },
|
49 | 49 | "dependencies": {
|
50 |
| - "@vueuse/core": "^8.1.1", |
| 50 | + "@vueuse/core": "^8.2.0", |
51 | 51 | "@vueuse/head": "^0.7.5",
|
52 | 52 | "nprogress": "^0.2.0",
|
53 | 53 | "prism-theme-vars": "^0.2.2",
|
|
0 commit comments