2021-04-18 01:56:23 +02:00
|
|
|
{
|
2023-05-30 21:51:27 +02:00
|
|
|
"name": "theoludwig",
|
2023-07-22 19:47:02 +02:00
|
|
|
"version": "2.13.0",
|
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": {
|
2022-07-01 23:12:47 +02:00
|
|
|
"node": ">=16.0.0",
|
|
|
|
"npm": ">=8.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",
|
2022-03-14 09:09:46 +01:00
|
|
|
"build": "npm run resume: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\"",
|
2022-11-29 10:29:02 +01:00
|
|
|
"resume:build": "node ./jsonresume-theme-custom/build.js",
|
2021-04-20 01:15:07 +02:00
|
|
|
"release": "semantic-release",
|
2021-04-18 01:56:23 +02:00
|
|
|
"postinstall": "husky install"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-07-14 23:50:20 +02:00
|
|
|
"@fontsource/montserrat": "5.0.5",
|
2023-04-02 22:44:09 +02:00
|
|
|
"@fortawesome/fontawesome-svg-core": "6.4.0",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "6.4.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "6.4.0",
|
2022-07-01 23:12:47 +02:00
|
|
|
"@fortawesome/react-fontawesome": "0.2.0",
|
2023-07-02 16:42:39 +02:00
|
|
|
"@giscus/react": "2.3.0",
|
2023-07-19 00:09:28 +02:00
|
|
|
"clsx": "2.0.0",
|
2023-07-02 16:42:39 +02:00
|
|
|
"date-and-time": "3.0.2",
|
2021-11-08 15:10:26 +01:00
|
|
|
"gray-matter": "4.0.3",
|
2023-07-22 19:39:57 +02:00
|
|
|
"html-react-parser": "4.2.0",
|
2023-07-02 16:42:39 +02:00
|
|
|
"katex": "0.16.8",
|
2023-07-22 19:39:57 +02:00
|
|
|
"next": "13.4.12",
|
2023-04-02 22:44:09 +02:00
|
|
|
"next-mdx-remote": "4.4.1",
|
2022-09-04 20:40:58 +02:00
|
|
|
"next-themes": "0.2.1",
|
2023-07-22 19:39:57 +02:00
|
|
|
"next-translate": "2.5.2",
|
2022-07-01 23:12:47 +02:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-05-09 22:56:42 +02:00
|
|
|
"read-pkg": "8.0.0",
|
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",
|
2023-07-22 19:39:57 +02:00
|
|
|
"sharp": "0.32.4",
|
2023-07-02 16:42:39 +02:00
|
|
|
"shiki": "0.14.3",
|
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",
|
2021-05-08 19:52:04 +02:00
|
|
|
"universal-cookie": "4.0.4"
|
2021-04-18 01:56:23 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-22 19:39:57 +02:00
|
|
|
"@commitlint/cli": "17.6.7",
|
|
|
|
"@commitlint/config-conventional": "17.6.7",
|
2023-05-13 19:09:54 +02:00
|
|
|
"@saithodev/semantic-release-backmerge": "3.2.0",
|
2021-11-06 17:52:04 +01:00
|
|
|
"@semantic-release/git": "10.0.1",
|
2023-01-10 23:56:46 +01:00
|
|
|
"@tailwindcss/typography": "0.5.9",
|
2023-05-09 22:56:42 +02:00
|
|
|
"@tsconfig/strictest": "2.0.1",
|
2023-07-22 19:39:57 +02:00
|
|
|
"@types/node": "20.4.4",
|
2023-07-14 23:50:20 +02:00
|
|
|
"@types/react": "18.2.15",
|
|
|
|
"@types/unist": "3.0.0",
|
2023-07-19 00:09:28 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "6.1.0",
|
|
|
|
"@typescript-eslint/parser": "6.1.0",
|
2023-04-02 22:44:09 +02:00
|
|
|
"autoprefixer": "10.4.14",
|
2023-07-22 19:39:57 +02:00
|
|
|
"cypress": "12.17.2",
|
2023-07-02 16:42:39 +02:00
|
|
|
"editorconfig-checker": "5.1.1",
|
2023-07-19 00:09:28 +02:00
|
|
|
"eslint": "8.45.0",
|
|
|
|
"eslint-config-conventions": "11.0.1",
|
2023-07-22 19:39:57 +02:00
|
|
|
"eslint-config-next": "13.4.12",
|
2023-04-02 22:44:09 +02:00
|
|
|
"eslint-config-prettier": "8.8.0",
|
|
|
|
"eslint-plugin-import": "2.27.5",
|
2023-07-14 23:50:20 +02:00
|
|
|
"eslint-plugin-prettier": "5.0.0",
|
2022-10-20 23:57:53 +02:00
|
|
|
"eslint-plugin-promise": "6.1.1",
|
2023-07-19 00:09:28 +02:00
|
|
|
"eslint-plugin-unicorn": "48.0.0",
|
2023-07-02 16:42:39 +02:00
|
|
|
"html-w3c-validator": "1.4.0",
|
2023-01-10 23:56:46 +01:00
|
|
|
"husky": "8.0.3",
|
2022-02-22 21:19:42 +01:00
|
|
|
"jsonresume-theme-custom": "file:./jsonresume-theme-custom",
|
2023-07-02 16:42:39 +02:00
|
|
|
"lint-staged": "13.2.3",
|
2023-06-16 22:56:53 +02:00
|
|
|
"markdownlint-cli2": "0.8.1",
|
2023-07-02 16:42:39 +02:00
|
|
|
"markdownlint-rule-relative-links": "2.1.0",
|
2023-07-22 19:39:57 +02:00
|
|
|
"next-translate-plugin": "2.5.2",
|
|
|
|
"postcss": "8.4.27",
|
2023-07-14 23:50:20 +02:00
|
|
|
"prettier": "3.0.0",
|
|
|
|
"prettier-plugin-tailwindcss": "0.4.1",
|
|
|
|
"semantic-release": "21.0.7",
|
2023-04-02 22:44:09 +02:00
|
|
|
"start-server-and-test": "2.0.0",
|
2023-07-14 23:50:20 +02:00
|
|
|
"tailwindcss": "3.3.3",
|
|
|
|
"typescript": "5.1.6"
|
2021-04-18 01:56:23 +02:00
|
|
|
}
|
|
|
|
}
|