bokuweb/re-bulma

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "re-bulma",
  "version": "0.5.0",
  "description": "",
  "main": "lib/index.js",
  "module": "lib-es/index.js",
  "scripts": {
    "start": "BABEL_ENV=cjs node server.js",
    "test": "karma start",
    "test:watch": "karma start --auto-watch --no-single-run",
    "build:style": "node scripts/transform.js default/re-bulma-variables.properties src/styles/ build/ yes",
    "build": "npm run build:style && npm run compile && npm run compile-es",
    "compile": "BABEL_ENV=cjs babel -d lib/ src/",
    "compile-es": "BABEL_ENV=es babel -d lib-es/ src/",
    "styleguide-server": "styleguidist server",
    "styleguide-build": "node_modules/react-styleguidist/bin/styleguidist build",
    "lint": "eslint src",
    "precommit": "npm run lint",
    "prepublish": "npm run build",
    "update-gh-pages": "git push react-bulma `git subtree split --prefix styleguide master`:gh-pages --force"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bokuweb/re-bulma.git"
  },
  "author": "bokuweb",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bokuweb/re-bulma/issues"
  },
  "homepage": "https://github.com/bokuweb/re-bulma#readme",
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-cli": "^6.9.0",
    "babel-core": "^6.9.1",
    "babel-eslint": "^7.2.2",
    "babel-loader": "^6.2.3",
    "babel-plugin-espower": "^2.0.0",
    "babel-polyfill": "^6.5.0",
    "babel-preset-airbnb": "^2.0.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-stage-1": "^6.3.13",
    "bulma": "0.0.28",
    "clean-css": "^3.4.18",
    "csjs": "https://github.com/bokuweb/csjs.git",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.9.2",
    "eslint-plugin-jsx-a11y": "^1.5.3",
    "eslint-plugin-react": "^5.1.1",
    "husky": "^0.13.3",
    "lodash.camelcase": "^4.1.1",
    "react": "^15.1.0",
    "react-dom": "^15.1.0",
    "react-hot-loader": "^1.3.0",
    "react-styleguidist": "^2.3.1",
    "webpack": "^1.12.14",
    "webpack-dev-server": "^1.14.1",
    "prop-types": "^15.6.1"
  },
  "keywords": [
    "bulma"
  ],
  "peerDependencies": {
    "react": ">=0.14.0"
  },
  "files": [
    "lib-es",
    "lib",
    "build",
    "src",
    "scripts"
  ],
  "dependencies": {
    "insert-css": "^0.2.0",
    "properties-parser": "^0.3.1"
  }
}