Newer
Older
{
"name": "amiv-admintools",
"version": "0.0.1",
"description": "Admintools to access the AMIV API.",
"main": "index.js",
"scripts": {
"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/**"
},
"repository": {
"type": "git",
"url": "git@gitlab.ethz.ch:amiv/amiv-admintool.git"
},
"author": "Hermann Blum et al",
"dependencies": {
"@material/select": "^0.35.1",
"mithril-infinite": "^1.2.4",
"polythene-core-css": "^1.2.0",
"polythene-css": "^1.2.0",
"polythene-mithril": "^1.2.0",
"querystring": "^0.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"css-loader": "^0.28.11",
"eslint": "^4.10.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.9.0",
"file-loader": "^1.1.5",