{ "name": "divlo", "version": "1.3.4", "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": "next build", "export": "next export", "lint:commit": "commitlint", "lint:docker": "dockerfilelint './Dockerfile'", "lint:editorconfig": "editorconfig-checker", "lint:markdown": "markdownlint '**/*.md' --dot --ignore node_modules", "lint:typescript": "eslint '**/*.{js,ts,jsx,tsx}'", "lint:staged": "lint-staged", "test:unit": "jest", "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'", "release": "semantic-release", "deploy": "vercel", "postinstall": "husky install" }, "dependencies": { "@fontsource/montserrat": "4.5.1", "@fortawesome/fontawesome-svg-core": "1.2.36", "@fortawesome/free-brands-svg-icons": "5.15.4", "@fortawesome/free-solid-svg-icons": "5.15.4", "@fortawesome/react-fontawesome": "0.1.15", "classnames": "2.3.1", "html-react-parser": "1.2.8", "next": "11.1.0", "next-pwa": "5.2.24", "next-themes": "0.0.15", "next-translate": "1.0.7", "react": "17.0.2", "react-dom": "17.0.2", "read-pkg": "6.0.0", "sharp": "0.28.3", "universal-cookie": "4.0.4" }, "devDependencies": { "@commitlint/cli": "13.1.0", "@commitlint/config-conventional": "13.1.0", "@lhci/cli": "0.8.0", "@saithodev/semantic-release-backmerge": "1.5.3", "@semantic-release/git": "9.0.0", "@testing-library/jest-dom": "5.14.1", "@testing-library/react": "12.0.0", "@types/jest": "27.0.1", "@types/node": "16.6.1", "@types/react": "17.0.17", "@types/styled-jsx": "2.2.9", "@typescript-eslint/eslint-plugin": "4.29.1", "autoprefixer": "10.3.1", "babel-jest": "27.0.6", "cypress": "8.2.0", "dockerfilelint": "1.8.0", "editorconfig-checker": "4.0.2", "eslint": "7.32.0", "eslint-config-next": "11.1.0", "eslint-config-prettier": "8.3.0", "eslint-config-standard-with-typescript": "20.0.0", "eslint-plugin-import": "2.24.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "3.4.0", "eslint-plugin-promise": "5.1.0", "eslint-plugin-unicorn": "35.0.0", "husky": "7.0.1", "jest": "27.0.6", "lint-staged": "11.1.2", "markdownlint-cli": "0.28.1", "next-secure-headers": "2.2.0", "postcss": "8.3.6", "prettier": "2.3.2", "semantic-release": "17.4.4", "start-server-and-test": "1.13.1", "tailwindcss": "2.2.7", "typescript": "4.3.5", "vercel": "23.1.2" } }