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"
"start": "webpack-dev-server --mode=development",
"build": "rimraf ./dist && 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": "htmlhint 'src/**/*.html'",
"lint": "npm run lint:js && npm run lint:html",
"test": "npm run lint && npm run build"
"aframe-inspector": "^0.8.3",
"aframe-rounded": "^1.0.3",
"copy-to-clipboard": "^3.0.8",
Kevin Lee
committed
"three-pathfinding": "^0.7.0",
"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",
"stylelint": "^9.4.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-scss": "^3.2.0",
"url-loader": "^1.0.1",