Skip to content

Commit

Permalink
⬆️ Deps: upgrade; update: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kwchang0831 committed Jul 31, 2023
1 parent e8f822f commit 9a74335
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 129 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-turtles-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kwchang0831/svelte-qwer': patch
---

deps: upgrade; update: readme
2 changes: 2 additions & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ npx degit kwchang0831/svelte-QWER my-blog

## ⚡️ 用法

1. 安裝 [npm v18.x](https://nodejs.org/en/blog/release/v18.17.0)

1. 安裝 [pnpm](https://github.com/pnpm/pnpm)

```bash
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ npx degit kwchang0831/svelte-QWER my-blog

## ⚡️ Usage

1. Get [npm v18.x](https://nodejs.org/en/blog/release/v18.17.0)

1. Get [pnpm](https://github.com/pnpm/pnpm).

```bash
Expand Down
236 changes: 117 additions & 119 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,119 +1,117 @@
{
"name": "@kwchang0831/svelte-qwer",
"version": "0.11.0",
"engines": {
"node": ">=16.0.0"
},
"type": "module",
"license": "MIT",
"homepage": "https://github.com/kwchang0831/svelte-qwer",
"repository": {
"type": "git",
"url": "git+https://github.com/kwchang0831/svelte-qwer.git"
},
"bugs": {
"url": "https://github.com/kwchang0831/svelte-qwer/issues"
},
"author": "kwchang0831",
"workspaces": [
"./",
"./QWER"
],
"scripts": {
"dev:i18n": "npx typesafe-i18n",
"dev:sveltekit": "cross-env MODE=development vite dev --host",
"dev:QWER": "node --no-warnings QWER watch",
"dev:watch": "npm-run-all -p -r dev:QWER dev:i18n dev:sveltekit ",
"dev": "npm-run-all -s build:QWER dev:watch",
"build:partytown": "partytown copylib static/~partytown",
"build:i18n": "npx typesafe-i18n --no-watch",
"build:sveltekit": "vite build",
"build:QWER_Without_Meta": "node --no-warnings QWER buildWithoutMeta",
"build:QWER": "node --no-warnings QWER build",
"build": "npm-run-all -s build:QWER build:i18n build:partytown build:sveltekit",
"preview": "vite preview",
"clean:husky": "rimraf .husky",
"clean:sveltekit": "rimraf .svelte-kit",
"clean:node_modules": "rimraf -- node_modules QWER/node_modules",
"clean:routeFolder": "node --no-warnings QWER cleanEmptyFolders",
"clean:QWER": "node --no-warnings QWER clean",
"clean": "npm-run-all -s clean:QWER clean:routeFolder",
"cleandeep": "npm-run-all -s clean clean:sveltekit clean:husky clean:node_modules",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"up:deps": "pnpm up -L -i",
"up:QWER-deps": "cd QWER && pnpm up -L -i",
"up": "npm-run-all -s up:deps up:QWER-deps",
"husky": "husky install && npx husky set .husky/pre-commit \"npx lint-staged\" && gitmoji -i",
"typesafe-i18n": "typesafe-i18n",
"changeset:add": "pnpm changeset add",
"deploy:vercel-local-build": "vercel build --prod && vercel deploy --prebuilt --prod"
},
"lint-staged": {
"*.{html,scss,css,svelte,ts,js}": "prettier --write ."
},
"devDependencies": {
"@builder.io/partytown": "^0.8.0",
"@changesets/cli": "^2.26.2",
"@iconify-json/akar-icons": "^1.1.17",
"@iconify-json/bxs": "^1.1.6",
"@iconify-json/carbon": "^1.1.18",
"@iconify-json/fluent-emoji-flat": "^1.1.11",
"@iconify-json/ic": "^1.1.13",
"@iconify-json/line-md": "^1.1.25",
"@iconify-json/mdi": "^1.1.53",
"@iconify-json/tabler": "^1.1.86",
"@iconify-json/vscode-icons": "^1.1.26",
"@kwchang0831/qwer": "link:QWER",
"@kwchang0831/svelte-qwer": "link:",
"@sveltejs/adapter-netlify": "2.0.8",
"@sveltejs/adapter-node": "1.3.1",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/adapter-vercel": "3.0.3",
"@sveltejs/kit": "1.22.4",
"@types/flexsearch": "^0.7.3",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@unocss/core": "^0.54.1",
"@unocss/extractor-svelte": "^0.54.1",
"@unocss/preset-icons": "^0.54.1",
"@unocss/preset-uno": "^0.54.1",
"@unocss/reset": "^0.54.1",
"@unocss/transformer-compile-class": "^0.54.1",
"@unocss/transformer-directives": "^0.54.1",
"@unocss/transformer-variant-group": "^0.54.1",
"cross-env": "^7.0.3",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-svelte": "^2.32.4",
"flexsearch": "^0.7.31",
"gitmoji-cli": "^8.4.0",
"husky": "^8.0.3",
"imagetools-core": "^4.0.4",
"katex": "^0.16.8",
"lint-staged": "^13.2.3",
"lz-string": "^1.5.0",
"medium-zoom": "^1.0.8",
"npm-run-all": "^4.1.5",
"nprogress": "^0.2.0",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.3",
"rimraf": "^5.0.1",
"sass": "^1.64.1",
"svelte": "^4.1.2",
"svelte-check": "^3.4.6",
"svelte-preprocess": "^5.0.4",
"tippy.js": "^6.3.7",
"tslib": "^2.6.1",
"typesafe-i18n": "^5.25.1",
"typescript": "^5.1.6",
"unocss": "^0.54.1",
"unocss-preset-scrollbar": "^0.2.1",
"vite": "^4.4.7",
"vite-imagetools": "^5.0.6"
}
}
{
"name": "@kwchang0831/svelte-qwer",
"version": "0.11.0",
"type": "module",
"license": "MIT",
"homepage": "https://github.com/kwchang0831/svelte-qwer",
"repository": {
"type": "git",
"url": "git+https://github.com/kwchang0831/svelte-qwer.git"
},
"bugs": {
"url": "https://github.com/kwchang0831/svelte-qwer/issues"
},
"author": "kwchang0831",
"workspaces": [
"./",
"./QWER"
],
"scripts": {
"dev:i18n": "npx typesafe-i18n",
"dev:sveltekit": "cross-env MODE=development vite dev --host",
"dev:QWER": "node --no-warnings QWER watch",
"dev:watch": "npm-run-all -p -r dev:QWER dev:i18n dev:sveltekit ",
"dev": "npm-run-all -s build:QWER dev:watch",
"build:partytown": "partytown copylib static/~partytown",
"build:i18n": "npx typesafe-i18n --no-watch",
"build:sveltekit": "vite build",
"build:QWER_Without_Meta": "node --no-warnings QWER buildWithoutMeta",
"build:QWER": "node --no-warnings QWER build",
"build": "npm-run-all -s build:QWER build:i18n build:partytown build:sveltekit",
"preview": "vite preview",
"clean:husky": "rimraf .husky",
"clean:sveltekit": "rimraf .svelte-kit",
"clean:node_modules": "rimraf -- node_modules QWER/node_modules",
"clean:routeFolder": "node --no-warnings QWER cleanEmptyFolders",
"clean:QWER": "node --no-warnings QWER clean",
"clean": "npm-run-all -s clean:QWER clean:routeFolder",
"cleandeep": "npm-run-all -s clean clean:sveltekit clean:husky clean:node_modules",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"up:deps": "pnpm up -L -i",
"up:QWER-deps": "cd QWER && pnpm up -L -i",
"up": "npm-run-all -s up:deps up:QWER-deps",
"husky": "husky install && npx husky set .husky/pre-commit \"npx lint-staged\" && gitmoji -i",
"typesafe-i18n": "typesafe-i18n",
"changeset:add": "pnpm changeset add",
"deploy:vercel-local-build": "vercel build --prod && vercel deploy --prebuilt --prod"
},
"lint-staged": {
"*.{html,scss,css,svelte,ts,js}": "prettier --write ."
},
"devDependencies": {
"@builder.io/partytown": "^0.8.0",
"@changesets/cli": "^2.26.2",
"@iconify-json/akar-icons": "^1.1.17",
"@iconify-json/bxs": "^1.1.6",
"@iconify-json/carbon": "^1.1.18",
"@iconify-json/fluent-emoji-flat": "^1.1.11",
"@iconify-json/ic": "^1.1.13",
"@iconify-json/line-md": "^1.1.25",
"@iconify-json/mdi": "^1.1.53",
"@iconify-json/tabler": "^1.1.86",
"@iconify-json/vscode-icons": "^1.1.26",
"@kwchang0831/qwer": "link:QWER",
"@kwchang0831/svelte-qwer": "link:",
"@sveltejs/adapter-netlify": "2.0.8",
"@sveltejs/adapter-node": "1.3.1",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/adapter-vercel": "3.0.3",
"@sveltejs/kit": "1.22.4",
"@types/flexsearch": "^0.7.3",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@unocss/core": "^0.54.1",
"@unocss/extractor-svelte": "^0.54.1",
"@unocss/preset-icons": "^0.54.1",
"@unocss/preset-uno": "^0.54.1",
"@unocss/reset": "^0.54.1",
"@unocss/transformer-compile-class": "^0.54.1",
"@unocss/transformer-directives": "^0.54.1",
"@unocss/transformer-variant-group": "^0.54.1",
"cross-env": "^7.0.3",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-svelte": "^2.32.4",
"flexsearch": "^0.7.31",
"gitmoji-cli": "^8.4.0",
"husky": "^8.0.3",
"imagetools-core": "^4.0.5",
"katex": "^0.16.8",
"lint-staged": "^13.2.3",
"lz-string": "^1.5.0",
"medium-zoom": "^1.0.8",
"npm-run-all": "^4.1.5",
"nprogress": "^0.2.0",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.3",
"rimraf": "^5.0.1",
"sass": "^1.64.1",
"sharp": "^0.32.4",
"svelte": "^4.1.2",
"svelte-check": "^3.4.6",
"svelte-preprocess": "^5.0.4",
"tippy.js": "^6.3.7",
"tslib": "^2.6.1",
"typesafe-i18n": "^5.25.1",
"typescript": "^5.1.6",
"unocss": "^0.54.1",
"unocss-preset-scrollbar": "^0.2.1",
"vite": "^4.4.7",
"vite-imagetools": "^5.0.7"
}
}
23 changes: 13 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a74335

Please sign in to comment.