{ "name": "nextcloud", "version": "1.0.0", "private": true, "description": "Nextcloud Server", "keywords": [ "nextcloud" ], "repository": { "type": "git", "url": "https://github.com/nextcloud/server.git" }, "license": "AGPL-3.0-or-later", "author": "Nextcloud GmbH and Nextcloud contributors", "type": "module", "scripts": { "build": "build/demi.sh build", "postbuild": "build/npm-post-build.sh", "cypress": "cypress run --e2e", "cypress:gui": "cypress open", "cypress:version": "cypress version", "dev": "build/demi.sh dev", "postinstall": "build/demi.sh ci", "lint": "eslint --suppressions-location build/eslint-baseline.json --no-error-on-unmatched-pattern ./cypress", "postlint": "build/demi.sh lint", "lint:fix": "build/demi.sh lint:fix", "sass": "sass --style compressed --load-path core/css core/css/ $(for cssdir in $(find apps -mindepth 2 -maxdepth 2 -name \"css\"); do if ! $(git check-ignore -q $cssdir); then printf \"$cssdir \"; fi; done)", "sass:icons": "node build/icons.mjs", "sass:watch": "sass --watch --load-path core/css core/css/ $(for cssdir in $(find apps -mindepth 2 -maxdepth 2 -name \"css\"); do if ! $(git check-ignore -q $cssdir); then printf \"$cssdir \"; fi; done)", "stylelint": "stylelint $(for appdir in $(ls apps); do if ! $(git check-ignore -q \"apps/$appdir\"); then printf \"'apps/$appdir/**/*.{scss,vue}' \"; fi; done) 'core/**/*.{scss,vue}'", "stylelint:fix": "npm run stylelint -- --fix", "test": "vitest run; cd build/frontend-legacy && npm run test", "test:coverage": "vitest run --coverage --reporter=default", "test:update-snapshots": "vitest run --update; cd build/frontend-legacy && npm run test:update-snapshots", "test:watch": "concurrently 'vitest watch' 'cd build/frontend-legacy && npm run test:watch'", "watch": "build/demi.sh --parallel watch" }, "browserslist": [ "extends @nextcloud/browserslist-config" ], "dependencies": { "@mdi/svg": "^7.4.47", "@nextcloud/axios": "^2.5.2", "@nextcloud/calendar-availability-vue": "^3.0.0", "@nextcloud/dialogs": "^7.1.0", "@nextcloud/moment": "^1.2.1", "@nextcloud/password-confirmation": "^6.0.1", "@nextcloud/paths": "^2.2.1", "@nextcloud/vue": "^9.0.1", "vue": "^3.5.22" }, "devDependencies": { "@nextcloud/browserslist-config": "^3.1.1", "@nextcloud/e2e-test-server": "^0.4.0", "@nextcloud/eslint-config": "^9.0.0-rc.5", "@nextcloud/stylelint-config": "^3.1.1", "@nextcloud/vite-config": "^2.5.2", "@testing-library/cypress": "^10.1.0", "@testing-library/jest-dom": "^6.9.1", "@testing-library/vue": "^8.1.0", "@types/dockerode": "^3.3.45", "@types/wait-on": "^5.3.4", "@vitest/coverage-v8": "^3.2.4", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.8.1", "@zip.js/zip.js": "^2.8.8", "concurrently": "^9.2.1", "cypress": "^15.5.0", "cypress-axe": "^1.7.0", "cypress-if": "^1.13.2", "cypress-split": "^1.24.25", "cypress-vite": "^1.8.0", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.9", "eslint": "^9.38.0", "eslint-plugin-cypress": "^5.2.0", "eslint-plugin-no-only-tests": "^3.3.0", "globals": "^16.4.0", "jsdom": "^27.0.1", "jsdom-testing-mocks": "^1.16.0", "sass": "^1.93.2", "stylelint": "^16.25.0", "stylelint-use-logical": "^2.1.2", "ts-node": "^10.9.2", "tslib": "^2.8.1", "vite": "^7.1.12", "vitest": "^3.2.4", "wait-on": "^9.0.1" }, "engines": { "node": "^22.0.0", "npm": "^10.5.0" } }