{
  "name": "mirai-assets",
  "version": "3.0.102",
  "description": "Common assets for the Mirai Engine projects",
  "main": "dist/index.js",
  "files": [
    "dist",
    "fonts",
    "scripts",
    "README.md"
  ],
  "scripts": {
    "test": "jest test",
    "build": "babel src/ -d dist/ --ignore '**/__tests__','**/__mocks__','src/js/test-utils.js' --plugins=babel-plugin-transform-react-class-to-function --copy-files --no-copy-ignored",
    "sync": "node synchronize.js",
    "dev": "yarn test && yarn build && yarn sync && grunt watch",
    "pipeline": "yarn test && yarn build",
    "release": "yarn version --patch && yarn publish --access public"
  },
  "author": "Mirai Web Development Team",
  "license": "ISC",
  "dependencies": {
    "@mirai/core": "^0.3",
    "@mirai/data-sources": "^0.1",
    "@mirai/locale": "^0.2",
    "@mirai/services": "^0.2",
    "react-icons": "^4.7.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.3.3",
    "@babel/plugin-proposal-export-default-from": "^7.2.0",
    "@babel/preset-env": "^7.3.1",
    "@babel/preset-react": "^7.0.0",
    "@testing-library/react": "12.1.5",
    "axios": "0.16.2",
    "babel-loader": "^8.0.5",
    "babel-plugin-transform-class-properties": "6.24.1",
    "babel-plugin-transform-es2015-template-literals": "^6.22.0",
    "babel-plugin-transform-react-class-to-function": "^1.2.0",
    "classnames": "^2.3.1",
    "css-loader": "0.28.4",
    "extract-text-webpack-plugin": "3.0.2",
    "file-loader": "0.11.2",
    "fs-extra": "5.0.0",
    "fs-readdir-recursive": "1.1.0",
    "grunt": "^1.0.4",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-run": "^0.8.1",
    "identity-obj-proxy": "^3.0.0",
    "jest": "28.1.1",
    "jest-environment-jsdom": "28.1.1",
    "prop-types": "^15.8.1",
    "react-intl": "^5.20.2",
    "react-scroll": "1.5.5",
    "react-transition-group": "^4.0.0",
    "style-loader": "0.18.2",
    "url-loader": "0.5.9",
    "webpack": "3.1.0",
    "webpack-shell-plugin": "0.5.0"
  },
  "peerDependencies": {
    "react-bootstrap": ">= 0.31.5",
    "react-phone-number-input": "^3.1.44"
  }
}
