Skip to content

Commit

Permalink
build: use vite-ssg
Browse files Browse the repository at this point in the history
  • Loading branch information
VChet committed Nov 13, 2024
1 parent 70bfab1 commit f2af517
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 53 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite",
"build": "vite build",
"build": "vite-ssg build",
"preview": "vite preview",
"lint:ts": "vue-tsc --noEmit",
"lint:js": "eslint .",
Expand All @@ -18,23 +18,22 @@
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@unhead/vue": "^1.11.10",
"@vitejs/plugin-vue": "^5.1.4",
"@vueuse/core": "^11.2.0",
"dayjs": "^1.11.13",
"v-wave": "^3.0.2",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
"vue-i18n": "^10.0.4"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@localazy/cli": "^1.7.14",
"@stylistic/stylelint-plugin": "^3.1.1",
"@tabler/icons-vue": "^3.21.0",
"@types/node": "^22.8.6",
"@unhead/vue": "^1.11.10",
"eslint": "^9.14.0",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
Expand All @@ -46,6 +45,8 @@
"stylelint-order": "^6.0.4",
"stylelint-rem-over-px": "^1.0.2",
"typescript": "^5.6.3",
"vite-ssg": "^0.24.1",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.10",
"workbox-core": "^7.3.0",
"workbox-precaching": "^7.3.0",
Expand Down
Loading

0 comments on commit f2af517

Please sign in to comment.