{
  "name": "radium",
  "version": "0.26.2",
  "description": "A set of tools to manage inline styles on React elements",
  "main": "index.js",
  "module": "es/index.js",
  "jsnext:main": "es/index.js",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/formidablelabs/radium.git"
  },
  "homepage": "https://github.com/formidablelabs/radium",
  "bugs": "https://github.com/formidablelabs/radium/issues",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "preversion": "npm test && npm run lint",
    "version": "npm run build",
    "postversion": "publishr postversion -V",
    "postpublish": "publishr postpublish -V",
    "version-dry-run": "publishr dry-run -V",
    "build": "npm run clean && builder concurrent --buffer build-lib build-dist build-es",
    "build-babel": "babel src --ignore \"**/__tests__/*\",\"**/__mocks__/*\"",
    "build-lib": "builder run --env \"{\\\"BABEL_ENV\\\":\\\"commonjs\\\"}\" build-babel -- -d lib --verbose",
    "build-dist-dev": "webpack",
    "build-dist-prod": "webpack --config=webpack.config.minified.js",
    "build-dist": "builder concurrent --buffer build-dist-dev build-dist-prod",
    "build-examples": "webpack --config examples/webpack.config.js",
    "build-es": "builder run build-babel -- -d es",
    "clean": "rimraf lib es dist",
    "examples": "webpack-dev-server --config examples/webpack.config.js --no-info --content-base examples",
    "examples-server": "babel-node examples/server.js",
    "flow": "flow check",
    "eslint": "eslint .",
    "fixlint": "npm run eslint -- --fix",
    "lint": "builder concurrent --buffer eslint flow",
    "start": "builder run --env \"{\\\"BABEL_ENV\\\":\\\"commonjs\\\"}\" examples-server",
    "test-node": "mocha \"test/**/*-test.js\"",
    "test-node-dev": "mocha --watch \"test/**/*-test.js\"",
    "test-frontend": "karma start",
    "test-frontend-coverage": "karma start karma.conf.coverage.js",
    "test-frontend-ie": "karma start karma.conf.ie.js",
    "test-frontend-dev": "karma start --no-single-run --auto-watch",
    "test": "npm run test-node && npm run test-frontend",
    "test-coverage": "npm run test-node && npm run test-frontend-coverage",
    "test-ie": "npm run test-node && npm run test-frontend-ie",
    "test-dev": "builder concurrent test-node-dev test-frontend-dev",
    "universal": "builder concurrent start examples",
    "update-prefix-data": "babel-node scripts/update-prefix-data.js && eslint --fix src/prefix-data",
    "watch-lib": "npm run build-lib -- --watch"
  },
  "license": "MIT",
  "dependencies": {
    "exenv": "^1.2.1",
    "hoist-non-react-statics": "3.3.0",
    "inline-style-prefixer": "^4.0.0",
    "prop-types": "^15.5.8"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0"
  },
  "devDependencies": {
    "@babel/node": "^7.0.0",
    "babel-eslint": "^10.0.1",
    "babel-plugin-istanbul": "^5.1.0",
    "caniuse-api": "^2.0.0",
    "chai": "^3.5.0",
    "color": "^1.0.3",
    "core-js": "^2.5.3",
    "coveralls": "^2.12.0",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "eslint": "^5.16.0",
    "eslint-plugin-flowtype": "3.9.1",
    "eslint-plugin-prettier": "^3.1.0",
    "eslint-plugin-react": "^7.13.0",
    "eslint-plugin-react-hooks": "1.6.0",
    "express": "^4.15.2",
    "express-http-proxy": "^0.11.0",
    "flow-bin": "^0.100.0",
    "inject-loader": "^3.0.1",
    "jsdom": "^12.0.0",
    "jsdom-global": "^3.0.2",
    "karma": "^3.0.0",
    "karma-babel-preprocessor": "^6.0.1",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.1",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.2",
    "karma-sinon-chai": "^1.2.4",
    "karma-webpack": "^3.0.0",
    "mocha": "^3.2.0",
    "node-libs-browser": "^2.0.0",
    "nodemon": "^1.11.0",
    "object-assign": "^4.1.1",
    "prettier": "^1.15.3",
    "react": "^16.8.3",
    "react-dom": "^16.8.3",
    "react-test-renderer": "^16.8.3",
    "sinon": "^1.17.7",
    "sinon-chai": "^2.8.0",
    "webpack-dev-server": "^3.1.11",
    "babel-loader": "^8.0.0",
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-decorators": "^7.0.0",
    "@babel/plugin-transform-destructuring": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "builder": "^3.2.3",
    "publishr": "^1.0.0",
    "rimraf": "^2.6.1",
    "webpack": "^3.10.0"
  },
  "publishr": {
    "dependencies": [
      "^babel-",
      "^@babel/",
      "^builder$",
      "^publishr$",
      "^rimraf$",
      "^webpack"
    ],
    "files": {
      ".npmignore": ".npmignore.publishr"
    },
    "scripts": {
      "postinstall": ""
    }
  },
  "_publishr": [
    {
      "created": true,
      "path": ".npmignore"
    },
    {
      "created": false,
      "path": "package.json"
    }
  ]
}