michaltakac/mathworldvr

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "mathworldvr",
  "description": "Math world in WebVR, powered by A-frame.",
  "version": "0.1.1",
  "private": true,
  "scripts": {
    "start": "node server",
    "test": "jest",
    "test:watch": "npm test -- --watch",
    "coverage": "npm test -- --coverage && opn coverage/lcov-report/index.html",
    "lint": "eslint 'src/**/*.js' webpack.config.js server.js",
    "lint:fix": "eslint --fix 'src/**/*.js' webpack.config.js server.js",
    "clean": "del 'build/!(.git*|Procfile)**'",
    "build:copy": "copyfiles -u 1 public/* public/**/* build",
    "build:clean": "rimraf \"build/!(.git*|Procfile)**\"",
    "prebuild": "npm run build:clean && npm run build:copy",
    "build": "cross-env NODE_ENV=production webpack -p",
    "deploy": "npm run build && cd build && now -n mathworldvr"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/michaltakac/mathworld.git"
  },
  "keywords": [
    "webvr",
    "math",
    "aframe",
    "mathworld",
    "vr",
    "room-scale"
  ],
  "author": "Michal Takac <hello@michaltakac.com> https://michaltakac.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/michaltakac/mathworld/issues"
  },
  "homepage": "https://github.com/michaltakac/mathworld#readme",
  "jest": {
    "modulePathIgnorePatterns": [
      "<rootDir>/src-clean"
    ],
    "moduleDirectories": [
      "src",
      "node_modules"
    ],
    "moduleNameMapper": {
      "^.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test/fileMock.js",
      "^components$": "<rootDir>/test/componentsMock.js"
    }
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0-beta.42",
    "@babel/core": "^7.0.0-beta.42",
    "@babel/polyfill": "^7.0.0-beta.42",
    "@babel/preset-env": "^7.0.0-beta.42",
    "@babel/preset-flow": "^7.0.0-beta.42",
    "@babel/preset-react": "^7.0.0-beta.42",
    "@babel/preset-stage-0": "^7.0.0-beta.42",
    "babel-core": "^7.0.0-0",
    "babel-eslint": "^8.2.2",
    "babel-jest": "^22.4.3",
    "babel-loader": "^8.0.0-beta",
    "copyfiles": "^2.0.0",
    "cross-env": "^5.1.4",
    "del-cli": "^1.1.0",
    "dotenv": "^5.0.1",
    "enzyme": "^3.3.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-import-resolver-webpack": "^0.9.0",
    "eslint-plugin-import": "^2.15.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-react": "^7.7.0",
    "file-loader": "^1.1.11",
    "html-webpack-plugin": "^3.1.0",
    "jest": "^22.4.3",
    "jest-cli": "^22.4.3",
    "json-loader": "^0.5.4",
    "opn-cli": "^3.1.0",
    "postcss-loader": "^2.1.3",
    "raw-loader": "^0.5.1",
    "react-test-renderer": "^16.3.0",
    "redux-mock-store": "^1.5.3",
    "rimraf": "^2.6.3",
    "sinon": "^4.5.0",
    "ssh-exec": "^2.0.0",
    "uglifyjs-webpack-plugin": "^1.3.0",
    "url-loader": "^1.0.1",
    "webpack": "^4.29.0",
    "webpack-cli": "^3.2.1",
    "webpack-dev-server": "^3.1.14",
    "webpack-md5-hash": "0.0.6"
  },
  "dependencies": {
    "aframe": "^0.8.2",
    "aframe-event-set-component": "^4.1.1",
    "aframe-extras": "^4.2.0",
    "aframe-htmltexture-component": "^0.2.1",
    "aframe-physics-system": "^3.1.2",
    "aframe-react": "^4.4.0",
    "aframe-teleport-controls": "^0.3.1",
    "lodash": "^4.17.11",
    "mathjs": "^4.0.1",
    "prop-types": "^15.6.2",
    "react": "^16.7.0",
    "react-dom": "^16.7.0",
    "react-hot-loader": "^4.0.0",
    "react-redux": "^5.0.7",
    "react-router": "^4.2.0",
    "react-router-redux": "^4.0.8",
    "redux": "^3.6.0",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^2.3.0",
    "styled-components": "^3.2.5",
    "super-hands": "^3.0.0"
  }
}