{
  "scripts": {
    "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
    "lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
    "test:watch": "{commandType} test -- --watch",
    "test": "jest -c ./config/jest/jest.config.js",
    "bundlesize": "bundlesize --config ./config/bundlesize.json",
    "analyze": "cross-env ANALYZE=true && {commandType} build",
    "perf": "docker-compose -f ./config/performance/sitespeed-compose.yml run sitespeed.io  --config sitespeed.config.json --budget.configPath sitespeed.budget.config.json --graphite.host=graphite urls.txt"
  },
  "dependencies": {
    "@xt-pagesource/micro-app-loader": "0.1.0",
    "markdown-to-jsx": "^7.1.3",
    "react": "{reactVersion}",
    "react-dom": "{reactVersion}",
    "themes": "{workspacePrefix}",
    "services": "{workspacePrefix}",
    "ui": "{workspacePrefix}",
    "smart-context": "^2.1.2",
    "@nextui-org/react": "^1.0.0-beta.6"
  },
  "devDependencies": {
    "@types/react": "^17.0.39",
    "@types/react-dom": "^17.0.11",
    "@testing-library/react": "12.1.1",
    "@testing-library/react-hooks": "7.0.2",
    "bundlesize": "0.18.1",
    "cross-env": "7.0.3",
    "lintconfig": "{workspacePrefix}",
    "tsconfig": "{workspacePrefix}"
  }
}