Merge branch 'master' into feature/imagelist
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
"start": "webpack-dev-server --hot --inline", | "start": "webpack-dev-server --hot --inline", | ||
"build": "webpack -p --config webpack.config.prod.js", | "build": "webpack -p --config webpack.config.prod.js", | ||
"build-dev": "webpack -p --config webpack.config.dev.js", | "build-dev": "webpack -p --config webpack.config.dev.js", | ||
"lint": "eslint src/**" | "lint": "eslint src/**.js" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
"@material/drawer": "^0.30.0", | "@material/drawer": "^0.30.0", | ||
"@material/select": "^0.35.1", | "@material/select": "^0.35.1", | ||
"ajv": "^5.5.0", | "ajv": "^5.5.0", | ||
"amiv-web-ui-components": "git+https://git@gitlab.ethz.ch/amiv/web-ui-components.git", | "amiv-web-ui-components": "git+https://git@gitlab.ethz.ch/amiv/web-ui-components.git#61e129378f57e98d3f60106298251c3b0f4b2286", | ||
"axios": "^0.17.1", | "axios": "^0.17.1", | ||
"client-oauth2": "^4.2.0", | "client-oauth2": "^4.2.0", | ||
"mithril": "^1.1.6", | "mithril": "^1.1.6", | ||
... | ... |
src/announceTool.js
deleted
100644 → 0
src/eventTool.js
deleted
100644 → 0