Skip to content

Commit

Permalink
build: 🗑️ Clean dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Nov 12, 2023
1 parent 41bd05d commit 5b1a100
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 17 deletions.
6 changes: 1 addition & 5 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"extends": [
"stylelint-config-standard",
"stylelint-config-standard-scss",
"stylelint-config-recommended-vue"
]
"extends": ["stylelint-config-standard", "stylelint-config-recommended-vue"]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"tauri": "tauri"
},
"dependencies": {
"@fontsource-variable/noto-sans-sc": "^5.0.3",
"@fontsource/noto-sans-sc": "^5.0.16",
"@fontsource/roboto": "^5.0.8",
"@material-design-icons/svg": "^0.14.13",
"@tauri-apps/api": "^1.5.1",
"vue": "^3.3.8",
"vuetify": "^3.4.0"
},
"devDependencies": {
"@fontsource/roboto": "^5.0.8",
"@mdi/js": "^7.3.67",
"@tauri-apps/cli": "^1.5.6",
"@types/node": "^20.9.0",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { createVuetify } from "vuetify";

import { aliases, mdi } from "vuetify/iconsets/mdi-svg";
import "@fontsource/roboto/latin.css";
import "@fontsource/noto-sans-sc";

const vuetify = createVuetify({
icons: { defaultSet: "mdi", aliases, sets: { mdi } },
Expand Down
1 change: 1 addition & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-size-adjust: 100%;
font-family: Roboto, "Noto Sans SC", sans-serif;
}
1 change: 0 additions & 1 deletion src/views/KeygenView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const file = ref<string>();
font-weight: 300;
line-height: 6rem;
letter-spacing: -0.0156em;
font-family: Roboto, sans-serif;
text-transform: none;
}
</style>

0 comments on commit 5b1a100

Please sign in to comment.