2018-12-11 22:56:46 +03:00
|
|
|
{
|
|
|
|
"name": "nextcloud",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "Nextcloud Server",
|
|
|
|
"private": true,
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib",
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2019-02-16 17:03:44 +03:00
|
|
|
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
|
2019-09-25 10:55:33 +03:00
|
|
|
"dev": "NODE_ENV=development webpack --progress --config webpack.dev.js",
|
|
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
|
2019-09-25 19:19:42 +03:00
|
|
|
"lint:fix": "ESLINT_FIX=true webpack --progress --config webpack.dev.js",
|
|
|
|
"lint:fix-watch": "ESLINT_FIX=true webpack --progress --watch --config webpack.dev.js"
|
2018-12-11 22:56:46 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/nextcloud/server.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"nextcloud"
|
|
|
|
],
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"dependencies": {
|
2019-11-11 14:17:52 +03:00
|
|
|
"@babel/polyfill": "^7.7.0",
|
2019-07-05 16:06:01 +03:00
|
|
|
"@chenfengyuan/vue-qrcode": "^1.0.1",
|
2019-12-22 22:13:43 +03:00
|
|
|
"@nextcloud/auth": "^1.1.0",
|
2019-12-23 00:28:53 +03:00
|
|
|
"@nextcloud/axios": "^1.1.0",
|
2019-10-29 14:22:15 +03:00
|
|
|
"@nextcloud/dialogs": "^0.1.1",
|
2019-12-23 11:31:48 +03:00
|
|
|
"@nextcloud/event-bus": "^1.0.0",
|
2019-12-23 10:38:49 +03:00
|
|
|
"@nextcloud/initial-state": "^1.0.0",
|
2019-12-04 22:18:58 +03:00
|
|
|
"@nextcloud/l10n": "^0.2.1",
|
2019-10-29 14:22:15 +03:00
|
|
|
"@nextcloud/logger": "^0.1.0",
|
2019-12-22 19:20:46 +03:00
|
|
|
"@nextcloud/paths": "^1.0.0",
|
2019-12-22 05:25:30 +03:00
|
|
|
"@nextcloud/router": "^1.0.0",
|
2018-12-11 22:56:46 +03:00
|
|
|
"autosize": "^4.0.2",
|
2019-02-23 05:20:45 +03:00
|
|
|
"backbone": "^1.4.0",
|
2019-09-01 04:15:24 +03:00
|
|
|
"blueimp-md5": "^2.12.0",
|
2019-12-01 05:16:01 +03:00
|
|
|
"bootstrap": "^4.4.1",
|
2019-01-14 14:01:04 +03:00
|
|
|
"clipboard": "^2.0.4",
|
2019-09-15 11:10:58 +03:00
|
|
|
"css-vars-ponyfill": "^2.1.2",
|
2019-10-26 14:55:26 +03:00
|
|
|
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
|
2019-05-23 18:03:04 +03:00
|
|
|
"debounce": "^1.2.0",
|
2019-10-27 05:16:37 +03:00
|
|
|
"dompurify": "^2.0.7",
|
2019-10-04 14:23:32 +03:00
|
|
|
"escape-html": "^1.0.3",
|
2019-11-24 13:13:21 +03:00
|
|
|
"handlebars": "^4.5.3",
|
2019-02-28 13:37:32 +03:00
|
|
|
"jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3",
|
2019-03-06 14:22:49 +03:00
|
|
|
"jquery": "2.1.4",
|
2019-01-24 10:32:06 +03:00
|
|
|
"jquery-migrate": "^1.4.1",
|
2018-12-21 15:30:33 +03:00
|
|
|
"jquery-ui-dist": "^1.12.1",
|
2019-09-14 14:40:50 +03:00
|
|
|
"jstimezonedetect": "^1.0.7",
|
2019-07-21 13:33:10 +03:00
|
|
|
"lodash": "^4.17.15",
|
2019-07-09 09:52:37 +03:00
|
|
|
"marked": "^0.7.0",
|
2019-01-24 10:31:20 +03:00
|
|
|
"moment": "^2.24.0",
|
2019-10-20 15:18:08 +03:00
|
|
|
"moment-timezone": "^0.5.27",
|
2019-09-01 20:34:35 +03:00
|
|
|
"nextcloud-password-confirmation": "^0.4.2",
|
2019-09-09 17:55:36 +03:00
|
|
|
"nextcloud-router": "0.0.9",
|
2019-12-23 12:51:22 +03:00
|
|
|
"nextcloud-vue": "^0.12.8",
|
2019-12-08 05:15:53 +03:00
|
|
|
"nextcloud-vue-collections": "^0.7.1",
|
2019-10-11 16:29:41 +03:00
|
|
|
"p-limit": "^2.2.1",
|
2019-11-18 14:04:48 +03:00
|
|
|
"p-queue": "^6.2.1",
|
2019-05-21 09:58:35 +03:00
|
|
|
"query-string": "^5.1.1",
|
2019-09-27 09:11:44 +03:00
|
|
|
"select2": "3.5.1",
|
2018-12-11 22:56:46 +03:00
|
|
|
"snap.js": "^2.0.9",
|
2019-03-25 15:39:56 +03:00
|
|
|
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.8",
|
2019-06-30 04:13:43 +03:00
|
|
|
"toastify-js": "^1.6.1",
|
2019-02-11 21:41:00 +03:00
|
|
|
"underscore": "^1.9.1",
|
2019-12-15 05:16:34 +03:00
|
|
|
"url-search-params-polyfill": "^7.0.1",
|
2019-05-05 04:13:08 +03:00
|
|
|
"v-tooltip": "^2.0.2",
|
2019-12-22 16:49:58 +03:00
|
|
|
"vue": "^2.6.11",
|
2019-02-20 11:06:56 +03:00
|
|
|
"vue-click-outside": "^1.0.7",
|
2019-09-07 21:29:57 +03:00
|
|
|
"vue-clipboard2": "^0.3.1",
|
2019-04-23 11:49:58 +03:00
|
|
|
"vue-infinite-loading": "^2.4.4",
|
2019-02-20 11:06:56 +03:00
|
|
|
"vue-localstorage": "^0.6.2",
|
2019-04-28 04:13:01 +03:00
|
|
|
"vue-multiselect": "^2.1.6",
|
2019-09-01 04:13:30 +03:00
|
|
|
"vue-router": "^3.1.3",
|
2019-11-18 11:08:59 +03:00
|
|
|
"vuex": "^3.1.2",
|
2019-02-20 11:06:56 +03:00
|
|
|
"vuex-router-sync": "^5.0.0"
|
2018-12-11 22:56:46 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-12-08 05:15:15 +03:00
|
|
|
"@babel/core": "^7.7.5",
|
2019-11-24 16:28:36 +03:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.7.4",
|
2019-11-25 09:07:56 +03:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
|
2019-12-09 10:31:07 +03:00
|
|
|
"@babel/preset-env": "^7.7.6",
|
2019-10-22 17:00:58 +03:00
|
|
|
"@nextcloud/browserslist-config": "^1.0.0",
|
2019-10-02 12:07:09 +03:00
|
|
|
"babel-eslint": "^10.0.3",
|
2019-05-19 04:13:49 +03:00
|
|
|
"babel-loader": "^8.0.6",
|
2019-02-24 17:31:35 +03:00
|
|
|
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
|
2019-12-16 10:14:10 +03:00
|
|
|
"css-loader": "^3.3.2",
|
2019-09-25 10:55:33 +03:00
|
|
|
"eslint": "^5.16.0",
|
2019-11-13 15:05:10 +03:00
|
|
|
"eslint-config-nextcloud": "0.1.0",
|
2019-09-25 10:55:33 +03:00
|
|
|
"eslint-config-standard": "^12.0.0",
|
2019-12-08 05:16:26 +03:00
|
|
|
"eslint-loader": "^3.0.3",
|
2019-12-15 05:14:42 +03:00
|
|
|
"eslint-plugin-import": "^2.19.1",
|
2019-09-25 10:55:33 +03:00
|
|
|
"eslint-plugin-nextcloud": "^0.3.0",
|
|
|
|
"eslint-plugin-node": "^10.0.0",
|
|
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
|
|
"eslint-plugin-vue": "^5.2.3",
|
2018-12-11 22:56:46 +03:00
|
|
|
"exports-loader": "^0.7.0",
|
2019-12-01 05:18:21 +03:00
|
|
|
"file-loader": "^5.0.2",
|
2019-02-04 00:29:00 +03:00
|
|
|
"handlebars-loader": "^1.7.1",
|
2019-10-27 05:14:30 +03:00
|
|
|
"node-sass": "^4.13.0",
|
2019-08-25 04:13:10 +03:00
|
|
|
"sass-loader": "^7.3.1",
|
2019-12-22 05:31:16 +03:00
|
|
|
"style-loader": "^1.1.1",
|
2019-12-02 09:45:50 +03:00
|
|
|
"url-loader": "^3.0.0",
|
2019-12-22 19:14:43 +03:00
|
|
|
"vue-loader": "^15.8.3",
|
2019-12-22 16:49:58 +03:00
|
|
|
"vue-template-compiler": "^2.6.11",
|
2019-10-20 04:13:53 +03:00
|
|
|
"webpack": "^4.41.2",
|
2019-11-10 05:14:34 +03:00
|
|
|
"webpack-cli": "^3.3.10",
|
2019-09-01 04:14:45 +03:00
|
|
|
"webpack-merge": "^4.2.2"
|
2019-06-18 11:13:01 +03:00
|
|
|
},
|
|
|
|
"browserslist": [
|
2019-10-22 17:00:58 +03:00
|
|
|
"extends @nextcloud/browserslist-config"
|
2019-05-23 18:03:04 +03:00
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
}
|
2018-12-11 22:56:46 +03:00
|
|
|
}
|