{ "name": "botamusique", "private": true, "type": "module", "scripts": { "lint": "eslint --config .eslintrc.json js/ --ext .mjs", "lint:fix": "npm run lint -- --fix", "build": "webpack --config webpack.config.cjs --progress", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/azlux/botamusique.git" }, "author": "azlux", "license": "MIT", "bugs": { "url": "https://github.com/azlux/botamusique/issues" }, "homepage": "https://github.com/azlux/botamusique#readme", "devDependencies": { "@babel/core": "^7.11.1", "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/preset-env": "^7.11.0", "autoprefixer": "^9.8.6", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "core-js": "^3.6.5", "css-loader": "^4.2.1", "eslint": "^7.7.0", "eslint-config-google": "^0.14.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsdoc": "^30.2.2", "eslint-plugin-node": "^11.1.0", "html-webpack-plugin": "^4.3.0", "mini-css-extract-plugin": "^0.10.0", "postcss-loader": "^3.0.0", "regenerator-runtime": "^0.13.7", "sass": "^1.26.10", "sass-loader": "^9.0.3", "webpack": "^4.44.1", "webpack-cli": "^3.3.12" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.30", "@fortawesome/free-brands-svg-icons": "^5.14.0", "@fortawesome/free-regular-svg-icons": "^5.14.0", "@fortawesome/free-solid-svg-icons": "^5.14.0", "bootstrap": "^4.5.2", "bootswatch": "^4.5.2", "jquery": "^3.5.1", "jquery-migrate": "^3.3.1", "popper.js": "^1.16.1" } }