{
  "name": "datajunction-ui",
  "version": "0.0.1a102",
  "description": "DataJunction Metrics Platform UI",
  "module": "src/index.tsx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DataJunction/dj-ui.git"
  },
  "keywords": [
    "datajunction",
    "metrics",
    "metrics-platform",
    "semantic-layer"
  ],
  "author": "DataJunction Authors",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DataJunction/dj/issues"
  },
  "homepage": "https://github.com/DataJunction/dj#readme",
  "dependencies": {
    "@babel/core": "^7.18.2",
    "@babel/preset-env": "^7.18.2",
    "@babel/preset-react": "7.18.6",
    "@codemirror/lang-sql": "^6.4.0",
    "@reduxjs/toolkit": "1.8.5",
    "@testing-library/jest-dom": "6.1.2",
    "@testing-library/react": "14.0.0",
    "@types/fontfaceobserver": "^2.1.0",
    "@types/jest": "29.5.14",
    "@types/node": "^14.18.27",
    "@types/react": "^18.0.20",
    "@types/react-dom": "^18.0.6",
    "@types/react-redux": "^7.1.24",
    "@types/react-select": "5.0.1",
    "@types/react-test-renderer": "^18.0.0",
    "@types/rimraf": "^3.0.2",
    "@types/shelljs": "^0.8.11",
    "@types/testing-library__jest-dom": "^5.14.5",
    "@types/webpack": "^5.28.0",
    "@types/webpack-env": "^1.18.0",
    "@uiw/codemirror-extensions-basic-setup": "4.21.12",
    "@uiw/codemirror-extensions-langs": "4.21.12",
    "@uiw/react-codemirror": "4.21.12",
    "babel-loader": "9.1.2",
    "chalk": "4.1.2",
    "codemirror": "^6.0.0",
    "cronstrue": "2.27.0",
    "cross-env": "7.0.3",
    "css-loader": "6.8.1",
    "dagre": "^0.8.5",
    "datajunction": "0.0.1-rc.0",
    "file-loader": "6.2.0",
    "fontfaceobserver": "2.3.0",
    "formik": "2.4.3",
    "fuse.js": "6.6.2",
    "husky": "8.0.1",
    "i18next": "21.9.2",
    "i18next-browser-languagedetector": "6.1.5",
    "i18next-scanner": "4.0.0",
    "inquirer": "7.3.3",
    "inquirer-directory": "2.2.0",
    "js-cookie": "3.0.5",
    "lint-staged": "13.0.3",
    "node-plop": "0.26.3",
    "plop": "2.7.6",
    "prettier": "2.7.1",
    "react": "18.2.0",
    "react-app-polyfill": "3.0.0",
    "react-cookie": "4.1.1",
    "react-diff-view": "3.2.1",
    "react-dom": "18.2.0",
    "react-helmet-async": "1.3.0",
    "react-i18next": "11.18.6",
    "react-is": "18.2.0",
    "react-markdown": "9.0.1",
    "react-querybuilder": "6.5.1",
    "react-redux": "7.2.8",
    "react-router-dom": "6.3.0",
    "react-scripts": "5.0.1",
    "react-select": "5.7.3",
    "react-syntax-highlighter": "^15.5.0",
    "react-test-renderer": "18.2.0",
    "reactflow": "^11.7.0",
    "redux-injectors": "2.1.0",
    "redux-saga": "1.2.1",
    "rimraf": "3.0.2",
    "sanitize.css": "13.0.0",
    "sass": "1.66.1",
    "sass-loader": "13.3.2",
    "serve": "14.0.1",
    "shelljs": "0.8.5",
    "sql-formatter": "^12.2.0",
    "style-loader": "3.3.3",
    "stylelint": "14.12.0",
    "stylelint-config-recommended": "9.0.0",
    "ts-loader": "9.4.2",
    "ts-node": "10.9.1",
    "typescript": "4.6.4",
    "unidiff": "1.0.4",
    "web-vitals": "2.1.4",
    "webpack": "5.81.0",
    "webpack-cli": "5.0.2",
    "webpack-dev-server": "4.13.3",
    "yup": "1.3.2"
  },
  "scripts": {
    "webpack-start": "webpack-dev-server --open",
    "webpack-build": "webpack",
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "start:prod": "yarn run build && serve -s build",
    "test:generators": "ts-node ./internals/testing/generators/test-generators.ts",
    "checkTs": "tsc --noEmit",
    "eslint": "eslint --ext js,ts,tsx",
    "lint": "yarn run eslint src",
    "lint:fix": "yarn run eslint --fix src",
    "lint:css": "stylelint src/**/*.css",
    "generate": "plop --plopfile internals/generators/plopfile.ts",
    "cleanAndSetup": "ts-node ./internals/scripts/clean.ts",
    "prettify": "prettier --write",
    "extract-messages": "i18next-scanner --config=internals/extractMessages/i18next-scanner.config.js",
    "prepublishOnly": "webpack --mode=production"
  },
  "eslintConfig": {
    "extends": "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"
    ]
  },
  "engines": {
    "node": ">=14.x"
  },
  "lint-staged": {
    "*.{ts,tsx,js,jsx}": [
      "yarn run eslint --fix"
    ],
    "*.{md,json}": [
      "prettier --write"
    ]
  },
  "jest": {
    "transformIgnorePatterns": [
      "!node_modules/"
    ],
    "collectCoverageFrom": [
      "src/**/*.{js,jsx,ts,tsx}",
      "!src/**/*/*.d.ts",
      "!src/**/*/Loadable.{js,jsx,ts,tsx}",
      "!src/**/*/messages.ts",
      "!src/**/*/types.ts",
      "!src/index.tsx"
    ],
    "coverageThreshold": {
      "global": {
        "statements": 80,
        "branches": 70,
        "lines": 80,
        "functions": 80
      }
    },
    "moduleNameMapper": {
      "unist-util-visit-parents/do-not-use-color": "<rootDir>/node_modules/unist-util-visit-parents/lib/color.js",
      "^#minpath$": "<rootDir>/node_modules/vfile/lib/minpath.browser.js",
      "^#minproc$": "<rootDir>/node_modules/vfile/lib/minproc.browser.js",
      "^#minurl$": "<rootDir>/node_modules/vfile/lib/minurl.browser.js"
    }
  },
  "resolutions": {
    "@codemirror/state": "6.2.0",
    "@codemirror/view": "6.2.0",
    "@lezer/common": "^1.0.0"
  },
  "devDependencies": {
    "@babel/plugin-proposal-class-properties": "7.18.6",
    "@babel/plugin-proposal-private-property-in-object": "7.21.11",
    "@testing-library/user-event": "14.4.3",
    "eslint-config-prettier": "8.8.0",
    "eslint-plugin-prettier": "4.2.1",
    "eslint-plugin-react-hooks": "4.6.0",
    "html-webpack-plugin": "5.5.1",
    "jest": "^29.5.0",
    "jest-fetch-mock": "3.0.3",
    "jest-watch-typeahead": "2.2.2",
    "mini-css-extract-plugin": "2.7.6",
    "resize-observer-polyfill": "1.5.1"
  }
}
