This commit is contained in:
sevichecc 2022-12-08 18:25:41 +08:00
parent bc744a6fe1
commit 145db1e3d7
3 changed files with 1034 additions and 979 deletions

View file

@ -25,65 +25,65 @@
"zhlint": "zhlint urara/*/*.md --fix && zhlint urara/*.md --fix" "zhlint": "zhlint urara/*/*.md --fix && zhlint urara/*.md --fix"
}, },
"devDependencies": { "devDependencies": {
"@iconify-json/heroicons-outline": "^1.1.4", "@iconify-json/heroicons-outline": "^1.1.5",
"@iconify-json/heroicons-solid": "^1.1.5", "@iconify-json/heroicons-solid": "^1.1.6",
"@iconify-json/ic": "^1.1.9", "@iconify-json/ic": "^1.1.10",
"@iconify-json/material-symbols": "1.1.22", "@iconify-json/material-symbols": "1.1.25",
"@iconify-json/mdi": "^1.1.34", "@iconify-json/mdi": "^1.1.36",
"@iconify-json/simple-icons": "1.1.34", "@iconify-json/simple-icons": "1.1.38",
"@iconify-json/uil": "^1.1.2", "@iconify-json/uil": "^1.1.3",
"@sveltejs/adapter-auto": "1.0.0-next.88", "@sveltejs/adapter-auto": "1.0.0-next.90",
"@sveltejs/adapter-node": "1.0.0-next.100",
"@sveltejs/adapter-static": "1.0.0-next.48",
"@sveltejs/kit": "1.0.0-next.551",
"@tailwindcss/typography": "^0.5.8",
"@sveltejs/adapter-netlify": "1.0.0-next.84", "@sveltejs/adapter-netlify": "1.0.0-next.84",
"@types/node": "^18.11.9", "@sveltejs/adapter-node": "1.0.0-next.102",
"@sveltejs/adapter-static": "1.0.0-next.48",
"@sveltejs/kit": "1.0.0-next.572",
"@tailwindcss/typography": "^0.5.8",
"@types/node": "^18.11.11",
"@types/unist": "^2.0.6", "@types/unist": "^2.0.6",
"@types/workbox-build": "^5.0.1", "@types/workbox-build": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.43.0", "@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.43.0", "@typescript-eslint/parser": "^5.46.0",
"@vite-pwa/sveltekit": "^0.0.1", "@vite-pwa/sveltekit": "^0.0.1",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"chalk": "^5.1.2", "chalk": "^5.1.2",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cssnano": "^5.1.14", "cssnano": "^5.1.14",
"daisyui": "^2.41.0", "daisyui": "^2.42.1",
"eslint": "^8.27.0", "eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0", "eslint-plugin-svelte3": "^4.0.0",
"fenceparser": "2.2.0", "fenceparser": "2.2.0",
"fff-flavored-frontmatter": "~0.4.1", "fff-flavored-frontmatter": "~0.4.2",
"github-slugger": "^2.0.0", "github-slugger": "^2.0.0",
"mdast-util-to-string": "^3.1.0", "mdast-util-to-string": "^3.1.0",
"mdsvex": "^0.10.6", "mdsvex": "^0.10.6",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss": "^8.4.19", "postcss": "^8.4.19",
"prettier": "^2.7.1", "prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.8.0", "prettier-plugin-svelte": "^2.8.1",
"rehype-autolink-headings": "^6.1.1", "rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^2.0.1", "rehype-external-links": "^2.0.1",
"rehype-slug": "^5.1.0", "rehype-slug": "^5.1.0",
"remark": "^14.0.2", "remark": "^14.0.2",
"remark-fff": "~0.4.1", "remark-fff": "~0.4.2",
"remark-footnotes": "~2.0.0", "remark-footnotes": "~2.0.0",
"shiki-twoslash": "^3.1.0", "shiki-twoslash": "^3.1.0",
"svelte": "^3.53.1", "svelte": "^3.54.0",
"svelte-bricks": "^0.1.7", "svelte-bricks": "^0.1.7",
"svelte-check": "^2.9.2", "svelte-check": "^2.10.1",
"svelte-preprocess": "^4.10.7", "svelte-preprocess": "^4.10.7",
"svelte-typeahead": "^4.4.1", "svelte-typeahead": "^4.4.1",
"tailwindcss": "^3.2.4", "tailwindcss": "^3.2.4",
"tslib": "^2.4.1", "tslib": "^2.4.1",
"typescript": "^4.9.3", "typescript": "^4.9.4",
"unist-util-visit": "^4.1.1", "unist-util-visit": "^4.1.1",
"unocss": "^0.46.5", "unocss": "^0.47.5",
"vite": "^3.2.4", "vite": "^3.2.5",
"vite-plugin-pwa": "^0.13.3", "vite-plugin-pwa": "^0.13.3",
"workbox-window": "^6.5.4" "workbox-window": "^6.5.4"
}, },
"dependencies": { "dependencies": {
"netlify-cli": "^12.2.0" "netlify-cli": "^12.2.9"
} }
} }

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 MiB