{ "name": "ocis-settings", "version": "0.0.0", "private": true, "description": "", "homepage": "https://github.com/owncloud/ocis-settings#readme", "bugs": { "url": "https://github.com/owncloud/ocis/issues", "email": "support@owncloud.com" }, "repository": "https://github.com/owncloud/ocis-settings.git", "license": "Apache-2.0", "author": "ownCloud GmbH ", "scripts": { "acceptance-tests": "cucumber-js --retry 1 --require-module @babel/register --require-module @babel/polyfill --require ${TEST_INFRA_DIRECTORY}/setup.js --require ui/tests/acceptance/stepDefinitions --require ${TEST_INFRA_DIRECTORY}/stepDefinitions --format @cucumber/pretty-formatter -t \"${TEST_TAGS:-not @skip and not @skipOnOC10}\"", "build": "rollup -c", "generate-api": "node node_modules/swagger-vue-generator/bin/generate-api.js --package-version v0 --source pkg/proto/v0/settings.swagger.json --moduleName settings --destination ui/client/settings/index.js", "licenses:check": "license-checker-rseidelsohn --summary --relativeLicensePath --onlyAllow 'Python-2.0;Apache*;Apache License, Version 2.0;Apache-2.0;Apache 2.0;Artistic-2.0;BSD;BSD-3-Clause;CC-BY-3.0;CC-BY-4.0;CC0-1.0;ISC;MIT;MPL-2.0;Public Domain;Unicode-TOU;Unlicense;WTFPL' --excludePackages 'ocis-settings@0.0.0'", "licenses:csv": "license-checker-rseidelsohn --relativeLicensePath --csv --out ../third-party-licenses/node/settings/third-party-licenses.csv", "licenses:save": "license-checker-rseidelsohn --relativeLicensePath --out /dev/null --files ../third-party-licenses/node/settings/third-party-licenses", "lint": "eslint 'ui/**/*.{js,ts,vue}' --color", "test": "echo 'Not implemented'", "watch": "rollup -c -w" }, "browserslist": [ "last 2 versions", "> .2%", "not dead", "not Explorer > 0", "not ExplorerMobile > 0", "not BlackBerry > 0", "not OperaMini all", "not OperaMobile > 0" ], "dependencies": { "axios": "^0.27.2", "core-js": "^3.23.3", "debounce": "^1.2.1", "lodash-es": "^4.17.21", "qs": "^6.11.0", "vue": "^2.6.10", "vuex": "^3.6.2" }, "devDependencies": { "@babel/core": "^7.18.6", "@babel/plugin-proposal-class-properties": "^7.7.4", "@babel/plugin-proposal-export-default-from": "^7.16.7", "@babel/plugin-proposal-object-rest-spread": "^7.15.6", "@babel/plugin-syntax-dynamic-import": "^7.7.4", "@babel/plugin-transform-runtime": "^7.15.0", "@babel/polyfill": "^7.10.1", "@babel/preset-env": "^7.18.6", "@babel/register": "^7.17.7", "@cucumber/cucumber": "^7.3.2", "@cucumber/pretty-formatter": "^1.0.0", "@erquhart/rollup-plugin-node-builtins": "^2.1.5", "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-json": "^4.0.1", "@rollup/plugin-replace": "^4.0.0", "archiver": "^5.3.0", "chromedriver": "^93.0.1", "cross-env": "^7.0.3", "easygettext": "^2.7.0", "eslint": "^8.19.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-n": "^15.2.4", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-unused-imports": "^2.0.0", "eslint-plugin-vue": "^9.1.1", "fs-extra": "^10.0.0", "join-path": "^1.1.1", "ldapjs": "^2.3.2", "license-checker-rseidelsohn": "^3.1.0", "nightwatch": "1.7.11", "nightwatch-api": "3.0.2", "node-fetch": "^2.6.7", "rollup": "^2.75.7", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-eslint": "^7.0.0", "rollup-plugin-filesize": "^9.1.2", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-vue": "^5.1.9", "swagger-vue-generator": "^1.0.6", "url-search-params-polyfill": "^8.1.1", "vue-template-compiler": "^2.6.11", "xml-js": "^1.6.11" }, "peerDependencies": { "owncloud-design-system": "^13.1.0" } }