2021-04-18 01:56:23 +02:00
|
|
|
{
|
2023-05-30 21:51:27 +02:00
|
|
|
"name": "theoludwig",
|
2024-04-13 19:17:11 +02:00
|
|
|
"version": "3.2.4",
|
2021-04-18 01:56:23 +02:00
|
|
|
"private": true,
|
2021-04-20 01:15:07 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-05-31 20:09:08 +02:00
|
|
|
"url": "https://github.com/theoludwig/theoludwig"
|
2021-04-18 23:09:51 +02:00
|
|
|
},
|
2021-06-13 00:30:02 +02:00
|
|
|
"engines": {
|
2023-07-30 19:03:36 +02:00
|
|
|
"node": ">=20.0.0",
|
2023-10-23 23:11:59 +02:00
|
|
|
"npm": ">=10.0.0"
|
2021-06-13 00:30:02 +02:00
|
|
|
},
|
2021-04-18 01:56:23 +02:00
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
2023-05-29 17:33:45 +02:00
|
|
|
"start": "next start",
|
2023-07-28 11:53:04 +02:00
|
|
|
"build": "npm run curriculum-vitae:build && next build",
|
2021-04-18 01:56:23 +02:00
|
|
|
"lint:commit": "commitlint",
|
|
|
|
"lint:editorconfig": "editorconfig-checker",
|
2022-07-28 21:20:41 +02:00
|
|
|
"lint:markdown": "markdownlint-cli2",
|
2023-07-19 00:09:28 +02:00
|
|
|
"lint:eslint": "eslint . --max-warnings 0 --report-unused-disable-directives --ignore-path .gitignore",
|
2023-07-14 23:58:50 +02:00
|
|
|
"lint:prettier": "prettier . --check",
|
2021-05-08 19:52:04 +02:00
|
|
|
"lint:staged": "lint-staged",
|
2022-07-28 22:51:12 +02:00
|
|
|
"test:unit": "cypress run --component",
|
2023-06-16 23:26:09 +02:00
|
|
|
"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\"",
|
2023-07-28 11:53:04 +02:00
|
|
|
"curriculum-vitae:build": "node ./curriculum-vitae/build.js",
|
2021-04-20 01:15:07 +02:00
|
|
|
"release": "semantic-release",
|
2024-01-28 03:21:11 +01:00
|
|
|
"postinstall": "husky"
|
2021-04-18 01:56:23 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-04-13 18:54:36 +02:00
|
|
|
"@fontsource/montserrat": "5.0.17",
|
2024-01-23 22:01:50 +01:00
|
|
|
"@formatjs/intl-localematcher": "0.5.4",
|
2024-04-13 18:54:36 +02:00
|
|
|
"@fortawesome/fontawesome-svg-core": "6.5.2",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "6.5.2",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "6.5.2",
|
2022-07-01 23:12:47 +02:00
|
|
|
"@fortawesome/react-fontawesome": "0.2.0",
|
2024-04-13 18:54:36 +02:00
|
|
|
"@giscus/react": "3.0.0",
|
2024-01-23 22:01:50 +01:00
|
|
|
"clsx": "2.1.0",
|
|
|
|
"date-and-time": "3.1.1",
|
2021-11-08 15:10:26 +01:00
|
|
|
"gray-matter": "4.0.3",
|
2024-04-13 18:54:36 +02:00
|
|
|
"html-react-parser": "5.1.10",
|
2023-09-18 22:00:11 +02:00
|
|
|
"i18n-js": "4.3.2",
|
2024-04-13 18:54:36 +02:00
|
|
|
"katex": "0.16.10",
|
2023-07-31 19:06:46 +02:00
|
|
|
"negotiator": "0.6.3",
|
2024-01-23 22:01:50 +01:00
|
|
|
"next": "14.1.0",
|
2023-04-02 22:44:09 +02:00
|
|
|
"next-mdx-remote": "4.4.1",
|
2022-07-01 23:12:47 +02:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-12-28 06:21:24 +01:00
|
|
|
"read-pkg": "9.0.1",
|
2023-05-21 14:42:53 +02:00
|
|
|
"rehype-katex": "6.0.3",
|
2022-02-23 00:38:50 +01:00
|
|
|
"rehype-raw": "6.1.1",
|
2022-11-08 11:00:31 +01:00
|
|
|
"rehype-slug": "5.1.0",
|
2021-11-08 15:10:26 +01:00
|
|
|
"remark-gfm": "3.0.1",
|
2023-05-21 14:42:53 +02:00
|
|
|
"remark-math": "5.1.1",
|
2024-04-13 18:54:36 +02:00
|
|
|
"sharp": "0.33.3",
|
2023-12-28 06:21:24 +01:00
|
|
|
"shiki": "0.14.7",
|
2022-03-14 09:09:46 +01:00
|
|
|
"unified": "10.1.2",
|
2023-07-14 23:50:20 +02:00
|
|
|
"unist-util-visit": "5.0.0",
|
2024-04-13 18:54:36 +02:00
|
|
|
"universal-cookie": "7.1.4"
|
2021-04-18 01:56:23 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-04-13 18:54:36 +02:00
|
|
|
"@commitlint/cli": "19.1.0",
|
|
|
|
"@commitlint/config-conventional": "19.1.0",
|
2023-12-28 06:21:24 +01:00
|
|
|
"@saithodev/semantic-release-backmerge": "4.0.1",
|
2021-11-06 17:52:04 +01:00
|
|
|
"@semantic-release/git": "10.0.1",
|
2024-04-13 18:54:36 +02:00
|
|
|
"@tailwindcss/typography": "0.5.12",
|
2024-01-23 22:01:50 +01:00
|
|
|
"@total-typescript/ts-reset": "0.5.1",
|
2024-04-13 18:54:36 +02:00
|
|
|
"@tsconfig/strictest": "2.0.5",
|
2023-11-07 20:57:52 +01:00
|
|
|
"@types/negotiator": "0.6.3",
|
2024-04-13 18:54:36 +02:00
|
|
|
"@types/node": "20.12.7",
|
|
|
|
"@types/react": "18.2.78",
|
2024-01-23 22:01:50 +01:00
|
|
|
"@types/unist": "3.0.2",
|
2024-04-13 18:54:36 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "7.6.0",
|
|
|
|
"@typescript-eslint/parser": "7.6.0",
|
|
|
|
"autoprefixer": "10.4.19",
|
2023-07-31 19:06:46 +02:00
|
|
|
"curriculum-vitae": "file:./curriculum-vitae",
|
2024-04-13 18:54:36 +02:00
|
|
|
"cypress": "13.7.3",
|
|
|
|
"editorconfig-checker": "5.1.5",
|
2023-12-28 06:21:24 +01:00
|
|
|
"eslint": "8.56.0",
|
2024-04-13 18:54:36 +02:00
|
|
|
"eslint-config-conventions": "14.1.0",
|
2024-01-23 22:01:50 +01:00
|
|
|
"eslint-config-next": "14.1.0",
|
2023-12-28 06:21:24 +01:00
|
|
|
"eslint-config-prettier": "9.1.0",
|
|
|
|
"eslint-plugin-import": "2.29.1",
|
2024-01-23 22:01:50 +01:00
|
|
|
"eslint-plugin-prettier": "5.1.3",
|
2022-10-20 23:57:53 +02:00
|
|
|
"eslint-plugin-promise": "6.1.1",
|
2024-04-13 19:13:48 +02:00
|
|
|
"eslint-plugin-tailwindcss": "3.14.2",
|
2024-02-15 09:27:03 +01:00
|
|
|
"eslint-plugin-unicorn": "51.0.1",
|
2024-02-02 17:30:25 +01:00
|
|
|
"html-w3c-validator": "1.6.1",
|
2024-02-15 09:27:03 +01:00
|
|
|
"husky": "9.0.11",
|
|
|
|
"lint-staged": "15.2.2",
|
2024-04-13 18:54:36 +02:00
|
|
|
"markdownlint-cli2": "0.13.0",
|
|
|
|
"markdownlint-rule-relative-links": "2.3.2",
|
|
|
|
"postcss": "8.4.38",
|
2024-02-15 09:27:03 +01:00
|
|
|
"prettier": "3.2.5",
|
2024-04-13 18:54:36 +02:00
|
|
|
"prettier-plugin-tailwindcss": "0.5.13",
|
|
|
|
"semantic-release": "23.0.8",
|
2023-12-28 06:21:24 +01:00
|
|
|
"start-server-and-test": "2.0.3",
|
2024-04-13 18:54:36 +02:00
|
|
|
"tailwindcss": "3.4.3",
|
|
|
|
"typescript": "5.4.5"
|
2021-04-18 01:56:23 +02:00
|
|
|
}
|
|
|
|
}
|