{
  "name": "@fluentui/react-northstar-fela-renderer",
  "description": "A CSS-in-JS renderer based on Fela for FluentUI React Northstar.",
  "version": "0.51.0",
  "bugs": "https://github.com/microsoft/fluentui/issues",
  "dependencies": {
    "@babel/runtime": "^7.10.4",
    "@fluentui/react-northstar-styles-renderer": "^0.51.0",
    "@fluentui/styles": "^0.51.0",
    "css-in-js-utils": "^3.0.0",
    "fela": "^10.6.1",
    "fela-plugin-embedded": "^10.6.1",
    "fela-plugin-fallback-value": "^10.6.1",
    "fela-plugin-placeholder-prefixer": "^10.6.1",
    "fela-plugin-rtl": "^10.6.1",
    "fela-utils": "^10.6.1",
    "inline-style-expand-shorthand": "^1.2.0",
    "lodash": "^4.17.15",
    "react-fela": "^10.6.1",
    "stylis": "^3.5.4"
  },
  "devDependencies": {
    "@fluentui/eslint-plugin": "^0.53.3",
    "@types/react": "16.8.25",
    "@uifabric/build": "^7.0.0",
    "lerna-alias": "^3.0.3-0",
    "react": "16.8.6",
    "typescript": "3.7.2"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-northstar-fela-renderer",
  "jsnext:main": "dist/es/index.js",
  "license": "MIT",
  "main": "dist/commonjs/index.js",
  "module": "dist/es/index.js",
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": "microsoft/fluentui.git",
  "scripts": {
    "build": "gulp bundle:package:no-umd",
    "clean": "gulp bundle:package:clean",
    "lint": "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"
}
