{
  "name": "@fluentui/react-icons-northstar",
  "description": "A set svg icons and utilities for creating custom ones.",
  "version": "0.71.4",
  "bugs": "https://github.com/microsoft/fluentui/issues",
  "dependencies": {
    "@babel/runtime": "^7.10.4",
    "@fluentui/accessibility": "^0.71.4",
    "@fluentui/react-bindings": "^0.71.4",
    "@fluentui/styles": "^0.71.4",
    "classnames": "^2.2.6"
  },
  "devDependencies": {
    "@fluentui/eslint-plugin": "*",
    "@fluentui/scripts-babel": "*",
    "@fluentui/scripts-gulp": "*",
    "@fluentui/scripts-jest-v0": "*",
    "@types/classnames": "^2.2.9",
    "@types/react": "17.0.44",
    "@types/react-dom": "17.0.15",
    "@types/react-is": "17.0.7",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "enzyme": "3.10.0",
    "enzyme-to-json": "3.6.2",
    "@cfaester/enzyme-adapter-react-18": "0.8.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-icons-northstar",
  "jsnext:main": "dist/es/index.js",
  "license": "MIT",
  "main": "dist/commonjs/index.js",
  "module": "dist/es/index.js",
  "peerDependencies": {
    "react": "^18",
    "react-dom": "^18"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": "microsoft/fluentui.git",
  "scripts": {
    "build": "gulp bundle:package:no-umd",
    "clean": "gulp bundle:package:clean",
    "lint": "ESLINT_USE_FLAT_CONFIG=false eslint --ext .js,.ts,.tsx .",
    "lint:fix": "yarn lint --fix",
    "test": "gulp test",
    "test:watch": "gulp test:watch"
  },
  "sideEffects": false,
  "types": "dist/es/index.d.ts"
}
