Skip to content

Commit

Permalink
feat: 💄 Polishing frontend.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Nov 12, 2023
1 parent e07085f commit 3cdb7d2
Show file tree
Hide file tree
Showing 10 changed files with 314 additions and 67 deletions.
6 changes: 5 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"extends": ["stylelint-config-standard", "stylelint-config-recommended-vue"]
"extends": [
"stylelint-config-standard",
"stylelint-config-standard-scss",
"stylelint-config-recommended-vue"
]
}
1 change: 1 addition & 0 deletions env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite-svg-loader" />
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"tauri": "tauri"
},
"dependencies": {
"@fontsource-variable/noto-sans-sc": "^5.0.3",
"@material-design-icons/svg": "^0.14.13",
"@tauri-apps/api": "^1.5.1",
"vue": "^3.3.8",
"vuetify": "^3.3.23"
Expand Down Expand Up @@ -41,6 +43,7 @@
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-vuetify": "^1.0.2",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "^1.8.22"
},
"browserslist": [
Expand Down
Loading

0 comments on commit 3cdb7d2

Please sign in to comment.