work on player

This commit is contained in:
bkfox
2020-10-22 00:30:02 +02:00
parent c10a114393
commit 2a0d0b1758
50 changed files with 19630 additions and 2193 deletions

View File

@ -1,5 +1,5 @@
{
"name": "aircox-web-assets",
"name": "aircox-assets",
"version": "0.0.0",
"description": "Assets for Aircox Web",
"main": "index.js",
@ -7,6 +7,7 @@
"license": "AGPL",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"buefy": "^0.9.3",
"bulma": "^0.7.5",
"css-loader": "^2.1.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
@ -17,15 +18,14 @@
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"ttf-loader": "^1.0.2",
"vue-loader": "^15.9.2",
"vue-loader": "^15.9.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"buefy": "^0.7.10",
"vue": "^2.6.11"
"vue": "^2.6.12"
},
"scripts": {
"build": "webpack --config webpack.config.js"