{
  "name": "react-lozi",
  "version": "0.1.0",
  "description": "A UI framework designed to build beautiful websites fast, with concise HTML, intuitive javascript, and simplified debugging.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://git.lozi.space/beast/react-lozi.git"
  },
  "author": "Minh Đức <minhduc95@lozi.vn>",
  "bugs": {
    "url": "https://git.lozi.space/training/react-lozi/issues"
  },
  "keywords": [
    "react",
    "react-component",
    "lozi",
    "react-lozi",
    "ui-ki"
  ],
  "devEngines": {
    "node": "8.x"
  },
  "scripts": {
    "start": "yarn docs:dev",
    "docs:dev": "rimraf node_modules/.cache/babel-loader && cross-env BABEL_ENV=docs-development next dev",
    "docs:build": "cross-env BABEL_ENV=docs-production next build",
    "docs:start": "next start",
    "docs:export": "next export -o docs/export",
    "build": "node scripts/build.js",
    "lint": "eslint .",
    "public": "public.sh",
    "deploy": "firebase deploy",
    "postinstall": "node scripts/check-dev-engines.js package.json",
    "test": "cross-env NODE_ENV=development jest --config ./scripts/jest/config.source.js",
    "test-prod": "cross-env NODE_ENV=production jest --config ./scripts/jest/config.source.js",
    "test-build": "cross-env NODE_ENV=development jest --config ./scripts/jest/config.build.js",
    "test-build-prod": "cross-env NODE_ENV=production jest --config ./scripts/jest/config.build.js",
    "version-check": "node scripts/version-check.js",
    "precommit": "lint-staged"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.1",
    "babel-plugin-module-resolver": "^3.0.0",
    "babel-plugin-preval": "^1.6.3",
    "babel-plugin-transform-dev-warning": "^0.1.1",
    "babel-plugin-transform-react-constant-elements": "^6.23.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-react-app": "^3.1.0",
    "babel-runtime": "^6.26.0",
    "cross-env": "^5.1.3",
    "eslint": "^4.15.0",
    "eslint-config-react-app": "^2.0.1",
    "eslint-plugin-flowtype": "^2.41.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.5.1",
    "immutable": "^3.8.2",
    "jest": "^22.0.6",
    "lint-staged": "^6.0.0",
    "next": "^4.2.2",
    "raw-loader": "^0.5.1",
    "react-redux": "^5.0.6",
    "redux": "^3.7.2",
    "redux-immutable": "^4.0.0",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^2.2.0",
    "webpack": "^3.10.0",
    "webpack-bundle-analyzer": "^2.9.2"
  },
  "dependencies": {
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "recompose": "^0.26.0",
    "styled-components": "^2.4.0"
  },
  "lint-staged": {
    "yarn.lock": [
      "git rm --cached"
    ]
  }
}
