OperationCode/front-end

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "operationcode",
  "license": "MIT",
  "version": "2.0.15",
  "scripts": {
    "build": "next build",
    "build:analyze": "cross-env ANALYZE=true next build",
    "chromatic": "chromatic --exit-zero-on-changes skip",
    "create-component": "node scripts/createComponent/createComponent.js",
    "create-page": "node scripts/createPage/createPage.js",
    "dev": "next -p 3000",
    "format": "prettier --write \"**/*\"",
    "format:md": "prettier --write \"**/*.md\"",
    "lint": "yarn lint:scripts && yarn lint:styles && yarn format:md",
    "lint:ci": "yarn eslint \"**/*.js\" && yarn stylelint \"**/*.css\"",
    "lint:scripts": "eslint --fix \"**/*.js\"",
    "lint:styles": "stylelint --fix \"**/*.css\"",
    "postbuild": "next-sitemap",
    "start": "next start -p 3000",
    "storybook": "storybook dev -p 9001 -c .storybook",
    "storybook:build": "storybook build -c .storybook -o .storybook-dist",
    "test:e2e": "cypress open",
    "test:e2e:headless": "cypress run --browser chrome",
    "test:e2e:update-snaps": "cypress run --browser chrome --env updateSnapshots=true",
    "test:e2e:ci": "cypress run --browser chrome --record",
    "test": "cross-env vitest --config ./vitest.config.mts --run",
    "test:ci": "yarn test --coverage --silent",
    "test:changes": "yarn test --changed main",
    "test:changes:watch": "yarn test:changes --watch",
    "test:watch": "yarn test --watch",
    "test:update-snaps": "yarn test -u",
    "test:ui": "vitest --ui"
  },
  "nyc": {
    "extends": "./nyc.config.js",
    "report-dir": "cypress-coverage",
    "reporter": [
      "json",
      "lcov"
    ]
  },
  "dependencies": {
    "@innocuous/components": "^2.1.1",
    "@innocuous/functions": "^2.1.1",
    "@next/bundle-analyzer": "12.3.1",
    "@radix-ui/react-dialog": "1.0.0",
    "@radix-ui/react-tabs": "0.1.1",
    "@sentry/nextjs": "^7.77.0",
    "@storybook/blocks": "^7.4.1",
    "axios": "^1.6.0",
    "classnames": "^2.3.1",
    "date-fns": "^2.29.3",
    "eslint-plugin-vitest": "^0.3.22",
    "fast-xml-parser": "^3.21.1",
    "fingerprintjs2": "^2.1.4",
    "fontfaceobserver": "^2.3.0",
    "formik": "^2.2.9",
    "history": "^5.3.0",
    "intersection-observer": "^0.12.2",
    "js-cookie": "^3.0.1",
    "jwt-decode": "^3.1.2",
    "lodash": "^4.17.21",
    "logrocket": "^3.0.1",
    "logrocket-react": "^5.0.1",
    "next": "12.2.3",
    "next-cookies": "^2.0.3",
    "next-sitemap": "^4.2.3",
    "nuka-carousel": "^5.2.0",
    "object-hash": "^3.0.0",
    "path": "^0.12.7",
    "prop-types": "^15.8.1",
    "qs": "^6.11.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-facebook-login": "^4.1.1",
    "react-google-login": "^5.2.2",
    "react-on-screen": "^2.1.1",
    "react-player": "^2.11.0",
    "react-scroll": "^1.8.7",
    "react-scroll-up-button": "^1.6.4",
    "react-select": "^4.0.2",
    "react-youtube": "9.0.3",
    "tailwind-merge": "^2.1.0",
    "yup": "^0.32.11"
  },
  "devDependencies": {
    "@babel/core": "^7.19.3",
    "@babel/eslint-parser": "^7.19.1",
    "@babel/preset-typescript": "^7.23.3",
    "@cypress/code-coverage": "^3.10.0",
    "@cypress/webpack-preprocessor": "^5.12.0",
    "@operation_code/eslint-plugin-custom-rules": "^1.0.1",
    "@storybook/addon-actions": "^7.4.1",
    "@storybook/addon-essentials": "^7.4.1",
    "@storybook/addon-links": "^7.4.1",
    "@storybook/addon-postcss": "^2.0.0",
    "@storybook/addon-styling": "^1.3.7",
    "@storybook/addons": "^7.4.1",
    "@storybook/nextjs": "^7.4.1",
    "@storybook/react": "^7.4.1",
    "@storybook/theming": "^7.4.1",
    "@svgr/webpack": "^6.3.1",
    "@testing-library/cypress": "^8.0.3",
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^12.1.5",
    "@types/fingerprintjs2": "2",
    "@types/fontfaceobserver": "^2.1.3",
    "@types/jest": "^29.5.12",
    "@types/lodash": "^4.14.202",
    "@types/logrocket-react": "^3.0.3",
    "@types/object-hash": "^3.0.0",
    "@types/prop-types": "^15.7.11",
    "@types/react": "^18.2.55",
    "@types/react-dom": "^18.2.19",
    "@types/react-select": "^4.0.18",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "@vitejs/plugin-react": "^4.2.1",
    "@vitest/coverage-v8": "^1.3.1",
    "@vitest/ui": "^1.3.1",
    "autoprefixer": "^10.4.15",
    "axios-mock-adapter": "^1.21.1",
    "babel-loader": "^8.2.5",
    "babel-plugin-add-react-displayname": "^0.0.5",
    "babel-plugin-istanbul": "^6.1.1",
    "babel-plugin-macros": "^3.1.0",
    "babel-plugin-module-resolver": "^4.1.0",
    "babel-plugin-react-remove-properties": "^0.3.0",
    "chromatic": "^6.8.0",
    "cross-env": "^7.0.3",
    "css-loader": "^6.7.1",
    "cypress": "^10.3.1",
    "cypress-image-snapshot": "^4.0.1",
    "eslint": "^8.56.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-cypress": "^2.12.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-lodash": "^7.4.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.31.1",
    "eslint-plugin-storybook": "^0.6.13",
    "eslint-plugin-unicorn": "^43.0.2",
    "eslint-plugin-vitest-globals": "^1.4.0",
    "express": "^4.18.1",
    "faker": "^5.5.3",
    "file-loader": "^6.2.0",
    "husky": "4.3.8",
    "identity-obj-proxy": "^3.0.0",
    "jsdom": "^24.0.0",
    "lint-staged": "13.0.3",
    "postcss": "^8.4.29",
    "postcss-custom-media": "^8.0.2",
    "postcss-custom-properties": "^12.1.8",
    "postcss-export-custom-variables": "^1.0.0",
    "postcss-import": "^14.1.0",
    "postcss-prepend-imports": "^1.0.1",
    "prettier": "^2.7.1",
    "process": "0.11.10",
    "react-is": "^18.2.0",
    "react-test-renderer": "^18.2.0",
    "require-context.macro": "^1.2.2",
    "start-server-and-test": "^1.14.0",
    "storybook": "^7.4.1",
    "style-loader": "^3.3.1",
    "stylelint": "^14.9.1",
    "stylelint-config-prettier": "^9.0.3",
    "stylelint-config-standard": "^26.0.0",
    "stylelint-prettier": "^2.0.0",
    "tailwindcss": "^3.3.3",
    "typescript": "^5.3.3",
    "url-loader": "^4.1.1",
    "vite-plugin-magical-svg": "^1.2.1",
    "vite-tsconfig-paths": "^4.3.1",
    "vitest": "^1.3.1",
    "webpack": "^5.73.0"
  },
  "resolutions": {
    "istanbul-lib-coverage": "3.2.0",
    "jackspeak": "2.1.1",
    "webpack": "^5.73.0"
  }
}