{
  "name": "rex-css-framework",
  "version": "0.1.3-beta",
  "description": "The ReX CSS Framework is the base for all Front-end Technology stack provided by the ReX project.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/rakuten-frontend/rex-css-framework.git"
  },
  "bugs": {
    "url": "https://github.com/rakuten-frontend/rex-css-framework/issues"
  },
  "scripts": {
    "start": "NODE_ENV=development ENV_TYPE=development ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --content-base dev --port 8081 --host 0.0.0.0 --public localhost:8081 --config webpack.config.dev.js",
    "build": "./node_modules/webpack/bin/webpack.js --config webpack.config.prod.js --color -p --progress",
    "postbuild": "cp -r ./src/fonts ./dist/"
  },
  "homepage": "https://rakuten-frontend.github.io/rex-css-framework/",
  "author": "REX Css Framework Authors (https://github.com/rakuten-frontend/rex-css-framework/graphs/contributors)",
  "contributors": [
    "Rakuten, Inc."
  ],
  "license": "MIT",
  "keywords": [
    "css",
    "sass",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  ],
  "browserslist": [
    ">1%",
    "last 4 versions",
    "Firefox ESR",
    "not ie < 9",
    "ios >= 8",
    "android >= 4.1"
  ],
  "engines": {
    "node": ">=6"
  },
  "devDependencies": {
    "ajv": "^6.5.0",
    "autoprefixer": "^8.1.0",
    "clean-webpack-plugin": "^0.1.19",
    "css-loader": "^0.28.7",
    "empty": "^0.10.1",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^0.11.1",
    "html-webpack-plugin": "^3.2.0",
    "lodash": "^4.17.4",
    "node-sass": "^4.5.3",
    "postcss-loader": "^2.1.1",
    "pre-commit": "^1.2.2",
    "sass-loader": "^6.0.6",
    "style-loader": "^0.17.0",
    "url-loader": "^0.6.2",
    "webpack": "^3.12.0",
    "webpack-dev-server": "^2.4.4",
    "webpack-merge": "^4.1.2"
  },
  "dependencies": {}
}
