From 43babf82b0f11e41624daa9539582cd24e25e417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 12 May 2018 12:03:43 +0200 Subject: [PATCH] Cleanup dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- js/package.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/js/package.json b/js/package.json index 9f6815e44..dcbb99517 100644 --- a/js/package.json +++ b/js/package.json @@ -8,30 +8,26 @@ "test": "tests" }, "dependencies": { - "@uirouter/angularjs": "^1.0.13", "angular": "^1.6.8", "angular-animate": "^1.6.8", "angular-markdown-it": "^0.6.1", "angular-sanitize": "^1.6.8", - "jquery": "^3.3.1", "markdown-it": "^8.4.1", "markdown-it-link-target": "^1.0.2", "ng-sortable": "^1.3.8", - "ui-select": "^0.19.8" + "ui-select": "^0.19.8", + "@uirouter/angularjs": "^1.0.13" }, "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", - "bower": "^1.8.0", "css-loader": "^0.28.9", - "jshint-stylish": "^2.2.1", - "karma": "^1.4.1", "mini-css-extract-plugin": "^0.4.0", "node-sass": "^4.5.3", - "style-loader": "^0.19.1", "webpack": "^4.8.2", "webpack-cli": "^2.1.3", - "webpack-merge": "^4.1.2" + "webpack-merge": "^4.1.2", + "karma": "^2.0.2" }, "scripts": { "build": "./node_modules/webpack-cli/bin/webpack.js --mode production --config webpack.prod.config.js",