Something went wrong on our end
This project manages its dependencies using npm.
Learn more
{
"name": "amiv-website",
"version": "0.0.1",
"description": "AMIV website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack -d --watch",
"build": "webpack -p --config webpack.config.prod.js",
"server": "webpack-dev-server --hot --inline",
"lint": "eslint src/**"
},
"repository": {
"type": "git",
"url": "git@gitlab.ethz.ch:amiv/amiv-website.git"
},
"author": "AMIV IT team",
"license": "ISC",
"dependencies": {
"babel-core": "^6.26.0",
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"compression-webpack-plugin": "^1.0.1",
"eslint": "^4.10.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"mithril": "^1.1.5",
"uglifyjs-webpack-plugin": "^1.0.1",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3"
}
}