mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 08:40:01 +00:00
[ci] Ensure build dependencies are available for prod builds
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
fe76b23b09
commit
f001b79635
2 changed files with 172 additions and 753 deletions
909
package-lock.json
generated
909
package-lock.json
generated
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
@ -1,24 +1,22 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^10.1.0",
|
||||
"esbuild": "^0.8.43",
|
||||
"esbuild-vue": "^0.4.0",
|
||||
"eslint": "^7.19.0",
|
||||
"eslint-plugin-vue": "^7.20.0",
|
||||
"vue-template-compiler": "^2.6.14"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
||||
"@fortawesome/free-brands-svg-icons": "^5.15.4",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
||||
"@fortawesome/vue-fontawesome": "^2.0.6",
|
||||
"axios": "^0.24.0",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"bootstrap": "^4.6.0",
|
||||
"bootstrap-vue": "^2.21.2",
|
||||
"bootswatch": "^4.6.0",
|
||||
"codejar": "^3.5.0",
|
||||
"esbuild": "^0.8.43",
|
||||
"esbuild-vue": "^0.4.0",
|
||||
"eslint": "^7.19.0",
|
||||
"eslint-plugin-vue": "^7.20.0",
|
||||
"prismjs": "^1.25.0",
|
||||
"vue": "^2.6.14",
|
||||
"vue-router": "^3.5.3"
|
||||
"vue-router": "^3.5.3",
|
||||
"vue-template-compiler": "^2.6.14"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue