{
  "name": "@equinor/fusion-framework-cli",
  "version": "10.7.2",
  "keywords": [
    "Fusion",
    "Fusion Framework",
    "CLI"
  ],
  "author": "",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "bin": {
    "fusion-framework-cli": "./bin/cli.mjs"
  },
  "main": "./bin/main.js",
  "types": "./dist/types/lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/lib/index.d.ts",
      "import": "./dist/lib/index.js"
    },
    "./plugin-app-assets": {
      "types": "./dist/types/bin/plugins/app-assets/index.d.ts",
      "import": "./dist/lib/plugins/app-assets/index.js"
    },
    "./plugin-app-proxy": {
      "types": "./dist/types/lib/plugins/app-proxy/index.d.ts",
      "import": "./dist/lib/plugins/app-proxy/index.js"
    },
    "./plugin-external-public": {
      "types": "./dist/types/lib/plugins/external-public/index.d.ts",
      "import": "./dist/lib/plugins/external-public/index.js"
    }
  },
  "dependencies": {
    "@vitejs/plugin-react": "^4.0.4",
    "adm-zip": "^0.5.10",
    "chalk": "^5.3.0",
    "commander": "^13.0.0",
    "deepmerge": "^4.3.1",
    "find-up": "^7.0.0",
    "is-mergeable-object": "^1.1.1",
    "loader-utils": "^3.3.1",
    "mime": "^4.0.4",
    "node-fetch": "^3.3.2",
    "ora": "^8.0.1",
    "portfinder": "^1.0.32",
    "pretty-bytes": "^6.1.1",
    "read-package-up": "^11.0.0",
    "semver": "^7.5.4",
    "vite": "^6.0.7",
    "vite-plugin-environment": "^1.1.3",
    "vite-plugin-restart": "^0.4.0",
    "vite-tsconfig-paths": "^4.2.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@equinor/eds-core-react": "^0.43.0",
    "@equinor/eds-icons": "^0.22.0",
    "@equinor/eds-tokens": "^0.9.2",
    "@equinor/eslint-config-fusion-react": "^2.0.1",
    "@equinor/fusion-react-context-selector": "^1.0.4",
    "@equinor/fusion-react-progress-indicator": "^0.3.0",
    "@equinor/fusion-react-side-sheet": "1.3.7",
    "@equinor/fusion-react-styles": "^0.6.4",
    "@equinor/fusion-wc-chip": "^1.2.2",
    "@equinor/fusion-wc-person": "^3.1.7",
    "@material-ui/styles": "^4.11.5",
    "@types/adm-zip": "^0.5.0",
    "@types/loader-utils": "^2.0.6",
    "@types/node": "^20.11.14",
    "@types/react": "^18.2.50",
    "@types/react-dom": "^18.2.7",
    "@types/rollup": "^0.54.0",
    "@types/semver": "^7.5.0",
    "eslint-plugin-rxjs": "^5.0.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.15.0",
    "rollup": "^4.22.4",
    "rxjs": "^7.8.1",
    "styled-components": "^6.0.7",
    "typescript": "^5.8.2",
    "@equinor/fusion-framework": "^7.3.5",
    "@equinor/fusion-framework-app": "^9.3.7",
    "@equinor/fusion-framework-module-bookmark": "^2.1.4",
    "@equinor/fusion-framework-module-app": "^6.1.8",
    "@equinor/fusion-framework-module-context": "^5.1.0",
    "@equinor/fusion-framework-module-feature-flag": "^1.1.14",
    "@equinor/fusion-framework-module-msal": "^4.0.2",
    "@equinor/fusion-framework-module-navigation": "^4.0.9",
    "@equinor/fusion-framework-module-services": "^5.1.2",
    "@equinor/fusion-framework-react": "^7.4.5",
    "@equinor/fusion-framework-react-components-bookmark": "^1.0.13",
    "@equinor/fusion-framework-react-components-people-provider": "^1.5.10",
    "@equinor/fusion-framework-react-module-bookmark": "^3.0.5",
    "@equinor/fusion-observable": "^8.4.6",
    "@equinor/fusion-query": "^5.2.3"
  },
  "scripts": {
    "prebuild": "pnpm build:source",
    "build": "pnpm build:source && pnpm build:dev-server",
    "build:clean": "rm -rf dist && rm -f tsconfig.tsbuildinfo && pnpm build",
    "build:source": "tsc -b",
    "build:dev-server": "vite build"
  }
}