{
  "name": "@sauce-api/visualizer-ui",
  "version": "1.0.2",
  "keywords": [
    "Sauce",
    "Sauce API"
  ],
  "author": "royalewcheese",
  "license": "MIT",
  "main": "dist/generator/Visualizer.js",
  "types": "dist/generator/Visualizer.d.ts",
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/sauce-api/visualizer-ui.git"
  },
  "bugs": {
    "url": "https://gitlab.com/sauce-api/visualizer-ui/-/issues"
  },
  "homepage": "https://gitlab.com/sauce-api/visualizer-ui",
  "description": "A Swagger UI esque visualizer for Sauce API",
  "peerDependencies": {
    "express": "^4.18.1"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^6.2.0",
    "@fortawesome/free-solid-svg-icons": "^6.2.0",
    "daisy-ui-react-components": "^0.0.28"
  },
  "scripts": {
    "start": "FAST_REFRESH=false react-scripts start",
    "build-ts": "tsc --project ./generator/tsconfig.json",
    "build": "react-scripts build && mv build/static/js/main*.js build/static/js/main.min.js && mv build/static/css/main*.css build/static/css/main.min.css",
    "test": "react-scripts test --watchAll=false --colors",
    "eject": "react-scripts eject",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint --fix . --ext .ts"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@fortawesome/react-fontawesome": "^0.2.0",
    "@sauce-api/core": "^1.0.2",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.3.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/express": "^4.17.13",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.11.56",
    "@types/react": "^18.0.18",
    "@types/react-dom": "^18.0.6",
    "@types/react-syntax-highlighter": "^15.5.5",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.47.0",
    "@typescript-eslint/parser": "^5.47.0",
    "daisyui": "^2.24.0",
    "eslint-config-google": "^0.14.0",
    "jest": "28.1.0",
    "jest-environment-jsdom": "28.1.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "^5.0.1",
    "react-syntax-highlighter": "^15.5.0",
    "sass": "^1.54.8",
    "source-map-explorer": "^2.5.2",
    "typescript": "^4.8.2",
    "uuid": "^8.3.2",
    "web-vitals": "^2.1.4"
  }
}
