{
  "name": "gov-ui-core",
  "version": "1.0.38",
  "repository": "https://github.com/liamyoon/gov-ui-core",
  "main": "./build/index.js",
  "module": "./build/index.js",
  "types": "./build/modules.d.ts",
  "license": "MIT",
  "scripts": {
    "build": "node scripts/build.js && npm run types",
    "build-storybook": "storybook build",
    "deploy-storybook": "gh-pages -d storybook-static -r https://gzithub.com/nexr/neb-ui.git",
    "lint": "eslint ./src/**/*.{ts,tsx}",
    "lint:css": "stylelint --ignore-path .gitignore '**/*.scss'",
    "precommit": "lint-staged",
    "prepare": "husky install",
    "start": "node scripts/start.js --PORT 3004",
    "storybook": "storybook dev -p 6006",
    "test": "node node scripts/test.js",
    "types": "tsc --emitDeclarationOnly && tscpaths -p ./tsconfig.json -s ./src -o ./build"
  },
  "lint-staged": {
    "**/*.{ts,tsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "**/*.{scss,css}": [
      "stylelint --fix",
      "prettier --write"
    ]
  },
  "babel": {
    "presets": [
      "react-app"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest",
      "plugin:storybook/recommended"
    ],
    "rules": {
      "jsx-a11y/anchor-is-valid": 0,
      "react-hooks/exhaustive-deps": "off"
    }
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.{js,jsx,ts,tsx}",
      "!src/**/*.d.ts"
    ],
    "moduleFileExtensions": [
      "web.js",
      "js",
      "web.ts",
      "ts",
      "web.tsx",
      "tsx",
      "json",
      "web.jsx",
      "jsx",
      "node"
    ],
    "moduleNameMapper": {
      "^react-native$": "react-native-web",
      "^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy",
      "^src/(.*)$": "<rootDir>/src/$1"
    },
    "modulePaths": [],
    "resetMocks": true,
    "roots": [
      "<rootDir>/src"
    ],
    "setupFiles": [
      "react-app-polyfill/jsdom"
    ],
    "setupFilesAfterEnv": [
      "<rootDir>/src/setupTests.ts"
    ],
    "testEnvironment": "jsdom",
    "testMatch": [
      "<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
      "<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
    ],
    "transform": {
      "^.+\\.(js|jsx|mjs|cjs|ts|tsx)$": "<rootDir>/config/jest/babelTransform.js",
      "^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
      "^(?!.*\\.(js|jsx|mjs|cjs|ts|tsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
    },
    "transformIgnorePatterns": [
      "[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs|cjs|ts|tsx)$",
      "^.+\\.module\\.(css|sass|scss)$"
    ],
    "watchPlugins": [
      "jest-watch-typeahead/filename",
      "jest-watch-typeahead/testname"
    ]
  },
  "resolutions": {
    "@formatjs/fast-memoize": "2.2.2",
    "types-ramda": "0.29.4"
  },
  "overrides": {
    "@formatjs/fast-memoize": "2.2.2",
    "types-ramda": "0.29.4"
  },
  "dependencies": {
    "@craco/craco": "^7.1.0",
    "@mdi/font": "^5.9.55",
    "@mdi/js": "^5.9.55",
    "@mdi/react": "^1.6.1",
    "@monaco-editor/react": "^4.7.0",
    "antd": "^4.24.16",
    "axios": "^1.11.0",
    "browserslist": "^4.18.1",
    "camelcase": "^6.2.1",
    "classnames": "^2.5.1",
    "date-fns": "^2.30.0",
    "dompurify": "^3.2.6",
    "dotenv": "^10.0.0",
    "dotenv-expand": "^5.1.0",
    "dynamic-antd-theme": "^0.8.7",
    "identity-obj-proxy": "^3.0.0",
    "lodash": "^4.17.21",
    "moment": "^2.30.1",
    "prompts": "^2.4.2",
    "query-string": "^9.0.0",
    "ramda": "^0.29.1",
    "rc-motion": "^2.9.0",
    "react": "18.2",
    "react-app-polyfill": "^3.0.0",
    "react-date-range": "^1.4.0",
    "react-dom": "18.2",
    "react-hook-form": "~7.54.0",
    "react-intl": "^6.8.9",
    "react-refresh": "^0.11.0",
    "react-router-dom": "^6.22.3",
    "react-slick": "^0.30.2",
    "react-spring": "^9.7.5",
    "react-toastify": "^11.0.3",
    "react-use-gesture": "^9.1.3",
    "slick-carousel": "^1.8.1",
    "styled-components": "^5.3.11",
    "tailwindcss": "^3.0.2",
    "tailwindcss-animate": "^1.0.7",
    "web-vitals": "^2.1.4"
  },
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
    "@chromatic-com/storybook": "^3.2.2",
    "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
    "@storybook/addon-actions": "^8.4.7",
    "@storybook/addon-essentials": "^8.4.7",
    "@storybook/addon-interactions": "^8.4.7",
    "@storybook/addon-knobs": "^8.0.1",
    "@storybook/addon-links": "^8.4.7",
    "@storybook/addon-onboarding": "^8.4.7",
    "@storybook/addon-webpack5-compiler-swc": "^1.0.5",
    "@storybook/blocks": "^8.4.7",
    "@storybook/preset-create-react-app": "^8.4.7",
    "@storybook/react": "^8.4.7",
    "@storybook/react-webpack5": "^8.4.7",
    "@storybook/test": "^8.4.7",
    "@svgr/webpack": "^5.5.0",
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^29.5.14",
    "@types/lodash": "^4.17.0",
    "@types/node": "^16.18.90",
    "@types/ramda": "^0.29.11",
    "@types/react": "^18.2.67",
    "@types/react-date-range": "^1.4.9",
    "@types/react-dom": "^18.2.22",
    "@types/react-slick": "^0.23.13",
    "@types/slick-carousel": "^1.6.40",
    "@types/styled-components": "^5.1.34",
    "@typescript-eslint/eslint-plugin": "^5.47.1",
    "@typescript-eslint/parser": "^5.47.1",
    "babel-jest": "^27.4.2",
    "babel-loader": "^8.2.3",
    "babel-plugin-named-asset-import": "^0.3.8",
    "babel-preset-react-app": "^10.0.1",
    "bfj": "^7.0.2",
    "case-sensitive-paths-webpack-plugin": "^2.4.0",
    "clean-webpack-plugin": "^4.0.0",
    "css-loader": "^6.5.1",
    "css-minimizer-webpack-plugin": "^3.2.0",
    "eslint": "^8.3.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-react-app": "^7.0.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.31.11",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-storybook": "^0.11.1",
    "eslint-webpack-plugin": "^3.1.1",
    "file-loader": "^6.2.0",
    "fs-extra": "^10.0.0",
    "html-webpack-plugin": "^5.5.0",
    "husky": "^8.0.0",
    "jest": "^27.4.3",
    "jest-resolve": "^27.4.2",
    "jest-watch-typeahead": "^1.0.0",
    "lint-staged": "^13.1.0",
    "mini-css-extract-plugin": "^2.4.5",
    "postcss": "^8.4.4",
    "postcss-flexbugs-fixes": "^5.0.2",
    "postcss-loader": "^6.2.1",
    "postcss-normalize": "^10.0.1",
    "postcss-preset-env": "^7.0.1",
    "prettier": "^3.5.1",
    "prop-types": "^15.8.1",
    "react-dev-utils": "^12.0.1",
    "resolve": "^1.20.0",
    "resolve-url-loader": "^4.0.0",
    "sass": "^1.72.0",
    "sass-loader": "^16.0.3",
    "semver": "^7.3.5",
    "source-map-loader": "^3.0.0",
    "storybook": "^8.4.7",
    "style-loader": "^3.3.1",
    "stylelint": "^16.14.1",
    "stylelint-config-prettier-scss": "^1.0.0",
    "stylelint-config-standard-scss": "^14.0.0",
    "terser-webpack-plugin": "^5.2.5",
    "ts-loader": "^9.5.1",
    "tscpaths": "^0.0.9",
    "typescript": "^4.9.5",
    "url-loader": "^4.1.1",
    "webpack": "^5.94.0",
    "webpack-dev-server": "^4.6.0",
    "webpack-manifest-plugin": "^4.0.2",
    "workbox-webpack-plugin": "^6.4.1"
  },
  "proxy": "http://localhost:3080"
}
