Update packages
parent
8d9ab52626
commit
be0ccc4ea6
|
@ -1,22 +1,20 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
// ...
|
|
||||||
env: {
|
env: {
|
||||||
es2020: true,
|
es2020: true,
|
||||||
node: true,
|
node: true,
|
||||||
'astro/astro': true,
|
'astro/astro': true,
|
||||||
},
|
},
|
||||||
extends: [
|
extends: [
|
||||||
// ...
|
|
||||||
'plugin:astro/recommended',
|
'plugin:astro/recommended',
|
||||||
'prettier',
|
'prettier',
|
||||||
'eslint:recommended',
|
'eslint:recommended',
|
||||||
|
'plugin:json/recommended',
|
||||||
'plugin:tailwindcss/recommended',
|
'plugin:tailwindcss/recommended',
|
||||||
],
|
],
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
ecmaVersion: 'latest',
|
ecmaVersion: 'latest',
|
||||||
sourceType: 'module',
|
sourceType: 'module',
|
||||||
},
|
},
|
||||||
// ...
|
|
||||||
overrides: [
|
overrides: [
|
||||||
{
|
{
|
||||||
// Define the configuration for `.astro` file.
|
// Define the configuration for `.astro` file.
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"prettier.documentSelectors": ["**/*.astro"],
|
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||||
|
"files.associations": {
|
||||||
|
"*.mdx": "markdown"
|
||||||
|
}
|
||||||
|
}
|
|
@ -5,7 +5,7 @@ import robotsTxt from 'astro-robots-txt'
|
||||||
import sitemap from '@astrojs/sitemap'
|
import sitemap from '@astrojs/sitemap'
|
||||||
import prefetch from '@astrojs/prefetch'
|
import prefetch from '@astrojs/prefetch'
|
||||||
import partytown from '@astrojs/partytown'
|
import partytown from '@astrojs/partytown'
|
||||||
|
import icon from 'astro-icon'
|
||||||
import mdx from '@astrojs/mdx'
|
import mdx from '@astrojs/mdx'
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
|
@ -19,5 +19,6 @@ export default defineConfig({
|
||||||
prefetch(),
|
prefetch(),
|
||||||
partytown(),
|
partytown(),
|
||||||
mdx(),
|
mdx(),
|
||||||
|
icon(),
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
88
package.json
88
package.json
|
@ -1,43 +1,49 @@
|
||||||
{
|
{
|
||||||
"name": "ethanreece.com",
|
"name": "ethanreece.com",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "^0.19.6",
|
"@astrojs/markdown-remark": "^2.2.1",
|
||||||
"@astrojs/partytown": "^1.2.3",
|
"@astrojs/mdx": "^0.19.7",
|
||||||
"@astrojs/prefetch": "^0.2.3",
|
"@astrojs/partytown": "^1.2.3",
|
||||||
"@astrojs/sitemap": "^1.3.3",
|
"@astrojs/prefetch": "^0.2.3",
|
||||||
"@astrojs/tailwind": "^3.1.3",
|
"@astrojs/prism": "^2.1.2",
|
||||||
"@fontsource-variable/jetbrains-mono": "^5.0.3",
|
"@astrojs/sitemap": "^1.3.3",
|
||||||
"astro": "^2.5.7",
|
"@astrojs/tailwind": "^4.0.0",
|
||||||
"astro-imagetools": "^0.8.1",
|
"@fontsource-variable/jetbrains-mono": "^5.0.5",
|
||||||
"astro-robots-txt": "^0.5.0",
|
"astro": "^2.8.0",
|
||||||
"astro-seo": "^0.7.2",
|
"astro-imagetools": "^0.8.1",
|
||||||
"sharp": "^0.32.1",
|
"astro-robots-txt": "^0.5.0",
|
||||||
"tailwindcss": "^3.3.2",
|
"astro-seo": "^0.7.4",
|
||||||
"tailwindcss-hero-patterns": "^0.1.2"
|
"sharp": "^0.32.1",
|
||||||
},
|
"tailwindcss-hero-patterns": "^0.1.2"
|
||||||
"devDependencies": {
|
},
|
||||||
"@typescript-eslint/parser": "^5.59.8",
|
"devDependencies": {
|
||||||
"astro-icon": "^0.8.0",
|
"@typescript-eslint/parser": "^5.61.0",
|
||||||
"autoprefixer": "^10.4.14",
|
"astro-icon": "1.0.0-next.2",
|
||||||
"cssnano": "^6.0.1",
|
"autoprefixer": "^10.4.14",
|
||||||
"eslint": "^8.42.0",
|
"concurrently": "^8.2.0",
|
||||||
"eslint-config-prettier": "^8.8.0",
|
"cssnano": "^6.0.1",
|
||||||
"eslint-plugin-astro": "^0.27.1",
|
"eslint": "^8.44.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
"eslint-config-prettier": "^8.8.0",
|
||||||
"eslint-plugin-tailwindcss": "^3.12.1",
|
"eslint-plugin-astro": "^0.27.2",
|
||||||
"find-up": "^6.3.0",
|
"eslint-plugin-json": "^3.1.0",
|
||||||
"prettier": "^2.8.8",
|
"eslint-plugin-jsonc": "^2.9.0",
|
||||||
"prettier-plugin-astro": "^0.9.1",
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||||
"prettier-plugin-sort-imports": "^1.7.2",
|
"eslint-plugin-tailwindcss": "^3.13.0",
|
||||||
"prettier-plugin-tailwindcss": "^0.3.0"
|
"find-up": "^6.3.0",
|
||||||
}
|
"postcss": "8.4.25",
|
||||||
|
"prettier": "^2.8.8",
|
||||||
|
"prettier-plugin-astro": "^0.10.0",
|
||||||
|
"prettier-plugin-sort-imports": "^1.7.2",
|
||||||
|
"prettier-plugin-tailwindcss": "^0.3.0",
|
||||||
|
"tailwindcss": "^3.3.2"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
16762
pnpm-lock.yaml
16762
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
@ -1,4 +1,4 @@
|
||||||
export interface NavItem {
|
export interface NavItem {
|
||||||
text: string
|
text: string
|
||||||
link: string
|
link: string
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,7 +27,17 @@ const socials: Social[] = [
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'GitHub',
|
name: 'GitHub (Personal)',
|
||||||
|
profile: 'Sudoer777',
|
||||||
|
url: 'https://github.com/sudoer777',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'GitHub (R-Technics)',
|
||||||
|
profile: 'Sudoer777',
|
||||||
|
url: 'https://github.com/sudoer777',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'GitHub (Scrumfish)',
|
||||||
profile: 'Sudoer777',
|
profile: 'Sudoer777',
|
||||||
url: 'https://github.com/sudoer777',
|
url: 'https://github.com/sudoer777',
|
||||||
},
|
},
|
||||||
|
@ -36,6 +46,11 @@ const socials: Social[] = [
|
||||||
profile: 'sudoer777@git.sudoer.ch',
|
profile: 'sudoer777@git.sudoer.ch',
|
||||||
url: 'https://git.sudoer.ch/sudoer777',
|
url: 'https://git.sudoer.ch/sudoer777',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Mastodon (GoToSocial)',
|
||||||
|
profile: 'Sudoer777',
|
||||||
|
url: '',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Devpost',
|
name: 'Devpost',
|
||||||
profile: 'sudoer777',
|
profile: 'sudoer777',
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
/// <reference path="../.astro/types.d.ts" />
|
/// <reference path="../.astro/types.d.ts" />
|
||||||
/// <reference types="astro/client" />
|
/// <reference types="astro/client" />
|
||||||
/// <reference types="astro-imagetools" />
|
/// <reference types="astro-imagetools" />
|
||||||
|
|
Reference in New Issue