Skip to content

Commit

Permalink
Merge pull request #12 from LyonSyonII/dev
Browse files Browse the repository at this point in the history
Small changes
  • Loading branch information
LyonSyonII authored Dec 11, 2023
2 parents a8e530f + 918a64a commit 808daef
Show file tree
Hide file tree
Showing 12 changed files with 919 additions and 911 deletions.
4 changes: 3 additions & 1 deletion frontend/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import svelte from "@astrojs/svelte";
import { visualizer } from "rollup-plugin-visualizer";
import compress from "astro-compress";

import robotsTxt from "astro-robots-txt";

// https://astro.build/config
export default defineConfig({
site: "https://rust-quest.com",
Expand All @@ -16,7 +18,6 @@ export default defineConfig({
src: "./src/assets/ferris.svg",
// replacesTitle: true,
},

social: {
github: "https://github.com/lyonsyonii/rust-quest",
},
Expand Down Expand Up @@ -48,6 +49,7 @@ export default defineConfig({
}),
svelte(),
compress(),
robotsTxt(),
],
vite: {
plugins: [visualizer()],
Expand Down
26 changes: 12 additions & 14 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,31 @@
"analyze": "source-map-explorer 'dist/_astro/*.js'"
},
"dependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/starlight": "^0.15.0",
"@astrojs/svelte": "^5.0.0",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/language": "^6.9.3",
"@codemirror/state": "^6.3.3",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.22.2",
"@ddietr/codemirror-themes": "^1.4.2",
"@lezer/highlight": "^1.2.0",
"@macfja/svelte-persistent-store": "^2.4.1",
"astro": "^4.0.3",
"astro-compress": "^2.2.3",
"confettis": "^0.3.0",
"svelte": "^4.2.8",
"svelte-codemirror-editor": "^1.2.0",
"svelte-confetti-p5": "^0.2.0",
"typescript": "^5.3.3"
"confettis": "^0.3.0"
},
"devDependencies": {
"@astrojs/check": "^0.3.2",
"@astrojs/starlight": "^0.15.0",
"@astrojs/svelte": "^5.0.1",
"@iconify/svelte": "^3.1.4",
"@macfja/svelte-persistent-store": "^2.4.1",
"@svelte-put/clickoutside": "^3.0.1",
"@svelte-put/shortcut": "^3.0.0",
"astro": "^4.0.4",
"astro-compress": "^2.2.3",
"astro-robots-txt": "^1.0.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-svelte": "^3.1.2",
"rollup-plugin-visualizer": "^5.11.0",
"sharp": "^0.33.0"
"sharp": "^0.33.0",
"svelte": "^4.2.8",
"svelte-codemirror-editor": "^1.2.0",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 808daef

Please sign in to comment.