mirror of
https://github.com/azlux/botamusique
synced 2024-11-23 22:06:09 +00:00
ff5b1cb1ee
* Update assets * Upgrade linting and other improvments * Correct linting * Correction and type check improvements * Correct type check lib * Fix lint pathing for VSCode * Remove duplicate babel config * Remove editorconfig root attribute from web subdir * Use double quotes around message * Simplify ESLint config * Update web assets * Allow AMD loader in WebPack * Bump web dependencies * Only include FA icons in-use
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "botamusique",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "eslint --config .eslintrc.json js/ --ext .mjs",
|
|
"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.12.9",
|
|
"@babel/eslint-parser": "^7.12.1",
|
|
"@babel/eslint-plugin": "^7.12.1",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
"@babel/preset-env": "^7.12.7",
|
|
"autoprefixer": "^10.0.2",
|
|
"babel-loader": "^8.2.1",
|
|
"core-js": "^3.7.0",
|
|
"css-loader": "^5.0.1",
|
|
"eslint": "^7.14.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jquery": "^1.5.1",
|
|
"eslint-plugin-jsdoc": "^30.7.8",
|
|
"html-webpack-plugin": "^4.5.0",
|
|
"mini-css-extract-plugin": "^1.3.1",
|
|
"postcss-loader": "^4.1.0",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"sass": "^1.29.0",
|
|
"sass-loader": "^10.1.0",
|
|
"webpack": "^5.6.0",
|
|
"webpack-cli": "^4.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
"@fortawesome/free-regular-svg-icons": "^5.15.1",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
"bootstrap": "^4.5.3",
|
|
"bootswatch": "^4.5.3",
|
|
"jquery": "^3.5.1",
|
|
"jquery-migrate": "^3.3.2",
|
|
"popper.js": "^1.16.1"
|
|
}
|
|
}
|