{
  "name": "cm-reporting",
  "version": "0.10.2",
  "description": "Conflict Minerals Reporting Template Components",
  "license": "PolyForm-Noncommercial-1.0.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cirscn/cm-reporting.git",
    "directory": "app"
  },
  "homepage": "https://github.com/cirscn/cm-reporting",
  "bugs": {
    "url": "https://github.com/cirscn/cm-reporting/issues"
  },
  "keywords": [
    "react",
    "conflict-minerals",
    "reporting",
    "rmi",
    "cmrt",
    "emrt",
    "crt",
    "amrt",
    "antd",
    "component-library"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./styles.css": "./dist/cm-reporting.css",
    "./styles.scoped.css": "./dist/cm-reporting.scoped.css",
    "./templates/*": "./dist/templates/*"
  },
  "files": [
    "dist"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "peerDependencies": {
    "@ant-design/icons": "^5.0.0 || ^6.0.0",
    "antd": "^5.0.0 || ^6.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "peerDependenciesMeta": {
    "antd": {
      "optional": false
    },
    "@ant-design/icons": {
      "optional": false
    }
  },
  "dependencies": {
    "ahooks": "^3.9.6",
    "dayjs": "^1.11.19",
    "fflate": "^0.8.2",
    "i18next": "^25.8.0",
    "immer": "^11.1.3",
    "lodash-es": "^4.17.23",
    "react-i18next": "^16.5.4",
    "zod": "^4.3.6",
    "zustand": "^5.0.11"
  },
  "devDependencies": {
    "@ant-design/icons": "^6.1.0",
    "@ast-grep/cli": "0.38.7",
    "@changesets/cli": "^2.29.8",
    "@eslint/js": "^9.39.1",
    "@tailwindcss/cli": "^4.1.18",
    "@tailwindcss/postcss": "^4.1.18",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^24.10.1",
    "@types/react": "^19.2.5",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^5.1.1",
    "antd": "^6.2.2",
    "autoprefixer": "^10.4.23",
    "eslint": "^9.39.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-react-refresh": "^0.4.24",
    "globals": "^16.5.0",
    "postcss": "^8.5.6",
    "prettier": "^3.8.1",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "tailwindcss": "^4.1.18",
    "typescript": "~5.9.3",
    "typescript-eslint": "^8.46.4",
    "vite": "^7.2.4",
    "vite-plugin-dts": "^4.5.4",
    "vite-plugin-static-copy": "^3.2.0",
    "vitest": "^4.0.18"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "build:lib": "vite build --config vite.lib.config.ts && node scripts/flatten-css-layers.mjs && node scripts/scope-css.mjs",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --write .",
    "preview": "vite preview",
    "validate:templates": "node scripts/validate-templates.js",
    "generate:excel-mapping": "node scripts/generate-excel-mapping.js",
    "validate:excel-mapping": "node scripts/generate-excel-mapping.js --check",
    "pretest": "pnpm validate:templates && pnpm validate:excel-mapping",
    "test": "vitest run && node --test scripts/scope-css.node-test.mjs scripts/template-file-names.node-test.mjs",
    "sg:scan": "sg scan -c ../sgconfig.yml ./src",
    "sg:fix": "sg scan -c ../sgconfig.yml ./src -U",
    "changeset": "changeset",
    "version-packages": "changeset version",
    "release": "changeset publish"
  }
}