Files
watchstate/frontend/package.json
abdulmohsen 5f0874d64b Finalizing The WebUI for alpha/beta testing next week.
The WebUI is mostly done for now, The only missing piece is backend view, which isn't something we will include in the first release.
2024-05-10 18:56:17 +03:00

25 lines
608 B
JSON

{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"cronstrue": "^2.49.0",
"floating-vue": "^5.2.2",
"moment": "^2.30.1",
"nuxt": "^3.11.2",
"nuxt3-notifications": "^1.2.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {}
}