2
0
mirror of https://github.com/ad1217/PrinterStatus synced 2024-11-11 02:55:09 -05:00
PrinterStatus/package.json
Adam Goldsmith b7661a40a2 Replace video.js with vime
video.js still hasn't updated their types for v8 and now v7 is broken
too, so I'm just ditching it for another library
2023-09-14 14:05:26 -04:00

32 lines
744 B
JSON

{
"name": "printer_status",
"repository": {
"type": "git",
"url": "https://github.com/ad1217/PrinterStatus"
},
"version": "0.0.0",
"type": "module",
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"sass": "^1.67.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.11"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@vime/core": "^5.4.1",
"@vime/vue-next": "^5.4.1",
"bootstrap": "^5.3.2",
"pretty-ms": "^8.0.0",
"vue": "^3.3.4"
},
"scripts": {
"start": "pnpm run -r --include-workspace-root --parallel dev",
"server": "cd server && npm start",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
}
}