{ "name": "@nextcloud/vue", "version": "9.0.0-alpha.5", "description": "Nextcloud vue components", "keywords": [ "vuejs", "nextcloud", "components" ], "repository": "https://github.com/nextcloud-libraries/nextcloud-vue", "homepage": "https://github.com/nextcloud-libraries/nextcloud-vue", "bugs": "https://github.com/nextcloud-libraries/nextcloud-vue/issues", "author": "John Molakvoæ (skjnldsv) ", "license": "AGPL-3.0-or-later", "type": "module", "scripts": { "build": "vite build --mode production ", "dev": "vite build --mode development", "dev:watch": "vite build --mode development --watch", "watch": "npm run dev:watch", "l10n:extract": "node build/extract-l10n.mjs", "lint": "eslint src", "lint:fix": "eslint src --fix", "test": "TZ=UTC vitest run", "test:coverage": "TZ=UTC vitest run --coverage", "test:component": "playwright test -c playwright.config.ts", "test:component:gui": "playwright test --ui -c playwright.config.ts", "stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css", "stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix", "styleguide": "vue-styleguidist --config styleguide.config.cjs server", "styleguide:build": "vue-styleguidist --config styleguide.config.cjs build", "update:snapshots": "npm run test:component -- --update-snapshots" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs" }, "./dist/Components/*.js": { "types": "./dist/components/*/index.d.ts", "import": "./dist/Components/*.mjs" }, "./dist/Directives/*.js": { "types": "./dist/directives/*/index.d.ts", "import": "./dist/Directives/*.mjs" }, "./dist/Functions/*.js": { "types": "./dist/functions/*/index.d.ts", "import": "./dist/Functions/*.mjs" }, "./dist/Mixins/*.js": { "types": "./dist/mixins/*/index.d.ts", "import": "./dist/Mixins/*.mjs" }, "./dist/Composables/*.js": { "types": "./dist/composables/*/index.d.ts", "import": "./dist/Composables/*.mjs" } }, "files": [ "CHANGELOG.md", "LICENSE", "README.md", "dist" ], "dependencies": { "@ckpack/vue-color": "^1.5.0", "@floating-ui/dom": "^1.6.7", "@nextcloud/auth": "^2.3.0", "@nextcloud/axios": "^2.5.0", "@nextcloud/browser-storage": "^0.4.0", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/router": "^3.0.1", "@nextcloud/timezones": "^0.1.1", "@vueuse/components": "^10.11.0", "@vueuse/core": "^10.11.0", "clone": "^2.1.2", "debounce": "^2.1.0", "dompurify": "^3.1.5", "emoji-mart-vue-fast": "^15.0.2", "escape-html": "^1.0.3", "floating-vue": "^5.2.2", "focus-trap": "^7.5.4", "linkify-string": "^4.1.3", "md5": "^2.3.0", "rehype-external-links": "^3.0.0", "rehype-react": "^8.0.0", "remark-breaks": "^4.0.0", "remark-gfm": "^4.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.0", "splitpanes": "^3.1.5", "string-length": "^6.0.0", "striptags": "^3.2.0", "tributejs": "^5.1.3", "unified": "^11.0.5", "unist-builder": "^4.0.0", "unist-util-visit": "^5.0.0", "vue": "^3.4.31", "vue-datepicker-next": "^1.0.3", "vue-router": "^4.4.0", "vue-select": "^4.0.0-beta.6" }, "engines": { "node": "^20.11.0", "npm": "^10.0.0" }, "devDependencies": { "@babel/plugin-syntax-import-assertions": "^7.24.7", "@babel/plugin-transform-typescript": "^7.24.7", "@babel/preset-typescript": "^7.24.7", "@fontsource/roboto": "^5.0.13", "@mdi/js": "^7.4.47", "@mdi/svg": "^7.4.47", "@nextcloud/babel-config": "^1.2.0", "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/vite-config": "^2.1.0", "@nextcloud/webpack-vue-config": "github:nextcloud/webpack-vue-config#vue3", "@playwright/experimental-ct-vue": "^1.45.2", "@playwright/test": "^1.45.2", "@types/gettext-parser": "^4.0.4", "@types/node": "^20.14.10", "@vitest/coverage-v8": "^2.0.3", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.5.1", "babel-loader-exclude-node-modules-except": "^1.2.1", "file-loader": "^6.2.0", "gettext-extractor": "^3.8.0", "gettext-parser": "^8.0.0", "glob": "^10.4.2", "jsdom": "^24.1.0", "resolve-url-loader": "^5.0.0", "sanitize-filename": "^1.6.3", "stylelint": "^16.6.1", "ts-node": "^10.9.2", "typescript": "^5.5.2", "url-loader": "^4.1.1", "vite": "^5.3.4", "vitest": "^2.0.3", "vue-eslint-parser": "^9.4.3", "vue-material-design-icons": "^5.3.0", "vue-styleguidist": "^4.72.4", "webpack": "^5.92.1", "webpack-merge": "^5.10.0" }, "browserslist": [ "extends @nextcloud/browserslist-config" ] }