Skip to content

Commit

Permalink
website improvement (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enalmada authored Dec 21, 2023
1 parent 06e7c7d commit 8af9fcf
Show file tree
Hide file tree
Showing 10 changed files with 77 additions and 5,298 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
"dependencies": {},
"devDependencies": {
"@changesets/cli": "2.27.1",
"@enalmada/bun-externals": "0.0.5",
"@enalmada/bun-externals": "0.0.6",
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@scaleway/changesets-renovate": "1.3.2",
"@types/node": "20.10.4",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@types/node": "20.10.5",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"bun-types": "1.0.18",
"cross-env": "7.0.3",
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-prettier": "5.1.0",
"fixpack": "4.0.0",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"prettier": "3.1.1",
"typescript": "5.3.3",
"vitest": "1.0.4"
"vitest": "1.1.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions website/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default defineConfig({
],
},
],
customCss: ['./src/assets/landing.css', './src/tailwind.css'],
}),
react(),
// applyBaseStyles causes lists to not work anymore
Expand Down
Binary file added website/bun.lockb
Binary file not shown.
15 changes: 8 additions & 7 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@
"dependencies": {
"@astrojs/check": "^0.3.3",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/react": "^3.0.7",
"@astrojs/starlight": "^0.15.0",
"@astrojs/tailwind": "^5.0.3",
"@astrojs/react": "^3.0.8",
"@astrojs/starlight": "^0.15.1",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.0.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"astro": "^4.0.6",
"@types/react-dom": "^18.2.18",
"astro": "^4.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.0",
"tailwindcss": "^3.3.6",
"sharp": "^0.33.1",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
},
"description": "module website",
Expand Down
Loading

0 comments on commit 8af9fcf

Please sign in to comment.