Skip to content
Snippets Groups Projects
Forked from amiv / Admintool
475 commits behind the upstream repository.
This project manages its dependencies using npm. Learn more
package.json 1.08 KiB
{
  "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",
    "lint": "eslint src/**"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.ethz.ch:amiv/amiv-admintool.git"
  },
  "author": "Hermann Blum et al",
  "dependencies": {
    "ajv": "^5.5.0",
    "announcetool": "git+ssh://git@gitlab.ethz.ch:amiv/amivapi-announce-tool.git#webpack-version",
    "axios": "^0.17.1",
    "babel": "^6.23.0",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-es2015": "^6.24.1",
    "compression-webpack-plugin": "^1.0.1",
    "file-loader": "^1.1.5",
    "mithril": "^1.1.5",
    "querystring": "^0.2.0",
    "uglifyjs-webpack-plugin": "^1.0.1",
    "webpack": "^3.8.1"
  },
  "devDependencies": {
    "eslint": "^4.10.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-loader": "^1.9.0",
    "eslint-plugin-import": "^2.8.0",
    "webpack-dev-server": "^2.9.5"
  }
}