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.0.2",
  "description": "Common conventions and configuration files for Doodle frontend projects",
  "main": "prettier.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/DoodleScheduling/lib-frontend-config.git"
  },
  "author": "aco",
  "license": "MIT",
  "dependencies": {
    "@doodle/eslint-config": "^0.0.10",
    "@doodle/tagmanager": "1.3.0",
    "clean-webpack-plugin": "^2.0.1",
    "copy-webpack-plugin": "^5.0.1",
    "express": "^4.16.4",
    "html-webpack-plugin": "^3.2.0",
    "json-schema-faker": "^0.5.0-rc16",
    "prerender-spa-plugin": "^3.4.0",
    "prettier": "1.16.4",
    "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/"
  }
}