{
  "name": "xrengine-client",
  "version": "1.0.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/xr3ngine/xrengine-client.git"
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=dev next --port $PORT",
    "build": "next build",
    "start": "next start",
    "type-check": "tsc",
    "test": "yarn run lint && yarn run stylelint && yarn run build",
    "lint:ts": "eslint '*.ts' '**/*.ts' '**/*.tsx'",
    "lint": "yarn run lint:ts",
    "lint-fix": "eslint --fix '*.ts' '**/*.ts' '**/*.tsx'",
    "stylelint": "stylelint '**/*.scss'",
    "precommit": "no-master-commits -b master,dev && echo \\* Running pre-commit test  && echo \\*\\* \\`git commit --no-verify\\` to skip && echo \\*\\*\\* PRs THAT DO NOT PASS TESTS WILL NOT BE ACCEPTED && yarn run test"
  },
  "pre-push": [
    "test"
  ],
  "pre-commit": [
    "test",
    "precommit"
  ],
  "peerDependencies": {
    "@material-ui/react-transition-group": "~4.3.0",
    "react-transition-group": "~4.3.0",
    "ecsy": "github:xrengine/ecsy#dev"
  },
  "dependencies": {
    "@apollo/react-hooks": "^3.1.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.9.0",
    "@feathersjs/authentication-client": "^4.5.2",
    "@feathersjs/client": "^4.5.2",
    "@feathersjs/errors": "^4.5.2",
    "@feathersjs/feathers": "^4.5.2",
    "@feathersjs/primus-client": "^4.5.2",
    "@feathersjs/rest-client": "^4.5.2",
    "@feathersjs/socketio-client": "^4.5.2",
    "@material-ui/core": "^4.9.8",
    "@material-ui/icons": "^4.9.1",
    "@material-ui/lab": "^4.0.0-alpha.49",
    "@material-ui/react-transition-group": "^4.3.0",
    "@svgr/cli": "^5.3.1",
    "@svgr/webpack": "^5.3.1",
    "@types/config": "^0.0.36",
    "@types/react-redux": "^7.1.7",
    "@types/react-router": "^5.1.5",
    "@types/react-router-dom": "^5.1.3",
    "@types/redux-immutable": "^4.0.1",
    "@types/socket.io-client": "^1.4.32",
    "@types/three": "^0.103.2",
    "@zeit/next-sass": "^1.0.1",
    "aframe": "github:xrchat/aframe#xrchat",
    "aframe-animation-component": "^5.1.2",
    "aframe-particle-system-component": "^1.1.3",
    "aframe-react": "^4.4.0",
    "aframe-sun-sky": "^3.0.3",
    "apollo-boost": "^0.4.7",
    "apollo-link-ws": "^1.0.20",
    "autoprefixer": "^9.7.5",
    "axios": "^0.19.2",
    "babel-loader": "^8.1.0",
    "ecsy": "github:xrchat/ecsy#dev",
    "eslint-plugin-react-hooks": "^3.0.0",
    "glob": "^7.1.6",
    "graphql": "^15.0.0",
    "graphql-tag": "^2.10.3",
    "immutable": "^4.0.0-rc.12",
    "isomorphic-unfetch": "3.0.0",
    "jest": "^26.0.1",
    "lebab": "^3.1.0",
    "load-bmfont": "^1.4.0",
    "material-ui-dropzone": "^3.0.0",
    "networked-aframe": "^0.7.0",
    "next": "^9.3.4",
    "next-images": "^1.4.0",
    "next-redux-wrapper": "^5.0.0",
    "node-fetch": "^2.6.0",
    "node-sass": "^4.13.1",
    "postcss-easy-import": "^3.0.0",
    "postcss-loader": "^3.0.0",
    "pre-commit": "^1.2.2",
    "pre-push": "^0.1.1",
    "raw-loader": "^4.0.0",
    "react": "^16.12.0",
    "react-apollo": "^3.1.5",
    "react-dom": "^16.12.0",
    "react-image": "^2.4.0",
    "react-loadable": "^5.5.0",
    "react-redux": "^7.2.0",
    "react-router-dom": "^5.1.2",
    "react-transition-group": "~4.3.0",
    "redux": "^4.0.5",
    "redux-immutable": "^4.0.0",
    "redux-thunk": "^2.3.0",
    "reselect": "^4.0.0",
    "sass": "^1.26.3",
    "sass-loader": "^8.0.2",
    "sequelize": "^5.21.8",
    "shaka-player": "^2.5.10",
    "shaka-player-react": "^1.0.1",
    "socket.io-client": "^2.3.0",
    "socketio": "^1.0.0",
    "subscriptions-transport-ws": "^0.9.16",
    "three": "^0.115.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "@babel/register": "^7.9.0",
    "@types/aframe": "^0.8.4",
    "@types/material-ui": "^0.21.7",
    "@types/node": "^13.13.0",
    "@types/react": "^16.9.16",
    "@types/react-dom": "^16.9.4",
    "@typescript-eslint/eslint-plugin": "^2.26.0",
    "@typescript-eslint/parser": "^2.26.0",
    "config": "^3.3.1",
    "cross-env": "^7.0.2",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.1.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-config-standard": "^14.1.1",
    "eslint-import-resolver-typescript": "^2.0.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-json": "^2.1.1",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.19.0",
    "eslint-plugin-standard": "^4.0.1",
    "no-master-commits": "^1.1.1",
    "prettier": "2.0.4",
    "prettier-eslint": "^9.0.1",
    "stylelint": "^13.3.3",
    "stylelint-config-recommended-scss": "^4.2.0",
    "stylelint-scss": "^3.17.2",
    "stylint": "^2.0.0",
    "typescript": "3.7.3",
    "webpack": "^4.42.1"
  },
  "license": "ISC"
}
