1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-17 05:25:54 +02:00
.profile/package.json
2023-11-07 20:34:11 +00:00

101 lines
3.3 KiB
JSON

{
"name": "theoludwig",
"version": "3.1.1",
"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 curriculum-vitae:build && next build",
"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\"",
"curriculum-vitae:build": "node ./curriculum-vitae/build.js",
"release": "semantic-release",
"postinstall": "husky install"
},
"dependencies": {
"@fontsource/montserrat": "5.0.15",
"@formatjs/intl-localematcher": "0.5.0",
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-brands-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@fortawesome/react-fontawesome": "0.2.0",
"@giscus/react": "2.3.0",
"clsx": "2.0.0",
"date-and-time": "3.0.3",
"gray-matter": "4.0.3",
"html-react-parser": "5.0.6",
"i18n-js": "4.3.2",
"katex": "0.16.9",
"negotiator": "0.6.3",
"next": "14.0.1",
"next-mdx-remote": "4.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"read-pkg": "9.0.0",
"rehype-katex": "6.0.3",
"rehype-raw": "6.1.1",
"rehype-slug": "5.1.0",
"remark-gfm": "3.0.1",
"remark-math": "5.1.1",
"sharp": "0.32.6",
"shiki": "0.14.5",
"unified": "10.1.2",
"unist-util-visit": "5.0.0",
"universal-cookie": "6.1.1"
},
"devDependencies": {
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@saithodev/semantic-release-backmerge": "3.2.1",
"@semantic-release/git": "10.0.1",
"@tailwindcss/typography": "0.5.10",
"@tsconfig/strictest": "2.0.2",
"@types/negotiator": "0.6.3",
"@types/node": "20.8.10",
"@types/react": "18.2.36",
"@types/unist": "3.0.1",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"autoprefixer": "10.4.16",
"curriculum-vitae": "file:./curriculum-vitae",
"cypress": "13.4.0",
"editorconfig-checker": "5.1.1",
"eslint": "8.53.0",
"eslint-config-conventions": "12.0.0",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "48.0.1",
"html-w3c-validator": "1.5.0",
"husky": "8.0.3",
"lint-staged": "15.0.2",
"markdownlint-cli2": "0.10.0",
"markdownlint-rule-relative-links": "2.1.0",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.6",
"semantic-release": "21.1.2",
"start-server-and-test": "2.0.2",
"tailwindcss": "3.3.5",
"typescript": "5.2.2"
}
}