
Upgrade Tabulator, hopefully this fixes some issues where the job list would show black (no items shown, but the scrollbar is still there as if all the items still exist; scrolling up & down would fix it).
40 lines
951 B
JSON
40 lines
951 B
JSON
{
|
|
"name": "flamenco-manager",
|
|
"version": "0.0.3",
|
|
"private": true,
|
|
"author": {
|
|
"name": "Sybren A. Stüvel"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "GPL-3.0",
|
|
"url": "https://opensource.org/licenses/GPL-3.0"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"dev": "vite --port 8081 --base /app/",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 5050",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"luxon": "^2.3.1",
|
|
"microtip": "^0.2.2",
|
|
"pinia": "^2.0.13",
|
|
"socket.io-client": "2",
|
|
"superagent": "^7.1.2",
|
|
"tabulator-tables": "^5.4.3",
|
|
"vue": "^3.2.31",
|
|
"vue-router": "^4.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.1.0",
|
|
"@vitejs/plugin-vue": "^2.3.1",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"eslint": "^8.5.0",
|
|
"eslint-plugin-vue": "^8.2.0",
|
|
"prettier": "^2.5.1",
|
|
"vite": "^2.9.1"
|
|
}
|
|
}
|