{
  "name": "motiv-stylus.base",
  "version": "0.0.124",
  "description": "A Stylus framework's base module for Website.",
  "main": "dist/js/motiv.js",
  "scripts": {
    "browser-sync:watch": "browser-sync start --config browser-sync.config.js",
    "build": "run-s clean webpack:build copy",
    "clean": "rm -rf public dist",
    "copy": "gulp copy",
    "start": "run-p *:watch",
    "webpack:watch": "webpack -dw",
    "webpack:build": "NODE_ENV=production webpack -p --progress"
  },
  "dependencies": {
    "normalize-styl": "^4.1.1"
  },
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/polyfill": "^7.8.7",
    "@babel/preset-env": "^7.9.5",
    "@lipemat/css-mqpacker": "^8.0.1",
    "autoprefixer": "^9.7.6",
    "babel-loader": "^8.1.0",
    "browser-sync": "^2.26.7",
    "css-declaration-sorter": "^5.1.2",
    "css-loader": "^3.5.1",
    "css-mqpacker": "^7.0.0",
    "eslint": "^6.8.0",
    "file-loader": "^6.0.0",
    "gulp": "^4.0.2",
    "html-loader": "^1.1.0",
    "html-webpack-plugin": "^4.0.4",
    "img-loader": "^3.0.1",
    "jquery": "^3.4.1",
    "mini-css-extract-plugin": "^0.9.0",
    "minimist": "^1.2.5",
    "nib": "^1.1.2",
    "npm-run-all": "^4.1.5",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "path": "^0.12.7",
    "postcss-combine-duplicated-selectors": "^8.1.0",
    "postcss-loader": "^3.0.0",
    "precode": "^0.1.7",
    "pug": "^2.0.4",
    "pug-loader": "^2.4.0",
    "pug-plain-loader": "^1.0.0",
    "resolve-url-loader": "^3.1.1",
    "sort-css-media-queries": "^1.5.0",
    "style-loader": "^1.1.3",
    "stylus": "^0.54.7",
    "stylus-loader": "^3.0.2",
    "terser-webpack-plugin": "^2.3.5",
    "tocjs": "^0.5.0",
    "url-loader": "^4.1.0",
    "webpack": "^4.42.1",
    "webpack-cli": "^3.3.11",
    "webpack-fix-style-only-entries": "^0.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ejointjp/motiv-stylus.base"
  },
  "keywords": [],
  "author": "e-JOINT.jp",
  "license": "GPL-2.0+",
  "bugs": {
    "url": "https://github.com/ejointjp/motiv-stylus.basee/issues"
  },
  "homepage": "https://github.io/ejointjp/motiv-stylus.base"
}
