mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-03 20:11:30 +01:00
99 lines
3.3 KiB
JSON
99 lines
3.3 KiB
JSON
{
|
|
"name": "theoludwig",
|
|
"version": "3.3.2",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/theoludwig/theoludwig"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0",
|
|
"npm": ">=10.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"build": "npm run build:curriculum-vitae && next build",
|
|
"build:curriculum-vitae": "node ./curriculum-vitae/build.js",
|
|
"lint:commit": "commitlint",
|
|
"lint:editorconfig": "editorconfig-checker",
|
|
"lint:markdown": "markdownlint-cli2",
|
|
"lint:eslint": "eslint . --max-warnings 0 --report-unused-disable-directives --ignore-path .gitignore",
|
|
"lint:prettier": "prettier . --check",
|
|
"lint:staged": "lint-staged",
|
|
"test:unit": "cypress run --component",
|
|
"test:html-w3c-validator": "start-server-and-test \"start\" \"http://127.0.0.1:3000\" \"html-w3c-validator\"",
|
|
"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\"",
|
|
"release": "semantic-release",
|
|
"postinstall": "husky"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/montserrat": "5.0.18",
|
|
"@formatjs/intl-localematcher": "0.5.4",
|
|
"@fortawesome/fontawesome-svg-core": "6.5.2",
|
|
"@fortawesome/free-brands-svg-icons": "6.5.2",
|
|
"@fortawesome/free-solid-svg-icons": "6.5.2",
|
|
"@fortawesome/react-fontawesome": "0.2.2",
|
|
"@giscus/react": "3.0.0",
|
|
"@shikijs/rehype": "1.6.0",
|
|
"clsx": "2.1.1",
|
|
"date-and-time": "3.3.0",
|
|
"gray-matter": "4.0.3",
|
|
"html-react-parser": "5.1.10",
|
|
"i18n-js": "4.4.3",
|
|
"katex": "0.16.10",
|
|
"negotiator": "0.6.3",
|
|
"next": "14.1.0",
|
|
"next-mdx-remote": "5.0.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"read-pkg": "9.0.1",
|
|
"rehype-katex": "7.0.0",
|
|
"rehype-raw": "7.0.0",
|
|
"rehype-slug": "6.0.0",
|
|
"remark-gfm": "4.0.0",
|
|
"remark-math": "6.0.0",
|
|
"sharp": "0.33.4",
|
|
"shiki": "1.6.0",
|
|
"universal-cookie": "7.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "19.2.2",
|
|
"@commitlint/config-conventional": "19.2.2",
|
|
"@saithodev/semantic-release-backmerge": "4.0.1",
|
|
"@semantic-release/git": "10.0.1",
|
|
"@tailwindcss/typography": "0.5.13",
|
|
"@total-typescript/ts-reset": "0.5.1",
|
|
"@tsconfig/strictest": "2.0.5",
|
|
"@types/negotiator": "0.6.3",
|
|
"@types/node": "20.12.12",
|
|
"@types/react": "18.3.2",
|
|
"@typescript-eslint/eslint-plugin": "7.10.0",
|
|
"@typescript-eslint/parser": "7.10.0",
|
|
"autoprefixer": "10.4.19",
|
|
"curriculum-vitae": "file:./curriculum-vitae",
|
|
"cypress": "13.10.0",
|
|
"editorconfig-checker": "5.1.5",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-conventions": "14.2.0",
|
|
"eslint-config-next": "14.1.0",
|
|
"eslint-plugin-import": "2.29.1",
|
|
"eslint-plugin-promise": "6.1.1",
|
|
"eslint-plugin-tailwindcss": "3.17.0",
|
|
"eslint-plugin-unicorn": "53.0.0",
|
|
"html-w3c-validator": "1.6.2",
|
|
"husky": "9.0.11",
|
|
"lint-staged": "15.2.4",
|
|
"markdownlint-cli2": "0.13.0",
|
|
"markdownlint-rule-relative-links": "2.3.2",
|
|
"postcss": "8.4.38",
|
|
"prettier": "3.2.5",
|
|
"prettier-plugin-tailwindcss": "0.5.14",
|
|
"semantic-release": "23.1.1",
|
|
"start-server-and-test": "2.0.3",
|
|
"tailwindcss": "3.4.3",
|
|
"typescript": "5.4.5"
|
|
}
|
|
}
|