mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-09 23:02:11 +00:00
Pull socketio from npm
This commit is contained in:
parent
e6a4807924
commit
4777beb244
4 changed files with 7 additions and 9 deletions
|
@ -11,6 +11,7 @@ import {CurrentUser, ProfileModal, UserMenu} from "javascripts/components/user";
|
|||
import {TeamSpeakButton, TeamSpeakModal} from "javascripts/components/teamspeak";
|
||||
|
||||
const React = require("react");
|
||||
const io = require("socket.io-client");
|
||||
const Sound = require("javascripts/components/sound");
|
||||
const SoundController = Sound.SoundController;
|
||||
const helper = require("javascripts/helper");
|
||||
|
|
|
@ -55,7 +55,8 @@ exports.config = {
|
|||
},
|
||||
whitelist: ["react", "react-dom", "jquery", "lodash",
|
||||
"react-autolink", "react-dom", "react-emoji", "howler",
|
||||
"bootstrap", "perfect-scrollbar", "moment", "toastr"],
|
||||
"bootstrap", "perfect-scrollbar", "moment", "toastr",
|
||||
"socket.io-client"],
|
||||
globals: {
|
||||
"_": "lodash",
|
||||
"jQuery": "jquery",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sws_gathers",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"description": "ENSL Gather Service",
|
||||
"main": "index.js",
|
||||
"keywords": [
|
||||
|
@ -30,13 +30,12 @@
|
|||
"dependencies": {
|
||||
"async": "~1.4.0",
|
||||
"babel": "~5.8.21",
|
||||
"bootstrap-solarized": "~1.0.2",
|
||||
"babel-brunch": "~6.0.0",
|
||||
"babel-preset-es2015": "~6.3.13",
|
||||
"babel-preset-react": "~6.3.13",
|
||||
"bootstrap": "~3.3.6",
|
||||
"bootstrap-solarized": "~1.0.2",
|
||||
"brunch": "~2.1.3",
|
||||
"brunch": "~2.9.1",
|
||||
"clean-css-brunch": ">= 1.0 < 1.8",
|
||||
"cookie-parser": "~1.3.5",
|
||||
"cors": "~2.7.1",
|
||||
|
@ -60,7 +59,8 @@
|
|||
"react-emoji": "~0.4.1",
|
||||
"request": "~2.60.0",
|
||||
"serve-favicon": "~2.3.0",
|
||||
"socket.io": "~1.3.7",
|
||||
"socket.io": "~1.5.1",
|
||||
"socket.io-client": "~1.5.1",
|
||||
"steam": "~1.1.0",
|
||||
"steamidconvert": "~0.2.4",
|
||||
"toastr": "~2.1.2",
|
||||
|
|
4
vendor/socket.io-1.4.4.js
generated
vendored
4
vendor/socket.io-1.4.4.js
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue