xMerge branch 'master' into feature/addpasswordfield
... | ... | @@ -7,7 +7,7 @@ |
"start": "webpack-dev-server --hot --inline", | ||
"build": "webpack -p --config webpack.config.prod.js", | ||
"build-dev": "webpack -p --config webpack.config.dev.js", | ||
"lint": "eslint src/**.js" | ||
"lint": "eslint src/**/*.js src/*.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -18,7 +18,7 @@ |
"@material/drawer": "^0.30.0", | ||
"@material/select": "^0.35.1", | ||
"ajv": "^5.5.0", | ||
"amiv-web-ui-components": "git+https://git@gitlab.ethz.ch/amiv/web-ui-components.git#61e129378f57e98d3f60106298251c3b0f4b2286", | ||
"amiv-web-ui-components": "git+https://git@gitlab.ethz.ch/amiv/web-ui-components.git#217aaba4e1ba269d4f27f134e95df8947036ea20", | ||
"axios": "^0.17.1", | ||
"client-oauth2": "^4.2.0", | ||
"mithril": "^1.1.6", | ||
... | ... | @@ -36,7 +36,7 @@ |
"babel-preset-env": "^1.7.0", | ||
"compression-webpack-plugin": "^1.1.11", | ||
"css-loader": "^0.28.11", | ||
"eslint": "^4.10.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
"eslint-loader": "^1.9.0", | ||
"eslint-plugin-import": "^2.9.0", | ||
... | ... |
src/studydocs/editDoc.js
0 → 100644
src/studydocs/item.js
0 → 100644
src/studydocs/list.js
0 → 100644
src/studydocs/viewDoc.js
0 → 100644
Please register or sign in to comment