UNPKG

@owdproject/core

Version:

<p align="center"> <img width="160" height="160" src="https://avatars.githubusercontent.com/u/65117737?s=160&v=4" /> </p> <h1 align="center">Open Web Desktop</h1> <h3 align="center"> A modular framework for building web-based desktop experiences. </h3

54 lines (53 loc) 1.25 kB
{ "name": "@owdproject/core", "version": "3.1.4", "keywords": [ "web", "desktop", "vue", "nuxt", "web-desktop", "web-os" ], "homepage": "https://github.com/owdproject/client#readme", "bugs": { "url": "https://github.com/owdproject/client/issues" }, "repository": { "type": "git", "url": "git+https://github.com/owdproject/client.git" }, "license": "MIT", "author": { "name": "Open Web Desktop Team", "url": "https://github.com/owdproject" }, "type": "module", "types": "types/index.d.ts", "bin": { "owd": "bin/owd.js" }, "dependencies": { "@nuxt/fonts": "^0.11.4", "@nuxt/icon": "^1.14.0", "@nuxt/kit": "^3.17.5", "@nuxtjs/i18n": "^9.5.5", "@nuxtjs/tailwindcss": "^6.14.0", "@pinia/nuxt": "^0.11.1", "@primeuix/themes": "^1.1.2", "@primevue/forms": "^4.3.5", "@primevue/nuxt-module": "^4.3.5", "@vueuse/components": "^13.4.0", "@vueuse/core": "^13.4.0", "@vueuse/nuxt": "^13.4.0", "mitt": "^3.0.1", "nanoid": "^5.1.5", "nuxt": "^3.17.5", "pinia": "^3.0.3", "sanitize.css": "^13.0.0", "sass": "^1.89.2", "shellwords": "^1.0.1", "vue-resizable": "^2.1.7", "getopts": "^2.3.0" } }