Remove unused dependencies

This commit is contained in:
Jannis Mattheis 2018-03-16 20:16:30 +01:00 committed by Jannis Mattheis
parent 328a2b1b72
commit 6657e884b1
2 changed files with 2 additions and 44 deletions

41
ui/package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "ui",
"name": "gotify-ui",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
@ -448,11 +448,6 @@
"resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz",
"integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0="
},
"async-limiter": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
"integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg=="
},
"asynckit": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
@ -2485,22 +2480,6 @@
"typedarray": "0.0.6"
}
},
"config": {
"version": "1.30.0",
"resolved": "https://registry.npmjs.org/config/-/config-1.30.0.tgz",
"integrity": "sha1-HWCp81NIoTwXV5jThOgaWhbDum4=",
"requires": {
"json5": "0.4.0",
"os-homedir": "1.0.2"
},
"dependencies": {
"json5": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz",
"integrity": "sha1-BUNS5MTIDIbAkjh31EneF2pzLI0="
}
}
},
"configstore": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.1.tgz",
@ -2644,16 +2623,6 @@
"sha.js": "2.4.10"
}
},
"cross-env": {
"version": "5.1.4",
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-5.1.4.tgz",
"integrity": "sha512-Mx8mw6JWhfpYoEk7PGvHxJMLQwQHORAs8+2bX+C1lGQ4h3GkDb1zbzC2Nw85YH9ZQMlO0BHZxMacgrfPmMFxbg==",
"dev": true,
"requires": {
"cross-spawn": "5.1.0",
"is-windows": "1.0.2"
}
},
"cross-spawn": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
@ -13389,14 +13358,6 @@
"signal-exit": "3.0.2"
}
},
"ws": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-5.0.0.tgz",
"integrity": "sha512-XXG4S0b771C68AeTHebBsJJBZMguxj7Em+D657RViuj6ppRd3tfuOhIK8eGwZGNb76C8MjQfCTfH2NN50rJN4w==",
"requires": {
"async-limiter": "1.0.0"
}
},
"xdg-basedir": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz",

View File

@ -4,7 +4,6 @@
"private": true,
"dependencies": {
"axios": "^0.18.0",
"config": "^1.30.0",
"detect-browser": "^2.1.0",
"flux": "^3.1.3",
"material-ui": "^1.0.0-beta.35",
@ -18,8 +17,7 @@
"react-scripts": "1.1.1",
"react-timeago": "^3.4.3",
"typeface-roboto": "0.0.54",
"typeface-roboto-mono": "0.0.54",
"ws": "^5.0.0"
"typeface-roboto-mono": "0.0.54"
},
"scripts": {
"start": "react-scripts start",
@ -29,7 +27,6 @@
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"cross-env": "^5.1.4",
"eslint": "^4.18.2",
"eslint-config-google": "^0.9.1",
"eslint-plugin-babel": "^4.1.2",