UNPKG

@nextcloud/vue

Version:
199 lines (198 loc) 6.09 kB
{ "name": "@nextcloud/vue", "version": "9.13.0", "description": "Nextcloud vue components", "keywords": [ "vuejs", "nextcloud", "components" ], "homepage": "https://github.com/nextcloud-libraries/nextcloud-vue", "bugs": "https://github.com/nextcloud-libraries/nextcloud-vue/issues", "repository": { "type": "git", "url": "git+https://github.com/nextcloud-libraries/nextcloud-vue.git" }, "license": "AGPL-3.0-or-later", "author": "Nextcloud GmbH and Nextcloud contributors", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs" }, "./components/*": { "types": "./dist/components/*/index.d.ts", "import": "./dist/components/*/index.mjs" }, "./composables/*": { "types": "./dist/composables/*/index.d.ts", "import": "./dist/composables/*/index.mjs" }, "./directives/*": { "types": "./dist/directives/*/index.d.ts", "import": "./dist/directives/*/index.mjs" }, "./functions/*": { "types": "./dist/functions/*/index.d.ts", "import": "./dist/functions/*/index.mjs" } }, "files": [ "CHANGELOG.md", "LICENSE", "README.md", "dist" ], "scripts": { "build": "vite build --mode production ", "dev": "vite build --mode development", "l10n:extract": "node build/extract-l10n.mjs", "lint": "eslint", "lint:fix": "eslint --fix", "prerelease:format-changelog": "node build/format-changelog.mjs", "styleguide": "vue-styleguidist --config styleguide.config.cjs server", "styleguide:build": "vue-styleguidist --config styleguide.config.cjs build", "stylelint": "stylelint \"src/**/*.vue\" \"src/**/*.scss\" \"src/**/*.css\"", "stylelint:fix": "stylelint \"src/**/*.vue\" \"src/**/*.scss\" \"src/**/*.css\" --fix", "test": "vitest run", "test:component": "playwright test -c playwright.config.ts", "test:component:gui": "playwright test --ui -c playwright.config.ts", "test:coverage": "vitest run --coverage", "ts:check": "vue-tsc -p src/tsconfig.json --noEmit", "update:snapshots": "npm run test:component -- --grep @visual --update-snapshots", "watch": "vite build --mode development --watch" }, "browserslist": [ "extends @nextcloud/browserslist-config" ], "overrides": { "@playwright/experimental-ct-core": { "vite": "^6.3.4 || ^7.0.0" }, "mdast-util-gfm": { "mdast-util-gfm-autolink-literal": "2.0.0" } }, "dependencies": { "@ckpack/vue-color": "^1.6.0", "@floating-ui/dom": "^1.8.0", "@nextcloud/auth": "^2.6.0", "@nextcloud/axios": "^2.6.0", "@nextcloud/browser-storage": "^0.5.0", "@nextcloud/capabilities": "^1.2.1", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/initial-state": "^3.0.0", "@nextcloud/l10n": "^3.4.1", "@nextcloud/logger": "^3.0.3", "@nextcloud/router": "^3.2.0", "@nextcloud/sharing": "^0.4.0", "@nextcloud/vue-select": "^4.1.0", "@vuepic/vue-datepicker": "^11.0.3", "@vueuse/components": "^14.4.0", "@vueuse/core": "^14.4.0", "blurhash": "^2.0.5", "clone": "^2.1.2", "debounce": "^3.0.0", "dompurify": "^3.4.15", "emoji-mart-vue-fast": "^15.0.5", "escape-html": "^1.0.3", "floating-vue": "^5.2.2", "focus-trap": "^8.2.2", "linkifyjs": "^4.3.3", "mdast-util-to-string": "^4.0.0", "p-queue": "^9.3.3", "rehype-external-links": "^3.0.0", "rehype-highlight": "^7.0.2", "rehype-react": "^8.0.0", "remark-breaks": "^4.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.2", "remark-unlink-protocols": "^1.0.0", "splitpanes": "^4.0.4", "striptags": "^3.2.0", "tabbable": "^6.4.0", "tributejs": "^5.1.3", "ts-md5": "^2.0.1", "unified": "^11.0.5", "unist-builder": "^4.0.0", "unist-util-visit-parents": "^6.0.2", "vue": "^3.5.18", "vue-router": "^5.3.1" }, "devDependencies": { "@babel/plugin-syntax-import-assertions": "^7.29.7", "@babel/plugin-transform-typescript": "^7.29.7", "@babel/preset-typescript": "^7.29.7", "@fontsource/roboto": "^5.3.0", "@mdi/js": "^7.4.47", "@mdi/svg": "^7.4.47", "@nextcloud/babel-config": "^1.3.0", "@nextcloud/browserslist-config": "^3.1.2", "@nextcloud/dialogs": "^7.5.0", "@nextcloud/eslint-config": "^9.0.1", "@nextcloud/files": "^4.1.0", "@nextcloud/stylelint-config": "^3.2.2", "@nextcloud/vite-config": "^2.5.0", "@nextcloud/webpack-vue-config": "github:nextcloud/webpack-vue-config#vue3", "@playwright/experimental-ct-vue": "^1.62.1", "@playwright/test": "^1.63.0", "@types/gettext-parser": "^9.0.0", "@types/node": "^26.5.1", "@types/webpack-env": "^1.18.8", "@vitest/coverage-v8": "^5.0.0", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.9.1", "babel-loader-exclude-node-modules-except": "^1.2.4", "core-js": "^3.50.0", "eslint": "^10.10.0", "file-loader": "^6.2.0", "gettext-extractor": "^4.0.6", "gettext-parser": "^9.1.1", "glob": "^13.0.6", "jsdom": "^30.0.1", "remark-gfm": "^4.0.1", "resolve-url-loader": "^5.0.0", "sass": "^1.104.1", "stylelint": "^17.15.0", "ts-node": "^10.9.2", "typescript": "^5.9.3", "url-loader": "^4.1.1", "vite": "^7.3.6", "vitest": "^5.0.0", "vue-material-design-icons": "^5.3.1", "vue-styleguidist": "^4.72.4", "vue-tsc": "^3.3.11", "webpack": "^5.111.0", "webpack-merge": "^6.0.1" }, "peerDependencies": { "@nextcloud/dialogs": "^7.4.0", "@nextcloud/files": "^4.1.0" }, "peerDependenciesMeta": { "@nextcloud/dialogs": { "optional": true }, "@nextcloud/files": { "optional": true } }, "engines": { "node": "^20.11.0 || ^22 || ^24" }, "devEngines": { "packageManager": [ { "name": "npm", "version": "^11.3.0", "onFail": "error" } ], "runtime": { "name": "node", "version": "^24", "onFail": "error" } } }