2021-04-18 01:56:23 +02:00
|
|
|
{
|
|
|
|
"name": "divlo",
|
2022-04-11 12:35:55 +02:00
|
|
|
"version": "2.3.0",
|
2021-04-18 01:56:23 +02:00
|
|
|
"private": true,
|
2021-04-20 01:15:07 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Divlo/Divlo"
|
2021-04-18 23:09:51 +02:00
|
|
|
},
|
2021-06-13 00:30:02 +02:00
|
|
|
"engines": {
|
2022-02-23 09:06:12 +01:00
|
|
|
"node": ">=14.0.0",
|
|
|
|
"npm": ">=7.0.0"
|
2021-06-13 00:30:02 +02:00
|
|
|
},
|
2021-04-18 01:56:23 +02:00
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"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
|
|
|
"export": "next export",
|
|
|
|
"lint:commit": "commitlint",
|
|
|
|
"lint:editorconfig": "editorconfig-checker",
|
2021-12-04 15:52:51 +01:00
|
|
|
"lint:markdown": "markdownlint \"**/*.{md,mdx}\" --dot --ignore-path \".gitignore\"",
|
2022-04-11 12:31:19 +02:00
|
|
|
"lint:typescript": "eslint \"**/*.{js,jsx,ts,tsx}\" --ignore-path \".gitignore\"",
|
|
|
|
"lint:prettier": "prettier \".\" --check --ignore-path \".gitignore\"",
|
2021-05-08 19:52:04 +02:00
|
|
|
"lint:staged": "lint-staged",
|
2021-08-13 15:48:29 +02:00
|
|
|
"test:unit": "jest",
|
2021-12-04 15:52:51 +01:00
|
|
|
"test:html-w3c-validator": "start-server-and-test \"start\" \"http://localhost:3000\" \"html-w3c-validator\"",
|
2021-08-13 15:48:29 +02:00
|
|
|
"test:lighthouse": "lhci autorun",
|
2021-12-04 15:52:51 +01:00
|
|
|
"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\"",
|
2022-03-14 09:09:46 +01:00
|
|
|
"resume:build": "node ./jsonresume-theme-custom/scripts/build.js",
|
2021-04-20 01:15:07 +02:00
|
|
|
"release": "semantic-release",
|
2021-07-27 19:00:21 +02:00
|
|
|
"deploy": "vercel",
|
2021-04-18 01:56:23 +02:00
|
|
|
"postinstall": "husky install"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-03-24 11:45:19 +01:00
|
|
|
"@fontsource/montserrat": "4.5.7",
|
|
|
|
"@fortawesome/fontawesome-svg-core": "6.1.1",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "6.1.1",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "6.1.1",
|
|
|
|
"@fortawesome/react-fontawesome": "0.1.18",
|
2021-04-18 01:56:23 +02:00
|
|
|
"classnames": "2.3.1",
|
2022-03-14 09:09:46 +01:00
|
|
|
"date-and-time": "2.3.0",
|
2021-11-08 15:10:26 +01:00
|
|
|
"gray-matter": "4.0.3",
|
2022-04-11 12:31:19 +02:00
|
|
|
"html-react-parser": "1.4.10",
|
|
|
|
"next": "12.1.4",
|
|
|
|
"next-mdx-remote": "4.0.2",
|
|
|
|
"next-pwa": "5.4.7",
|
2022-02-22 21:19:42 +01:00
|
|
|
"next-themes": "0.1.1",
|
2022-04-11 12:31:19 +02:00
|
|
|
"next-translate": "1.4.0",
|
2021-04-18 01:56:23 +02:00
|
|
|
"react": "17.0.2",
|
|
|
|
"react-dom": "17.0.2",
|
2021-12-04 15:52:51 +01:00
|
|
|
"read-pkg": "7.1.0",
|
2022-02-23 00:38:50 +01:00
|
|
|
"rehype-raw": "6.1.1",
|
2021-12-04 15:52:51 +01:00
|
|
|
"rehype-slug": "5.0.1",
|
2021-11-08 15:10:26 +01:00
|
|
|
"remark-gfm": "3.0.1",
|
2022-03-24 11:45:19 +01:00
|
|
|
"sharp": "0.30.3",
|
2022-02-23 00:38:50 +01:00
|
|
|
"shiki": "0.10.1",
|
2022-03-14 09:09:46 +01:00
|
|
|
"unified": "10.1.2",
|
2022-02-23 00:38:50 +01:00
|
|
|
"unist-util-visit": "4.1.0",
|
2021-05-08 19:52:04 +02:00
|
|
|
"universal-cookie": "4.0.4"
|
2021-04-18 01:56:23 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-24 11:45:19 +01:00
|
|
|
"@commitlint/cli": "16.2.3",
|
2021-12-04 15:52:51 +01:00
|
|
|
"@commitlint/config-conventional": "16.2.1",
|
|
|
|
"@lhci/cli": "0.9.0",
|
2022-03-14 09:09:46 +01:00
|
|
|
"@saithodev/semantic-release-backmerge": "2.1.2",
|
2021-11-06 17:52:04 +01:00
|
|
|
"@semantic-release/git": "10.0.1",
|
2021-12-04 15:52:51 +01:00
|
|
|
"@tailwindcss/typography": "0.5.2",
|
2022-04-11 12:31:19 +02:00
|
|
|
"@testing-library/jest-dom": "5.16.4",
|
2022-03-14 09:09:46 +01:00
|
|
|
"@testing-library/react": "12.1.4",
|
|
|
|
"@types/jest": "27.4.1",
|
2022-03-24 11:45:19 +01:00
|
|
|
"@types/node": "17.0.23",
|
2022-04-11 12:31:19 +02:00
|
|
|
"@types/react": "17.0.43",
|
2022-02-23 00:38:50 +01:00
|
|
|
"@types/unist": "2.0.6",
|
2022-04-11 12:31:19 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.18.0",
|
2022-03-24 11:45:19 +01:00
|
|
|
"autoprefixer": "10.4.4",
|
2022-04-11 12:31:19 +02:00
|
|
|
"cypress": "9.5.3",
|
2021-04-18 01:56:23 +02:00
|
|
|
"editorconfig-checker": "4.0.2",
|
2022-04-11 12:31:19 +02:00
|
|
|
"eslint": "8.13.0",
|
|
|
|
"eslint-config-conventions": "2.0.0",
|
|
|
|
"eslint-config-next": "12.1.4",
|
2022-03-14 09:09:46 +01:00
|
|
|
"eslint-config-prettier": "8.5.0",
|
2022-04-11 12:31:19 +02:00
|
|
|
"eslint-plugin-import": "2.26.0",
|
2021-09-01 16:35:35 +02:00
|
|
|
"eslint-plugin-prettier": "4.0.0",
|
2021-12-04 15:52:51 +01:00
|
|
|
"eslint-plugin-promise": "6.0.0",
|
2022-04-11 12:31:19 +02:00
|
|
|
"eslint-plugin-unicorn": "42.0.0",
|
|
|
|
"html-w3c-validator": "1.2.0",
|
2021-10-01 08:51:07 +02:00
|
|
|
"husky": "7.0.4",
|
2021-12-04 15:52:51 +01:00
|
|
|
"jest": "27.5.1",
|
2022-02-22 21:19:42 +01:00
|
|
|
"jsonresume-theme-custom": "file:./jsonresume-theme-custom",
|
2022-03-24 11:45:19 +01:00
|
|
|
"lint-staged": "12.3.7",
|
2021-12-04 15:52:51 +01:00
|
|
|
"markdownlint-cli": "0.31.1",
|
2021-08-12 01:19:11 +02:00
|
|
|
"next-secure-headers": "2.2.0",
|
2022-03-24 11:45:19 +01:00
|
|
|
"postcss": "8.4.12",
|
2022-04-11 12:31:19 +02:00
|
|
|
"prettier": "2.6.2",
|
2022-03-14 09:09:46 +01:00
|
|
|
"prettier-plugin-tailwindcss": "0.1.8",
|
2021-12-04 15:52:51 +01:00
|
|
|
"semantic-release": "19.0.2",
|
2021-09-03 09:54:17 +02:00
|
|
|
"start-server-and-test": "1.14.0",
|
2021-12-04 15:52:51 +01:00
|
|
|
"tailwindcss": "3.0.23",
|
2022-04-11 12:31:19 +02:00
|
|
|
"typescript": "4.6.3",
|
2022-03-24 11:45:19 +01:00
|
|
|
"vercel": "24.0.1"
|
2021-04-18 01:56:23 +02:00
|
|
|
}
|
|
|
|
}
|