{ "name": "tlaternet", "version": "1.0.0", "description": "tlaternet web interface", "main": "index.js", "author": "Tristan Maat ", "license": "MIT", "private": true, "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.4", "babel-preset-env": "^1.6.1", "clean-webpack-plugin": "^0.1.19", "css-loader": "^0.28.11", "exports-loader": "^0.7.0", "favicons-webpack-plugin": "^0.0.9", "file-loader": "^1.1.11", "html-loader": "^0.5.5", "html-webpack-plugin": "^3.1.0", "jsdoc": "^3.5.5", "jstransformer-markdown-it": "^2.0.0", "mini-css-extract-plugin": "^0.4.0", "node-sass": "^4.8.3", "optimize-css-assets-webpack-plugin": "^4.0.0", "postcss-loader": "^2.1.3", "precss": "^3.1.2", "pug": "^2.0.3", "pug-loader": "^2.4.0", "sass-loader": "^6.0.7", "style-loader": "^0.20.3", "uglifyjs-webpack-plugin": "^1.2.4", "webpack": "^4.4.1", "webpack-cli": "^2.0.13", "webpack-merge": "^4.1.2" }, "dependencies": { "bootstrap": "^4.0.0", "jquery": "^3.3.1", "popper.js": "^1.14.1" }, "scripts": { "dev": "webpack --config webpack.config.js", "build": "webpack --config webpack.prod.js" } }