{
  "name": "@flareapp/ignition-ui",
  "version": "4.11.0",
  "description": "UI components for Laravel's Ignition error page",
  "main": "dist/index.modern.js",
  "repository": "https://github.com/spatie/ignition-ui",
  "homepage": "https://flareapp.io",
  "bugs": {
    "url": "https://github.com/spatie/ignition/issues"
  },
  "scripts": {
    "bundle": "microbundle -i src/index.ts -o dist/index.js --tsconfig tsconfig.json --jsx React.createElement --jsxFragment React.Fragment -f modern --no-sourcemap --external react,react-dom --define process.env.NODE_ENV='production' --no-compress",
    "dev": "NODE_ENV=development concurrently -n \"dev,typescript\" -c \",green\" \"microbundle watch -i src/index.ts -o dist/index.js --tsconfig tsconfig.dev.json --jsx React.createElement --jsxFragment React.Fragment -f modern --no-sourcemap --external react,react-dom --define process.env.NODE_ENV='development' --no-compress\" \"yarn typecheck\"",
    "format": "prettier --write 'src/**/*.{css,js,ts,tsx}'",
    "typecheck": "tsc -w --preserveWatchOutput --p tsconfig.json",
    "prepublishOnly": "yarn bundle"
  },
  "types": "./types/index.d.ts",
  "dependencies": {
    "@fortawesome/fontawesome-common-types": "^6.1.1",
    "@fortawesome/fontawesome-svg-core": "^6.1.1",
    "@fortawesome/free-brands-svg-icons": "^6.1.1",
    "@fortawesome/free-solid-svg-icons": "^6.1.1",
    "@fortawesome/react-fontawesome": "^0.1.18",
    "date-fns": "^2.26.0",
    "highlightjs-blade": "^0.1.0",
    "highlightjs-curl": "^1.3.0",
    "is-ssh": "^1.3.3",
    "lodash": "^4.17.21",
    "md5": "^2.3.0",
    "parse-path": "^4.0.3",
    "react": "^17.0.2",
    "react-intersection-observer": "^9.4.3",
    "react-markdown": "^8.0.7",
    "react-syntax-highlighter": "^15.5.0",
    "sql-formatter": "^4.0.2",
    "url-slug": "^4.0.1",
    "use-prefers-color-scheme": "^1.1.2"
  },
  "devDependencies": {
    "@babel/preset-react": "^7.16.0",
    "@types/lodash": "^4.14.169",
    "@types/md5": "^2.3.0",
    "@types/react-dom": "^17.0.5",
    "concurrently": "^6.4.0",
    "cross-env": "^7.0.3",
    "husky": "^7.0.4",
    "lint-staged": "^11.0.0",
    "microbundle": "^0.14.2",
    "prettier": "^2.5.1",
    "typescript": "^4.6.3"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged && yarn bundle && git add dist/index.modern.js"
    }
  }
}
