39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
|
{
|
||
|
"name": "vulture",
|
||
|
"version": "0.1.0",
|
||
|
"private": false,
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"dev-complete": "concurrently \"vite\" \"node ./src/services/buzzerWatcher.js\"",
|
||
|
"build": "vite build",
|
||
|
"preview": "vite preview",
|
||
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
||
|
"format": "prettier --write src/"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@mdi/font": "^7.4.47",
|
||
|
"@videojs-player/vue": "^1.0.0",
|
||
|
"express": "^5.0.0",
|
||
|
"mqtt": "^5.3.5",
|
||
|
"ping": "^0.4.4",
|
||
|
"roboto-fontface": "^0.10.0",
|
||
|
"video.js": "^8.22.0",
|
||
|
"vue": "^3.4.19",
|
||
|
"vue-router": "^4.2.5",
|
||
|
"vuex": "^4.1.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@rushstack/eslint-patch": "^1.3.3",
|
||
|
"@vitejs/plugin-vue": "^5.0.3",
|
||
|
"@vue/eslint-config-prettier": "^8.0.0",
|
||
|
"concurrently": "^8.2.2",
|
||
|
"eslint": "^8.49.0",
|
||
|
"eslint-plugin-vue": "^9.17.0",
|
||
|
"prettier": "^3.0.3",
|
||
|
"unplugin-fonts": "^1.1.1",
|
||
|
"vite": "^5.1.6",
|
||
|
"vite-plugin-vuetify": "^2.0.1"
|
||
|
}
|
||
|
}
|