|
|
|
@ -34,10 +34,12 @@
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"alt": "^0.14.4",
|
|
|
|
"alt": "^0.14.4",
|
|
|
|
"babel-cli": "^6.6.5",
|
|
|
|
"babel-cli": "^6.6.5",
|
|
|
|
|
|
|
|
"babel-core": "^6.14.0",
|
|
|
|
"babel-loader": "^6.2.4",
|
|
|
|
"babel-loader": "^6.2.4",
|
|
|
|
"babel-plugin-add-module-exports": "^0.1.2",
|
|
|
|
"babel-plugin-add-module-exports": "^0.1.2",
|
|
|
|
"babel-plugin-transform-react-jsx": "^6.7.4",
|
|
|
|
"babel-plugin-transform-react-jsx": "^6.7.4",
|
|
|
|
"babel-preset-es2015": "^6.6.0",
|
|
|
|
"babel-polyfill": "^6.16.0",
|
|
|
|
|
|
|
|
"babel-preset-es2015": "^6.14.0",
|
|
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
|
|
"classnames": "^1.2.0",
|
|
|
|
"classnames": "^1.2.0",
|
|
|
|
"express": "^4.12.0",
|
|
|
|
"express": "^4.12.0",
|
|
|
|
@ -56,12 +58,18 @@
|
|
|
|
"stylus": "^0.50.0",
|
|
|
|
"stylus": "^0.50.0",
|
|
|
|
"twilio": "^2.9.1",
|
|
|
|
"twilio": "^2.9.1",
|
|
|
|
"webpack": "^1.12.14",
|
|
|
|
"webpack": "^1.12.14",
|
|
|
|
"webrtcsupport": "^2.1.2",
|
|
|
|
"webrtcsupport": "^2.2.0",
|
|
|
|
"webtorrent": "^0.90.3",
|
|
|
|
|
|
|
|
"winston": "^1.0.1",
|
|
|
|
"winston": "^1.0.1",
|
|
|
|
"xkcd-password": "^1.2.0"
|
|
|
|
"xkcd-password": "^1.2.0"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"devDependencies": {
|
|
|
|
|
|
|
|
"babel-cli": "^6.16.0",
|
|
|
|
|
|
|
|
"babel-core": "^6.17.0",
|
|
|
|
|
|
|
|
"babel-loader": "^6.2.5",
|
|
|
|
|
|
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
|
|
|
|
|
|
"babel-plugin-transform-react-jsx": "^6.8.0",
|
|
|
|
|
|
|
|
"babel-preset-es2015": "^6.16.0",
|
|
|
|
|
|
|
|
"babel-preset-stage-0": "^6.16.0",
|
|
|
|
"json-loader": "^0.5.4",
|
|
|
|
"json-loader": "^0.5.4",
|
|
|
|
"nodemon": "^1.4.1",
|
|
|
|
"nodemon": "^1.4.1",
|
|
|
|
"webpack-dev-middleware": "^1.6.1"
|
|
|
|
"webpack-dev-middleware": "^1.6.1"
|
|
|
|
|