Newer
Older
"description": "Duck-themed multi-user virtual spaces in WebVR.",
"homepage": "https://github.com/mozilla/hubs#readme",
"url": "https://github.com/mozilla/hubs.git"
"bugs": {
"url": "https://github.com/mozilla/hubs/issues"
},
"postinstall": "node ./scripts/postinstall.js",
"start": "webpack-dev-server --mode=development",
"build": "rimraf ./public && webpack --mode=production",
"doc": "node ./scripts/doc/build.js",
"prettier": "prettier --write '*.js' 'src/**/*.js'",
"lint:js": "eslint '*.js' 'scripts/**/*.js' 'src/**/*.js'",
"lint:html": "node ./scripts/lint-html.js 'src/**/*.html'",
"aframe-physics-extras": "^0.1.3",
"aframe-rounded": "^1.0.3",
"copy-to-clipboard": "^3.0.8",
"naf-janus-adapter": "^0.10.1",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^4.5.1",
"eslint": "^5.2.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.10.0",
"extract-text-webpack-plugin": "4.0.0-alpha.0",
"file-loader": "^1.1.10",
"html-loader": "^0.5.5",
"url-loader": "^1.0.1",
"webpack-dev-server": "^3.0.0",
"worker-loader": "^2.0.0"