{ "name": "orderchannel", "version": "1.0.0", "description": "", "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --mode production --progress --display-modules --colors --display-reasons", "watch": "webpack --watch --mode production" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@babel/core": "^7.6.4", "@babel/preset-env": "^7.6.3", "babel-loader": "^8.0.6", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.7.0", "babel-preset-es2015": "^6.24.1", "css-loader": "^3.4.0", "extract-text-webpack-plugin": "^4.0.0-beta.0", "file-loader": "^5.0.2", "html-webpack-plugin": "^3.2.0", "mini-css-extract-plugin": "^0.9.0", "node-sass": "^4.14.1", "sass-loader": "^8.0.0", "style-loader": "^1.0.2", "ts-loader": "^6.2.1", "typescript": "^3.7.3", "url-loader": "^3.0.0", "webpack": "^4.43.0", "webpack-cli": "^3.3.11" }, "dependencies": { "axios": "^0.19.0", "vconsole": "^3.3.4" } }