rofrischmann/fela

View on GitHub
examples/example-with-styleguidist/package.json

Summary

Maintainability
Test Coverage
{
  "private": true,
  "name": "example-with-styleguidist",
  "version": "12.2.1",
  "description": "An Example to use fela with styleguidist",
  "homepage": "https://github.com/robinweser/fela",
  "repository": {
    "type": "git",
    "url": "git://github.com/robinweser/fela.git"
  },
  "author": "Aga5tya <aga5tya@yahoo.com>",
  "keywords": [
    "fela",
    "dynamic styling",
    "react",
    "css",
    "styling",
    "cssinjs",
    "react styleguidist",
    "styleguide"
  ],
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.4.0",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/preset-env": "^7.4.2",
    "babel-loader": "^8.0.5",
    "dog-names": "^1.0.2",
    "fela": "^12.2.1",
    "fela-beautifier": "^12.2.1",
    "fela-combine-arrays": "^1.0.9",
    "fela-plugin-embedded": "^12.2.1",
    "fela-plugin-friendly-pseudo-class": "^12.2.1",
    "fela-plugin-named-media-query": "^5.0.13",
    "fela-plugin-placeholder-prefixer": "^12.2.1",
    "fela-plugin-unit": "^12.2.1",
    "fela-plugin-validator": "^12.2.1",
    "fela-preset-web": "^12.2.1",
    "fela-statistics": "^12.2.1",
    "lodash": "^4.17.4",
    "polished": "1.9.0",
    "prop-types": "^15.5.10",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-fela": "^12.2.1",
    "react-modal": "^2.2.2",
    "react-styleguidist": "9.0.4",
    "webpack": "4.29.6"
  },
  "scripts": {
    "styleguide": "styleguidist server",
    "styleguide:build": "styleguidist build"
  }
}