|
|
|
@ -2,7 +2,6 @@
|
|
|
|
"name": "filepizza",
|
|
|
|
"name": "filepizza",
|
|
|
|
"version": "1.1.0",
|
|
|
|
"version": "1.1.0",
|
|
|
|
"description": "Free peer-to-peer file transfers in your browser.",
|
|
|
|
"description": "Free peer-to-peer file transfers in your browser.",
|
|
|
|
"preferGlobal": "true",
|
|
|
|
|
|
|
|
"bin": "./dist/index.js",
|
|
|
|
"bin": "./dist/index.js",
|
|
|
|
"author": "Alex Kern <alex@kern.io> (http://kern.io)",
|
|
|
|
"author": "Alex Kern <alex@kern.io> (http://kern.io)",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
@ -42,10 +41,12 @@
|
|
|
|
"express-winston": "^0.3.1",
|
|
|
|
"express-winston": "^0.3.1",
|
|
|
|
"filepizza-socket": "^1.0.0",
|
|
|
|
"filepizza-socket": "^1.0.0",
|
|
|
|
"newrelic": "^1.21.1",
|
|
|
|
"newrelic": "^1.21.1",
|
|
|
|
|
|
|
|
"next": "^9.5.3",
|
|
|
|
"nib": "^1.1.0",
|
|
|
|
"nib": "^1.1.0",
|
|
|
|
"node-uuid": "^1.4.3",
|
|
|
|
"node-uuid": "^1.4.3",
|
|
|
|
"nodemon": "^1.4.1",
|
|
|
|
"nodemon": "^1.4.1",
|
|
|
|
"react": "^0.13.0",
|
|
|
|
"react": "^16.13.1",
|
|
|
|
|
|
|
|
"react-dom": "^16.13.1",
|
|
|
|
"react-frozenhead": "^0.3.0",
|
|
|
|
"react-frozenhead": "^0.3.0",
|
|
|
|
"react-google-analytics": "^0.2.0",
|
|
|
|
"react-google-analytics": "^0.2.0",
|
|
|
|
"react-qr": "0.0.2",
|
|
|
|
"react-qr": "0.0.2",
|
|
|
|
@ -73,6 +74,7 @@
|
|
|
|
"null-loader": "^0.1.1",
|
|
|
|
"null-loader": "^0.1.1",
|
|
|
|
"style-loader": "^0.18.2",
|
|
|
|
"style-loader": "^0.18.2",
|
|
|
|
"stylus-loader": "^3.0.1",
|
|
|
|
"stylus-loader": "^3.0.1",
|
|
|
|
|
|
|
|
"typescript": "^4.0.3",
|
|
|
|
"webpack": "^1.12.14",
|
|
|
|
"webpack": "^1.12.14",
|
|
|
|
"webpack-dev-middleware": "^1.6.1"
|
|
|
|
"webpack-dev-middleware": "^1.6.1"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|