martinandert/react-inline

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "react-inline",
  "version": "0.8.2",
  "description": "Transform inline styles defined in JavaScript modules into static CSS code and class names so they become available to, e.g. the `className` prop of React elements.",
  "keywords": [
    "react",
    "style",
    "styles",
    "stylesheet",
    "inline",
    "bundle",
    "extract",
    "css"
  ],
  "author": "Martin Andert",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/martinandert/react-inline"
  },
  "bugs": {
    "url": "https://github.com/martinandert/react-inline/issues"
  },
  "homepage": "https://github.com/martinandert/react-inline",
  "engines": {
    "node": ">=0.12"
  },
  "main": "react-inline.js",
  "bin": {
    "react-inline-extract": "./bin/cli.js",
    "rix": "./bin/cli.js"
  },
  "dependencies": {
    "autoprefixer": "^6.1.0",
    "babel-core": "^6.1.2",
    "babel-runtime": "^6.0.14",
    "clean-css": "^3.2.8",
    "commoner": "martinandert/commoner#react-inline",
    "foreach": "^2.0.5",
    "glob": "^5.0.3",
    "mkdirp": "^0.5.0",
    "object-assign": "^4.0.1",
    "postcss": "^5.0.10",
    "recast": "^0.10.12"
  },
  "devDependencies": {
    "babel-cli": "^6.1.2",
    "babel-eslint": "^4.1.4",
    "babel-plugin-transform-object-assign": "^6.0.14",
    "babel-plugin-transform-runtime": "^6.1.2",
    "babel-preset-es2015": "^6.1.2",
    "babel-preset-stage-1": "^6.1.2",
    "eslint": "^1.9.0",
    "istanbul": "^0.4.0",
    "mocha": "^2.2.1",
    "rimraf": "^2.3.3"
  }
}