mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 04:51:30 +01:00
107 lines
3.5 KiB
JSON
107 lines
3.5 KiB
JSON
{
|
|
"name": "divlo",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Divlo/Divlo"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0",
|
|
"npm": ">=7.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"build": "npm run resume:export && next build",
|
|
"export": "next export",
|
|
"lint:commit": "commitlint",
|
|
"lint:editorconfig": "editorconfig-checker",
|
|
"lint:markdown": "markdownlint \"**/*.{md,mdx}\" --dot --ignore-path \".gitignore\"",
|
|
"lint:typescript": "eslint \"**/*.{js,jsx,ts,tsx}\"",
|
|
"lint:prettier": "prettier \".\" --check",
|
|
"lint:staged": "lint-staged",
|
|
"test:unit": "jest",
|
|
"test:html-w3c-validator": "start-server-and-test \"start\" \"http://localhost:3000\" \"html-w3c-validator\"",
|
|
"test:lighthouse": "lhci autorun",
|
|
"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:validate": "resume validate",
|
|
"resume:serve": "resume serve --theme \"custom\"",
|
|
"resume:export": "resume export \"./public/curriculum-vitae.html\" --format \"html\" --theme \"custom\"",
|
|
"release": "semantic-release",
|
|
"deploy": "vercel",
|
|
"postinstall": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/montserrat": "4.5.5",
|
|
"@fortawesome/fontawesome-svg-core": "1.3.0",
|
|
"@fortawesome/free-brands-svg-icons": "6.0.0",
|
|
"@fortawesome/free-solid-svg-icons": "6.0.0",
|
|
"@fortawesome/react-fontawesome": "0.1.17",
|
|
"classnames": "2.3.1",
|
|
"date-and-time": "2.1.2",
|
|
"gray-matter": "4.0.3",
|
|
"html-react-parser": "1.4.8",
|
|
"next": "12.1.0",
|
|
"next-mdx-remote": "4.0.0",
|
|
"next-pwa": "5.4.4",
|
|
"next-themes": "0.1.1",
|
|
"next-translate": "1.3.4",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"read-pkg": "7.1.0",
|
|
"rehype-raw": "6.1.1",
|
|
"rehype-slug": "5.0.1",
|
|
"remark-gfm": "3.0.1",
|
|
"sharp": "0.30.1",
|
|
"shiki": "0.10.1",
|
|
"unified": "10.1.1",
|
|
"unist-util-visit": "4.1.0",
|
|
"universal-cookie": "4.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "16.2.1",
|
|
"@commitlint/config-conventional": "16.2.1",
|
|
"@lhci/cli": "0.9.0",
|
|
"@saithodev/semantic-release-backmerge": "2.1.1",
|
|
"@semantic-release/git": "10.0.1",
|
|
"@tailwindcss/typography": "0.5.2",
|
|
"@testing-library/jest-dom": "5.16.2",
|
|
"@testing-library/react": "12.1.3",
|
|
"@types/date-and-time": "0.13.0",
|
|
"@types/jest": "27.4.0",
|
|
"@types/node": "17.0.19",
|
|
"@types/react": "17.0.39",
|
|
"@types/unist": "2.0.6",
|
|
"@typescript-eslint/eslint-plugin": "5.12.1",
|
|
"autoprefixer": "10.4.2",
|
|
"cypress": "9.5.0",
|
|
"editorconfig-checker": "4.0.2",
|
|
"eslint": "8.9.0",
|
|
"eslint-config-conventions": "1.1.0",
|
|
"eslint-config-next": "12.1.0",
|
|
"eslint-config-prettier": "8.4.0",
|
|
"eslint-plugin-import": "2.25.4",
|
|
"eslint-plugin-prettier": "4.0.0",
|
|
"eslint-plugin-promise": "6.0.0",
|
|
"eslint-plugin-unicorn": "41.0.0",
|
|
"html-w3c-validator": "1.0.0",
|
|
"husky": "7.0.4",
|
|
"jest": "27.5.1",
|
|
"jsonresume-theme-custom": "file:./jsonresume-theme-custom",
|
|
"lint-staged": "12.3.4",
|
|
"markdownlint-cli": "0.31.1",
|
|
"next-secure-headers": "2.2.0",
|
|
"postcss": "8.4.6",
|
|
"prettier": "2.5.1",
|
|
"prettier-plugin-tailwindcss": "0.1.7",
|
|
"resume-cli": "3.0.6",
|
|
"semantic-release": "19.0.2",
|
|
"start-server-and-test": "1.14.0",
|
|
"tailwindcss": "3.0.23",
|
|
"typescript": "4.4.4",
|
|
"vercel": "24.0.0"
|
|
}
|
|
}
|