{ "name": "server", "version": "0.0.0", "description": "Orion web application", "main": "static/src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack-cli", "watch": "webpack-cli --watch" }, "author": "Cadoles ", "license": "AGPL-3.0", "devDependencies": { "bulma": "^0.7.2", "css-loader": "^1.0.1", "file-loader": "^2.0.0", "mini-css-extract-plugin": "^0.4.4", "node-sass": "^4.10.0", "resolve-url-loader": "^3.0.0", "sass-loader": "^7.1.0", "stimulus": "^1.1.0", "style-loader": "^0.23.1", "webpack": "^4.25.0", "webpack-cli": "^3.1.2" } }