|
2 | 2 | "private": true,
|
3 | 3 | "scripts": {
|
4 | 4 | "dev": "vite --port 3333 --open",
|
5 |
| - "build": "cross-env NODE_ENV=production vite build && esno scripts/ssg.ts", |
| 5 | + "build": "cross-env NODE_ENV=production vite-ssg build", |
6 | 6 | "fetch": "esno scripts/fetch.ts"
|
7 | 7 | },
|
8 | 8 | "dependencies": {
|
9 |
| - "@iconify/iconify": "^2.0.0-rc.2", |
10 |
| - "@vueuse/core": "^4.0.0-rc.8", |
| 9 | + "@iconify/iconify": "^2.0.0-rc.4", |
| 10 | + "@vueuse/core": "^4.0.0", |
11 | 11 | "dayjs": "^1.9.7",
|
12 | 12 | "nprogress": "^0.2.0",
|
13 |
| - "p5i": "^0.3.1", |
| 13 | + "p5i": "^0.4.2", |
14 | 14 | "vue": "^3.0.4",
|
15 |
| - "vue-router": "4.0.0-rc.3" |
| 15 | + "vue-router": "4.0.1" |
16 | 16 | },
|
17 | 17 | "devDependencies": {
|
18 | 18 | "@antfu/eslint-config-vue": "^0.4.3",
|
19 |
| - "@iconify/json": "^1.1.272", |
| 19 | + "@iconify/json": "^1.1.275", |
20 | 20 | "@purge-icons/generated": "^0.4.1",
|
21 | 21 | "@types/cheerio": "^0.22.23",
|
22 | 22 | "@types/fs-extra": "^9.0.5",
|
23 |
| - "@types/markdown-it": "^10.0.3", |
| 23 | + "@types/markdown-it": "^12.0.0", |
24 | 24 | "@types/nprogress": "^0.2.0",
|
25 |
| - "@typescript-eslint/eslint-plugin": "^4.9.1", |
| 25 | + "@typescript-eslint/eslint-plugin": "^4.11.0", |
26 | 26 | "@vue/compiler-sfc": "^3.0.4",
|
| 27 | + "@vue/server-renderer": "^3.0.4", |
27 | 28 | "autoprefixer": "^10.1.0",
|
28 |
| - "axios": "^0.21.0", |
29 |
| - "cheerio": "^1.0.0-rc.3", |
30 |
| - "chromium": "3.0.2", |
| 29 | + "axios": "^0.21.1", |
| 30 | + "cheerio": "^1.0.0-rc.5", |
31 | 31 | "cross-env": "^7.0.3",
|
32 |
| - "eslint": "^7.15.0", |
| 32 | + "eslint": "^7.16.0", |
33 | 33 | "esno": "^0.3.0",
|
34 | 34 | "fast-glob": "^3.2.4",
|
35 | 35 | "fs-extra": "^9.0.1",
|
36 |
| - "markdown-it": "^12.0.3", |
| 36 | + "markdown-it": "^12.0.4", |
37 | 37 | "markdown-it-shiki": "^0.0.2",
|
38 | 38 | "postcss-nested": "^5.0.3",
|
39 |
| - "presite": "^2.0.2", |
40 | 39 | "tailwindcss": "^2.0.2",
|
41 | 40 | "typescript": "^4.1.3",
|
42 | 41 | "vite": "^1.0.0-rc.13",
|
43 | 42 | "vite-plugin-components": "^0.5.0",
|
44 |
| - "vite-plugin-md": "^0.1.4", |
| 43 | + "vite-plugin-md": "^0.1.5", |
45 | 44 | "vite-plugin-purge-icons": "^0.4.5",
|
46 | 45 | "vite-plugin-voie": "^0.4.1",
|
| 46 | + "vite-ssg": "^0.0.12", |
47 | 47 | "voie-pages": "^0.4.0"
|
48 | 48 | },
|
49 | 49 | "resolutions": {
|
50 |
| - "postcss": "8.1.7" |
| 50 | + "postcss": "8.1.7", |
| 51 | + "vue-router": "4.0.0-rc.3" |
51 | 52 | },
|
52 | 53 | "eslintConfig": {
|
53 | 54 | "extends": "@antfu/eslint-config-vue",
|
|
0 commit comments