{
  "name": "neutrino-preset-laima-web",
  "version": "2.1.0",
  "description": "Neutrino preset for laima project",
  "keywords": [
    "laima",
    "neutrino",
    "neutrino-preset"
  ],
  "license": "MIT",
  "author": {
    "name": "Lance He (a.k.a. indigofeather)",
    "email": "indigofeather@gmail.com"
  },
  "main": "index.js",
  "repository": "https://github.com/indigofeather/neutrino-contrib/tree/master/neutrino-preset-laima-web",
  "scripts": {
    "test": "ava test"
  },
  "dependencies": {
    "@neutrinojs/clean": "^8.1.2",
    "@neutrinojs/compile-loader": "^8.1.2",
    "@neutrinojs/copy": "^8.1.2",
    "@neutrinojs/dev-server": "^8.1.2",
    "@neutrinojs/env": "^8.1.2",
    "@neutrinojs/font-loader": "^8.1.2",
    "@neutrinojs/hot": "^8.1.2",
    "@neutrinojs/html-loader": "^8.1.2",
    "@neutrinojs/html-template": "^8.1.2",
    "@neutrinojs/image-loader": "^8.1.2",
    "@neutrinojs/loader-merge": "^8.1.2",
    "@neutrinojs/minify": "^8.1.2",
    "@neutrinojs/pwa": "^8.1.2",
    "@neutrinojs/style-loader": "^8.1.2",
    "babel-plugin-lodash": "^3.3.2",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-preset-env": "^1.6.1",
    "deepmerge": "^2.0.1",
    "fast-async": "^6.3.1",
    "git-rev-sync": "^1.10.0",
    "lodash-webpack-plugin": "^0.11.4",
    "neutrino-middleware-browser-sync": "^2.1.0",
    "neutrino-middleware-bundleanalyzer": "^2.0.0",
    "neutrino-middleware-case-sensitive-paths": "^2.0.1",
    "neutrino-middleware-compression": "^2.0.3",
    "postcss-loader": "^2.1.1",
    "webpack": "^3.11.0",
    "worker-loader": "^1.1.1"
  },
  "devDependencies": {
    "ava": "^0.25.0"
  },
  "peerDependencies": {
    "neutrino": "^8.0.0"
  },
  "engines": {
    "node": "^6.9.0 || ^8 || >=9",
    "npm": ">=5.4.0",
    "yarn": ">=1.2.1"
  }
}
