131 lines
4.3 KiB
JSON
131 lines
4.3 KiB
JSON
{
|
|
"name": "nextcloud",
|
|
"version": "1.0.0",
|
|
"description": "Nextcloud Server",
|
|
"private": true,
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
|
|
"dev": "NODE_ENV=development webpack --progress --config webpack.dev.js",
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
|
|
"lint:fix": "ESLINT_FIX=true webpack --progress --config webpack.dev.js",
|
|
"lint:fix-watch": "ESLINT_FIX=true webpack --progress --watch --config webpack.dev.js",
|
|
"test": "mochapack --webpack-config core/webpack.test.js --require core/src/tests/setup.js \"core/src/tests/**/*.spec.js\"",
|
|
"test:watch": "mochapack -w --webpack-config core/webpack.test.js --require core/src/tests/setup.js \"core/src/tests/**/*.spec.js\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nextcloud/server.git"
|
|
},
|
|
"keywords": [
|
|
"nextcloud"
|
|
],
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@chenfengyuan/vue-qrcode": "^1.0.2",
|
|
"@nextcloud/auth": "^1.2.3",
|
|
"@nextcloud/axios": "^1.3.2",
|
|
"@nextcloud/dialogs": "^1.2.2",
|
|
"@nextcloud/event-bus": "^1.1.4",
|
|
"@nextcloud/initial-state": "^1.1.2",
|
|
"@nextcloud/l10n": "^1.2.3",
|
|
"@nextcloud/logger": "^1.1.2",
|
|
"@nextcloud/password-confirmation": "^1.0.1",
|
|
"@nextcloud/paths": "^1.1.2",
|
|
"@nextcloud/router": "^1.0.2",
|
|
"@nextcloud/vue": "^1.5.0",
|
|
"autosize": "^4.0.2",
|
|
"backbone": "^1.4.0",
|
|
"blueimp-md5": "^2.13.0",
|
|
"bootstrap": "^4.4.1",
|
|
"clipboard": "^2.0.6",
|
|
"core-js": "^3.6.5",
|
|
"css-vars-ponyfill": "^2.2.1",
|
|
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
|
|
"debounce": "^1.2.0",
|
|
"dompurify": "^2.2.2",
|
|
"escape-html": "^1.0.3",
|
|
"handlebars": "^4.7.7",
|
|
"jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3",
|
|
"jquery": "2.1.4",
|
|
"jquery-migrate": "^1.4.1",
|
|
"jquery-ui": "^1.12.1",
|
|
"jquery-ui-dist": "^1.12.1",
|
|
"jstimezonedetect": "^1.0.7",
|
|
"lodash": "^4.17.20",
|
|
"marked": "^0.8.2",
|
|
"moment": "^2.24.0",
|
|
"moment-timezone": "^0.5.28",
|
|
"nextcloud-vue-collections": "^0.7.2",
|
|
"p-limit": "^2.3.0",
|
|
"p-queue": "^6.3.0",
|
|
"query-string": "^5.1.1",
|
|
"regenerator-runtime": "^0.13.5",
|
|
"select2": "3.5.1",
|
|
"snap.js": "^2.0.9",
|
|
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.9",
|
|
"underscore": "^1.10.2",
|
|
"url-search-params-polyfill": "^8.0.0",
|
|
"v-tooltip": "^2.0.2",
|
|
"vue": "^2.6.11",
|
|
"vue-click-outside": "^1.1.0",
|
|
"vue-clipboard2": "^0.3.1",
|
|
"vue-infinite-loading": "^2.4.5",
|
|
"vue-localstorage": "^0.6.2",
|
|
"vue-multiselect": "^2.1.6",
|
|
"vue-router": "^3.1.6",
|
|
"vuex": "^3.1.3",
|
|
"vuex-router-sync": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.9.5",
|
|
"@nextcloud/browserslist-config": "^1.0.0",
|
|
"@nextcloud/eslint-config": "^2.0.0",
|
|
"@nextcloud/eslint-plugin": "^1.4.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
|
|
"chai": "^4.2.0",
|
|
"css-loader": "^3.5.3",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-loader": "^3.0.4",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"exports-loader": "^0.7.0",
|
|
"file-loader": "^6.0.0",
|
|
"handlebars-loader": "^1.7.1",
|
|
"jsdom": "^16.2.2",
|
|
"jsdom-global": "^3.0.2",
|
|
"mocha": "^7.1.1",
|
|
"mochapack": "^1.1.15",
|
|
"node-sass": "^4.14.0",
|
|
"sass-loader": "^8.0.2",
|
|
"sinon": "^9.0.2",
|
|
"sinon-chai": "^3.5.0",
|
|
"style-loader": "^1.2.1",
|
|
"url-loader": "^4.1.0",
|
|
"vue-loader": "^15.9.1",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-merge": "^4.2.2",
|
|
"webpack-node-externals": "^1.7.2"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
}
|