1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

fix: improve Resume

This commit is contained in:
Divlo
2022-11-29 10:29:02 +01:00
parent 5f5b328895
commit 1514600998
12 changed files with 1485 additions and 1216 deletions

View File

@@ -26,7 +26,7 @@
"test:lighthouse": "lhci autorun",
"test:e2e": "start-server-and-test \"start\" \"http://127.0.0.1:3000\" \"cypress run\"",
"test:dev": "start-server-and-test \"dev\" \"http://127.0.0.1:3000\" \"cypress open\"",
"resume:build": "node ./jsonresume-theme-custom/scripts/build.js",
"resume:build": "node ./jsonresume-theme-custom/build.js",
"release": "semantic-release",
"deploy": "vercel",
"postinstall": "husky install"
@@ -37,12 +37,12 @@
"@fortawesome/free-brands-svg-icons": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@giscus/react": "2.2.3",
"@giscus/react": "2.2.4",
"clsx": "1.2.1",
"date-and-time": "2.4.1",
"gray-matter": "4.0.3",
"html-react-parser": "3.0.4",
"next": "13.0.4",
"next": "13.0.5",
"next-mdx-remote": "4.2.0",
"next-pwa": "5.6.0",
"next-themes": "0.2.1",
@@ -60,8 +60,8 @@
"universal-cookie": "4.0.4"
},
"devDependencies": {
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@lhci/cli": "0.10.0",
"@saithodev/semantic-release-backmerge": "2.1.2",
"@semantic-release/git": "10.0.1",
@@ -69,30 +69,30 @@
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/unist": "2.0.6",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/eslint-plugin": "5.45.0",
"autoprefixer": "10.4.13",
"cypress": "11.1.0",
"cypress": "11.2.0",
"editorconfig-checker": "4.0.2",
"eslint": "8.28.0",
"eslint-config-conventions": "5.0.0",
"eslint-config-next": "13.0.4",
"eslint-config-conventions": "6.0.0",
"eslint-config-next": "13.0.5",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "44.0.2",
"eslint-plugin-unicorn": "45.0.1",
"html-w3c-validator": "1.2.1",
"husky": "8.0.2",
"jsonresume-theme-custom": "file:./jsonresume-theme-custom",
"lint-staged": "13.0.3",
"lint-staged": "13.0.4",
"markdownlint-cli2": "0.5.1",
"postcss": "8.4.19",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.1.13",
"prettier": "2.8.0",
"prettier-plugin-tailwindcss": "0.2.0",
"semantic-release": "19.0.5",
"start-server-and-test": "1.14.0",
"tailwindcss": "3.2.4",
"typescript": "4.9.3",
"vercel": "28.5.5"
"vercel": "28.5.6"
}
}