mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-09-11 23:09:22 +02:00
fix: update about, now second year of university
This commit is contained in:
38
package.json
38
package.json
@@ -18,7 +18,7 @@
|
||||
"lint:commit": "commitlint",
|
||||
"lint:editorconfig": "editorconfig-checker",
|
||||
"lint:markdown": "markdownlint \"**/*.{md,mdx}\" --dot --ignore-path \".gitignore\"",
|
||||
"lint:typescript": "eslint \"**/*.{js,jsx,ts,tsx}\" --ignore-path \".gitignore\"",
|
||||
"lint:typescript": "eslint \"**/*.{js,jsx,ts,tsx}\"",
|
||||
"lint:prettier": "prettier \".\" --check --ignore-path \".gitignore\"",
|
||||
"lint:staged": "lint-staged",
|
||||
"test:unit": "jest",
|
||||
@@ -27,6 +27,7 @@
|
||||
"test:e2e": "start-server-and-test \"start\" \"http://localhost:3000\" \"cypress run\"",
|
||||
"test:e2e:dev": "start-server-and-test \"dev\" \"http://localhost:3000\" \"cypress open\"",
|
||||
"resume:build": "node ./jsonresume-theme-custom/scripts/build.js",
|
||||
"resume:dev": "nodemon ./jsonresume-theme-custom/scripts/build.js --watch ./jsonresume-theme-custom/theme -e js,css,ejs",
|
||||
"release": "semantic-release",
|
||||
"deploy": "vercel",
|
||||
"postinstall": "husky install"
|
||||
@@ -40,12 +41,12 @@
|
||||
"classnames": "2.3.1",
|
||||
"date-and-time": "2.4.0",
|
||||
"gray-matter": "4.0.3",
|
||||
"html-react-parser": "2.0.0",
|
||||
"next": "12.2.0",
|
||||
"next-mdx-remote": "4.0.3",
|
||||
"html-react-parser": "3.0.1",
|
||||
"next": "12.2.3",
|
||||
"next-mdx-remote": "4.1.0",
|
||||
"next-pwa": "5.5.4",
|
||||
"next-themes": "0.2.0",
|
||||
"next-translate": "1.4.0",
|
||||
"next-translate": "1.5.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"read-pkg": "7.1.0",
|
||||
@@ -64,39 +65,40 @@
|
||||
"@lhci/cli": "0.9.0",
|
||||
"@saithodev/semantic-release-backmerge": "2.1.2",
|
||||
"@semantic-release/git": "10.0.1",
|
||||
"@tailwindcss/typography": "0.5.2",
|
||||
"@tailwindcss/typography": "0.5.4",
|
||||
"@testing-library/jest-dom": "5.16.4",
|
||||
"@testing-library/react": "13.3.0",
|
||||
"@types/jest": "27.5.0",
|
||||
"@types/node": "18.0.0",
|
||||
"@types/react": "18.0.14",
|
||||
"@types/node": "18.0.6",
|
||||
"@types/react": "18.0.15",
|
||||
"@types/unist": "2.0.6",
|
||||
"@typescript-eslint/eslint-plugin": "5.30.3",
|
||||
"@typescript-eslint/eslint-plugin": "5.30.7",
|
||||
"autoprefixer": "10.4.7",
|
||||
"cypress": "9.6.0",
|
||||
"cypress": "10.3.1",
|
||||
"editorconfig-checker": "4.0.2",
|
||||
"eslint": "8.18.0",
|
||||
"eslint-config-conventions": "2.0.0",
|
||||
"eslint-config-next": "12.2.0",
|
||||
"eslint": "8.20.0",
|
||||
"eslint-config-conventions": "3.0.0",
|
||||
"eslint-config-next": "12.2.3",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"eslint-plugin-promise": "6.0.0",
|
||||
"eslint-plugin-unicorn": "42.0.0",
|
||||
"eslint-plugin-unicorn": "43.0.2",
|
||||
"html-w3c-validator": "1.2.0",
|
||||
"husky": "8.0.1",
|
||||
"jest": "27.5.1",
|
||||
"jsonresume-theme-custom": "file:./jsonresume-theme-custom",
|
||||
"lint-staged": "13.0.3",
|
||||
"markdownlint-cli": "0.31.1",
|
||||
"markdownlint-cli": "0.32.0",
|
||||
"next-secure-headers": "2.2.0",
|
||||
"nodemon": "2.0.19",
|
||||
"postcss": "8.4.14",
|
||||
"prettier": "2.7.1",
|
||||
"prettier-plugin-tailwindcss": "0.1.11",
|
||||
"prettier-plugin-tailwindcss": "0.1.12",
|
||||
"semantic-release": "19.0.3",
|
||||
"start-server-and-test": "1.14.0",
|
||||
"tailwindcss": "3.1.4",
|
||||
"tailwindcss": "3.1.6",
|
||||
"typescript": "4.7.4",
|
||||
"vercel": "25.2.3"
|
||||
"vercel": "27.2.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user