Created
July 19, 2020 14:23
-
-
Save antpb/815400fa1777e6804cce221cb8157a53 to your computer and use it in GitHub Desktop.
Broken Place package.json - CI configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "hubs", | |
| "version": "0.0.1", | |
| "description": "Duck-themed multi-user virtual spaces in WebVR.", | |
| "main": "src/index.js", | |
| "license": "MPL-2.0", | |
| "homepage": "https://github.com/mozilla/hubs#readme", | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/mozilla/hubs.git" | |
| }, | |
| "bugs": { | |
| "url": "https://github.com/mozilla/hubs/issues" | |
| }, | |
| "scripts": { | |
| "start": "webpack-dev-server --mode=development --env.loadAppConfig", | |
| "dev": "webpack-dev-server --mode=development --env.remoteDev", | |
| "local": "webpack-dev-server --mode=development --env.localDev", | |
| "build": "rimraf ./dist && webpack --mode=production", | |
| "bundle-analyzer": "webpack-dev-server --mode=production --env.dev --env.bundleAnalyzer", | |
| "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' && node scripts/indent-linter.js 'src/**/*.html'", | |
| "lint": "npm run lint:js && npm run lint:html", | |
| "login": "node -r @babel/register -r esm -r ./scripts/shim scripts/login.js", | |
| "login-bp": "node -r @babel/register -r esm -r ./scripts/shim scripts/login-bp.js", | |
| "logout": "node -r @babel/register -r esm -r ./scripts/shim scripts/logout.js", | |
| "deploy": "node -r @babel/register -r esm -r ./scripts/shim scripts/deploy.js", | |
| "undeploy": "node -r @babel/register -r esm -r ./scripts/shim scripts/undeploy.js", | |
| "test": "npm run lint && npm run test:unit && npm run build", | |
| "test:unit": "ava", | |
| "stats": "rimraf ./dist && webpack --mode=production --json", | |
| "spritesheet": "npm run spritesheet:system-action && npm run spritesheet:system-notice", | |
| "spritesheet:system-action": "spritesheet-js -f json -p src/assets/images/spritesheets/ --padding 8 --divisibleByTwo -n sprite-system-action-spritesheet --powerOfTwo src/assets/images/sprites/action/*", | |
| "spritesheet:system-notice": "spritesheet-js -f json -p src/assets/images/spritesheets/ --padding 8 --divisibleByTwo -n sprite-system-notice-spritesheet --powerOfTwo src/assets/images/sprites/notice/*" | |
| }, | |
| "ava": { | |
| "files": [ | |
| "./test/unit" | |
| ], | |
| "sources": [ | |
| "src/**/*.js" | |
| ], | |
| "require": [ | |
| "@babel/register", | |
| "esm" | |
| ] | |
| }, | |
| "dependencies": { | |
| "@fortawesome/fontawesome-svg-core": "^1.2.2", | |
| "@fortawesome/free-solid-svg-icons": "^5.2.0", | |
| "@fortawesome/react-fontawesome": "^0.1.0", | |
| "@mozillareality/easing-functions": "^0.1.1", | |
| "@mozillareality/three-batch-manager": "github:mozillareality/three-batch-manager#master", | |
| "aframe": "github:mozillareality/aframe#hubs/master", | |
| "aframe-rounded": "^1.0.3", | |
| "aframe-slice9-component": "^1.0.0", | |
| "ammo-debug-drawer": "github:infinitelee/ammo-debug-drawer", | |
| "ammo.js": "github:mozillareality/ammo.js#hubs/master", | |
| "animejs": "github:mozillareality/anime#hubs/master", | |
| "buffered-interpolation": "^0.2.5", | |
| "classnames": "^2.2.5", | |
| "color": "^3.1.2", | |
| "copy-to-clipboard": "^3.0.8", | |
| "dashjs": "^3.1.0", | |
| "dayjs-ext": "^2.2.0", | |
| "deepmerge": "^2.1.1", | |
| "detect-browser": "^3.0.1", | |
| "draft-js": "^0.10.5", | |
| "draft-js-counter-plugin": "^2.0.1", | |
| "draft-js-emoji-plugin": "^2.1.1", | |
| "draft-js-hashtag-plugin": "^2.0.3", | |
| "draft-js-linkify-plugin": "^2.0.1", | |
| "draft-js-plugins-editor": "^2.1.1", | |
| "event-target-shim": "^3.0.1", | |
| "form-data": "^3.0.0", | |
| "form-urlencoded": "^2.0.4", | |
| "history": "^4.7.2", | |
| "hls.js": "^0.13.2", | |
| "js-cookie": "^2.2.0", | |
| "jsonschema": "^1.2.2", | |
| "jwt-decode": "^2.2.0", | |
| "lib-hubs": "github:mozillareality/lib-hubs#master", | |
| "linkify-it": "^2.0.3", | |
| "markdown-it": "^8.4.2", | |
| "moving-average": "^1.0.0", | |
| "naf-janus-adapter": "^4.0.1", | |
| "networked-aframe": "github:mozillareality/networked-aframe#master", | |
| "nipplejs": "github:mozillareality/nipplejs#mr-social-client/master", | |
| "node-ensure": "0.0.0", | |
| "pdfjs-dist": "^2.1.266", | |
| "phoenix": "github:gfodor/phoenix-js#master", | |
| "prop-types": "^15.7.2", | |
| "raven-js": "^3.20.1", | |
| "react": "^16.13.1", | |
| "react-dom": "^16.13.1", | |
| "react-emoji-render": "^0.4.6", | |
| "react-infinite-scroller": "^1.2.2", | |
| "react-intl": "^2.4.0", | |
| "react-linkify": "^0.2.2", | |
| "react-router": "^5.1.2", | |
| "react-router-dom": "^5.1.2", | |
| "screenfull": "^4.0.1", | |
| "three": "github:mozillareality/three.js#hubs/master", | |
| "three-ammo": "^1.0.11", | |
| "three-bmfont-text": "github:mozillareality/three-bmfont-text#hubs/master", | |
| "three-mesh-bvh": "^0.1.2", | |
| "three-pathfinding": "github:MozillaReality/three-pathfinding#hubs/master2", | |
| "three-to-ammo": "github:infinitelee/three-to-ammo", | |
| "uuid": "^3.2.1", | |
| "webrtc-adapter": "^6.0.2", | |
| "zip-loader": "^1.1.0" | |
| }, | |
| "devDependencies": { | |
| "@babel/core": "^7.3.3", | |
| "@babel/plugin-proposal-class-properties": "^7.3.3", | |
| "@babel/plugin-proposal-object-rest-spread": "^7.3.2", | |
| "@babel/polyfill": "^7.4.4", | |
| "@babel/preset-env": "^7.9.0", | |
| "@babel/preset-react": "^7.0.0", | |
| "@babel/register": "^7.0.0", | |
| "@iarna/toml": "^2.2.3", | |
| "acorn": "^6.4.1", | |
| "ava": "^1.4.1", | |
| "babel-eslint": "^10.0.1", | |
| "babel-loader": "^8.0.5", | |
| "babel-plugin-react-intl": "^3.0.1", | |
| "babel-plugin-transform-react-jsx-img-import": "^0.1.4", | |
| "copy-webpack-plugin": "^4.5.1", | |
| "cors": "^2.8.4", | |
| "css-loader": "^1.0.0", | |
| "dotenv": "^5.0.1", | |
| "eslint": "^5.16.0", | |
| "eslint-config-prettier": "^2.9.0", | |
| "eslint-plugin-prettier": "^2.6.2", | |
| "eslint-plugin-react": "^7.10.0", | |
| "eslint-plugin-react-hooks": "^4.0.0", | |
| "esm": "^3.2.5", | |
| "fast-plural-rules": "0.0.3", | |
| "file-loader": "^1.1.10", | |
| "html-loader": "^0.5.5", | |
| "html-webpack-plugin": "^4.2.0", | |
| "htmlhint": "^0.11.0", | |
| "jsdom": "^15.1.1", | |
| "localstorage-memory": "^1.0.3", | |
| "mediasoup-client": "github:versatica/mediasoup-client#v3", | |
| "mini-css-extract-plugin": "^0.8.0", | |
| "ncp": "^2.0.0", | |
| "node-fetch": "^2.6.0", | |
| "node-sass": "^4.13.0", | |
| "ora": "^4.0.2", | |
| "phoenix-channels": "^1.0.0", | |
| "prettier": "^1.7.0", | |
| "protoo-client": "^4.0.4", | |
| "raw-loader": "^0.5.1", | |
| "request": "^2.88.2", | |
| "rimraf": "^2.6.2", | |
| "sass-loader": "^6.0.7", | |
| "selfsigned": "^1.10.2", | |
| "shelljs": "^0.8.1", | |
| "spritesheet-js": "github:mozillareality/spritesheet.js#hubs/master", | |
| "style-loader": "^0.20.2", | |
| "stylelint": "^9.10.1", | |
| "stylelint-config-recommended-scss": "^3.2.0", | |
| "stylelint-scss": "^3.5.3", | |
| "svg-inline-loader": "^0.8.0", | |
| "tar": "^5.0.5", | |
| "url-loader": "^1.0.1", | |
| "webpack": "^4.32.2", | |
| "webpack-bundle-analyzer": "^3.3.2", | |
| "webpack-cli": "^3.2.3", | |
| "webpack-dev-server": "^3.1.14", | |
| "worker-loader": "^2.0.0" | |
| }, | |
| "optionalDependencies": { | |
| "fsevents": "^2.1.3" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment