Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@doodle/frontend-config / package.json
Size: Mime:
{
  "name": "@doodle/frontend-config",
  "version": "0.4.0",
  "description": "Common conventions and configuration files for Doodle frontend projects",
  "main": "prettier.js",
  "scripts": {
    "postinstall": "node ./scripts/postinstall.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DoodleScheduling/lib-frontend-config.git"
  },
  "author": "aco",
  "license": "MIT",
  "dependencies": {
    "@babel/core": "7.3.4",
    "@babel/plugin-proposal-class-properties": "7.3.4",
    "@babel/plugin-syntax-dynamic-import": "7.2.0",
    "@babel/preset-env": "7.3.4",
    "@babel/preset-react": "7.0.0",
    "@doodle/eslint-config": "0.0.10",
    "babel-loader": "8.0.5",
    "babel-plugin-module-resolver": "3.2.0",
    "clean-webpack-plugin": "2.0.1",
    "copy-webpack-plugin": "5.0.1",
    "css-loader": "2.1.1",
    "cssnano": "4.1.10",
    "deepmerge": "3.2.0",
    "enzyme": "3.9.0",
    "enzyme-adapter-react-16": "1.10.0",
    "enzyme-to-json": "3.3.5",
    "express": "4.16.4",
    "file-loader": "3.0.1",
    "html-webpack-plugin": "3.2.0",
    "jest": "24.1.0",
    "json-schema-faker": "0.5.0-rc16",
    "postcss": "7.0.14",
    "postcss-custom-media": "7.0.7",
    "postcss-import": "12.0.1",
    "postcss-loader": "3.0.0",
    "postcss-mixins": "6.2.1",
    "postcss-preset-env": "6.6.0",
    "prerender-spa-plugin": "3.4.0",
    "prettier": "1.16.4",
    "style-loader": "0.23.1",
    "svg-react-loader": "0.4.6",
    "swagger-parser": "6.0.5",
    "webpack": "4.28.4",
    "webpack-bundle-analyzer": "3.1.0",
    "webpack-cli": "3.2.3",
    "webpack-dev-server": "3.2.1",
    "webpack-merge": "4.2.1",
    "webpack-pwa-manifest": "4.0.0"
  },
  "publishConfig": {
    "registry": "https://npm-proxy.fury.io/tmf/"
  }
}