aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/client/package.json b/client/package.json
index dbf9ef06d..aee548c3f 100644
--- a/client/package.json
+++ b/client/package.json
@@ -14,7 +14,8 @@
14 }, 14 },
15 "scripts": { 15 "scripts": {
16 "test": "standard && tslint -c ./tslint.json src/**/*.ts", 16 "test": "standard && tslint -c ./tslint.json src/**/*.ts",
17 "webpack": "webpack" 17 "webpack": "webpack",
18 "webpack-dev-server": "webpack-dev-server"
18 }, 19 },
19 "license": "GPLv3", 20 "license": "GPLv3",
20 "dependencies": { 21 "dependencies": {
@@ -57,8 +58,8 @@
57 "json-loader": "^0.5.4", 58 "json-loader": "^0.5.4",
58 "ng-router-loader": "^2.0.0", 59 "ng-router-loader": "^2.0.0",
59 "ng2-file-upload": "^1.1.4-2", 60 "ng2-file-upload": "^1.1.4-2",
60 "ng2-smart-table": "1.0.3", 61 "ng2-smart-table": "1.2.1",
61 "ng2-tag-input": "1.0.5", 62 "ng2-tag-input": "1.3.3",
62 "ngc-webpack": "2.0.0", 63 "ngc-webpack": "2.0.0",
63 "ngx-bootstrap": "1.6.6", 64 "ngx-bootstrap": "1.6.6",
64 "node-sass": "^4.1.1", 65 "node-sass": "^4.1.1",
@@ -90,8 +91,10 @@
90 "devDependencies": { 91 "devDependencies": {
91 "add-asset-html-webpack-plugin": "^2.0.1", 92 "add-asset-html-webpack-plugin": "^2.0.1",
92 "codelyzer": "^3.0.0-beta.4", 93 "codelyzer": "^3.0.0-beta.4",
94 "ng2-completer": "1.2.2",
93 "standard": "^10.0.0", 95 "standard": "^10.0.0",
94 "webpack-bundle-analyzer": "^2.8.2", 96 "webpack-bundle-analyzer": "^2.8.2",
97 "webpack-dev-server": "^2.4.5",
95 "webpack-dll-bundles-plugin": "^1.0.0-beta.5" 98 "webpack-dll-bundles-plugin": "^1.0.0-beta.5"
96 } 99 }
97} 100}