Skip to content

Commit

Permalink
feat: support PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Oct 26, 2023
1 parent 818d382 commit c9142a0
Show file tree
Hide file tree
Showing 16 changed files with 3,271 additions and 61 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# EditorConfig
# https://editorconfig.org/

root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.sh]
indent_size = 4

[*.md]
indent_size = 3

[*.json]
insert_final_newline = ignore
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@
"@tailwindcss/typography": "^0.5.4",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.7.13",
"@vite-pwa/assets-generator": "^0.0.10",
"@vite-pwa/vitepress": "^0.2.3",
"feed": "^4.2.1",
"gray-matter": "^4.0.2",
"prettier": "^3.0.3",
"simple-git-hooks": "^2.9.0",
"tailwindcss": "^3.1.8",
"vite-plugin-pwa": "^0.16.5",
"vitepress": "1.0.0-rc.24",
"vue": "^3.3.6"
"vue": "^3.3.6",
"workbox-window": "^7.0.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm run fmt"
Expand Down
Loading

0 comments on commit c9142a0

Please sign in to comment.