Skip to content

Commit

Permalink
chore: update docs package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Sep 26, 2024
1 parent e4f4260 commit 041aa30
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,48 +24,49 @@
"scripts": {
"dev": "vitrify dev",
"dev:ssr": "vitrify dev -m ssr",
"build": "run-s build:csr",
"build": "run-s build:csr gzip",
"build:csr": "vitrify build",
"build:ssr": "vitrify build -m ssr",
"build:ssg": "vitrify build -m ssg",
"gzip": "gzip -k -r ./dist/static/*.mjs",
"test": "vitrify test",
"lint": "eslint --ext .vue --ext .ts src",
"lint:fix": "eslint --ext .vue --ext .ts src --fix",
"format:check": "prettier --check .",
"format:write": "prettier --write ."
},
"dependencies": {
"@fastify/middie": "8.3.1",
"@fastify/static": "7.0.4",
"@fastify/middie": "9.0.2",
"@fastify/static": "8.0.1",
"@quasar/extras": "1.16.12",
"@simsustech/quasar-components": "^0.10.3",
"@vitrify/tools": "^0.1.7",
"quasar": "2.16.9",
"vite-plugin-pwa": "0.20.1",
"vue": "3.4.38",
"vue-router": "4.4.3"
"@simsustech/quasar-components": "^0.10.4",
"@vitrify/tools": "^0.2.0",
"quasar": "2.17.0",
"vite-plugin-pwa": "0.20.5",
"vue": "3.5.8",
"vue-router": "4.4.5"
},
"devDependencies": {
"@types/node": "22.5.1",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"@vitejs/plugin-vue": "5.1.2",
"@vue/reactivity": "3.4.38",
"@vue/runtime-core": "3.4.38",
"@vue/runtime-dom": "3.4.38",
"@vue/server-renderer": "3.4.38",
"@vue/shared": "3.4.38",
"@types/node": "22.6.1",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@vitejs/plugin-vue": "5.1.4",
"@vue/reactivity": "3.5.8",
"@vue/runtime-core": "3.5.8",
"@vue/runtime-dom": "3.5.8",
"@vue/server-renderer": "3.5.8",
"@vue/shared": "3.5.8",
"critters": "0.0.24",
"devcert": "1.2.2",
"eslint": "9.9.1",
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier-vue": "5.0.0",
"eslint-plugin-vue": "9.27.0",
"fastify": "4.28.1",
"eslint-plugin-vue": "9.28.0",
"fastify": "5.0.0",
"npm-run-all": "4.1.5",
"typescript": "5.5.4",
"vite": "5.4.2",
"vitrify": "0.15.3",
"typescript": "5.6.2",
"vite": "5.4.7",
"vitrify": "0.16.0",
"workbox-window": "7.1.0"
}
}
}

0 comments on commit 041aa30

Please sign in to comment.