2424 "scripts" : {
2525 "dev" : " vitrify dev" ,
2626 "dev:ssr" : " vitrify dev -m ssr" ,
27- "build" : " run-s build:csr" ,
27+ "build" : " run-s build:csr gzip " ,
2828 "build:csr" : " vitrify build" ,
2929 "build:ssr" : " vitrify build -m ssr" ,
3030 "build:ssg" : " vitrify build -m ssg" ,
31+ "gzip" : " gzip -k -r ./dist/static/*.mjs" ,
3132 "test" : " vitrify test" ,
3233 "lint" : " eslint --ext .vue --ext .ts src" ,
3334 "lint:fix" : " eslint --ext .vue --ext .ts src --fix" ,
3435 "format:check" : " prettier --check ." ,
3536 "format:write" : " prettier --write ."
3637 },
3738 "dependencies" : {
38- "@fastify/middie" : " 8.3.1 " ,
39- "@fastify/static" : " 7 .0.4 " ,
39+ "@fastify/middie" : " 9.0.2 " ,
40+ "@fastify/static" : " 8 .0.1 " ,
4041 "@quasar/extras" : " 1.16.12" ,
41- "@simsustech/quasar-components" : " ^0.10.3 " ,
42- "@vitrify/tools" : " ^0.1.7 " ,
43- "quasar" : " 2.16.9 " ,
44- "vite-plugin-pwa" : " 0.20.1 " ,
45- "vue" : " 3.4.38 " ,
46- "vue-router" : " 4.4.3 "
42+ "@simsustech/quasar-components" : " ^0.10.4 " ,
43+ "@vitrify/tools" : " ^0.2.0 " ,
44+ "quasar" : " 2.17.0 " ,
45+ "vite-plugin-pwa" : " 0.20.5 " ,
46+ "vue" : " 3.5.8 " ,
47+ "vue-router" : " 4.4.5 "
4748 },
4849 "devDependencies" : {
49- "@types/node" : " 22.5 .1" ,
50- "@typescript-eslint/eslint-plugin" : " 8.3 .0" ,
51- "@typescript-eslint/parser" : " 8.3 .0" ,
52- "@vitejs/plugin-vue" : " 5.1.2 " ,
53- "@vue/reactivity" : " 3.4.38 " ,
54- "@vue/runtime-core" : " 3.4.38 " ,
55- "@vue/runtime-dom" : " 3.4.38 " ,
56- "@vue/server-renderer" : " 3.4.38 " ,
57- "@vue/shared" : " 3.4.38 " ,
50+ "@types/node" : " 22.6 .1" ,
51+ "@typescript-eslint/eslint-plugin" : " 8.7 .0" ,
52+ "@typescript-eslint/parser" : " 8.7 .0" ,
53+ "@vitejs/plugin-vue" : " 5.1.4 " ,
54+ "@vue/reactivity" : " 3.5.8 " ,
55+ "@vue/runtime-core" : " 3.5.8 " ,
56+ "@vue/runtime-dom" : " 3.5.8 " ,
57+ "@vue/server-renderer" : " 3.5.8 " ,
58+ "@vue/shared" : " 3.5.8 " ,
5859 "critters" : " 0.0.24" ,
5960 "devcert" : " 1.2.2" ,
60- "eslint" : " 9.9 .1" ,
61+ "eslint" : " 9.11 .1" ,
6162 "eslint-config-prettier" : " 9.1.0" ,
6263 "eslint-plugin-prettier-vue" : " 5.0.0" ,
63- "eslint-plugin-vue" : " 9.27 .0" ,
64- "fastify" : " 4.28.1 " ,
64+ "eslint-plugin-vue" : " 9.28 .0" ,
65+ "fastify" : " 5.0.0 " ,
6566 "npm-run-all" : " 4.1.5" ,
66- "typescript" : " 5.5.4 " ,
67- "vite" : " 5.4.2 " ,
68- "vitrify" : " 0.15.3 " ,
67+ "typescript" : " 5.6.2 " ,
68+ "vite" : " 5.4.7 " ,
69+ "vitrify" : " 0.16.0 " ,
6970 "workbox-window" : " 7.1.0"
7071 }
71- }
72+ }
0 commit comments