Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 21e4b0f8f4106146c65bbc20d4b874e3e5a04205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
  "name": "nextcloud",
  "version": "1.0.0",
  "description": "Nextcloud Server",
  "private": true,
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "scripts": {
    "build": "NODE_ENV=production webpack --progress --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": "eslint '**/src/**/*.{vue,js}'",
    "lint:fix": "eslint '**/src/**/*.{vue,js}' --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:jsunit": "karma start tests/karma.config.js --single-run"
  },
  "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.3.0",
    "@nextcloud/axios": "^1.9.0",
    "@nextcloud/calendar-availability-vue": "^0.3.1",
    "@nextcloud/capabilities": "^1.0.4",
    "@nextcloud/dialogs": "^3.1.2",
    "@nextcloud/event-bus": "^2.1.1",
    "@nextcloud/files": "^2.1.0",
    "@nextcloud/initial-state": "^1.2.1",
    "@nextcloud/jcrop": "^0.10.0",
    "@nextcloud/l10n": "^1.4.1",
    "@nextcloud/logger": "^2.1.0",
    "@nextcloud/moment": "^1.2.0",
    "@nextcloud/password-confirmation": "^1.0.1",
    "@nextcloud/paths": "^2.1.0",
    "@nextcloud/router": "^2.0.0",
    "@nextcloud/sharing": "^0.1.0",
    "@nextcloud/vue": "^5.3.1",
    "@nextcloud/vue-dashboard": "^2.0.1",
    "autosize": "^5.0.1",
    "backbone": "^1.4.1",
    "blueimp-md5": "^2.19.0",
    "bootstrap": "^4.6.0",
    "buffer": "^6.0.3",
    "camelcase": "^6.3.0",
    "clipboard": "^2.0.10",
    "core-js": "^3.21.1",
    "css-vars-ponyfill": "^2.4.7",
    "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
    "debounce": "^1.2.1",
    "dompurify": "^2.3.6",
    "escape-html": "^1.0.3",
    "handlebars": "^4.7.7",
    "ical.js": "^1.4.0",
    "jquery": "~3.6",
    "jquery-migrate": "~3.4",
    "jquery-ui": "^1.13.1",
    "jquery-ui-dist": "^1.13.1",
    "jstimezonedetect": "^1.0.7",
    "lodash": "^4.17.21",
    "marked": "^4.0.13",
    "moment": "^2.29.3",
    "moment-timezone": "^0.5.34",
    "nextcloud-vue-collections": "^0.9.0",
    "p-limit": "^4.0.0",
    "p-queue": "^7.2.0",
    "path": "^0.12.7",
    "query-string": "^7.1.1",
    "regenerator-runtime": "^0.13.9",
    "select2": "3.5.1",
    "snap.js": "^2.0.9",
    "stream-browserify": "^3.0.0",
    "strengthify": "github:nextcloud/strengthify#0.5.9",
    "underscore": "1.12.0",
    "url-search-params-polyfill": "^8.1.1",
    "v-click-outside": "^3.1.2",
    "v-tooltip": "^2.1.3",
    "vue": "^2.6.14",
    "vue-click-outside": "^1.1.0",
    "vue-clipboard2": "^0.3.3",
    "vue-infinite-loading": "^2.4.5",
    "vue-localstorage": "^0.6.2",
    "vue-material-design-icons": "^5.0.0",
    "vue-multiselect": "^2.1.6",
    "vue-router": "^3.5.3",
    "vuedraggable": "^2.24.3",
    "vuex": "^3.6.2",
    "vuex-router-sync": "^5.0.0",
    "webdav": "^4.8.0"
  },
  "devDependencies": {
    "@nextcloud/babel-config": "^1.0.0",
    "@nextcloud/browserslist-config": "^2.2.0",
    "@nextcloud/eslint-config": "^7.0.2",
    "@nextcloud/stylelint-config": "^2.1.2",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/user-event": "^14.0.4",
    "@testing-library/vue": "^5.8.3",
    "@vue/test-utils": "^1.3.0",
    "babel-loader": "^8.2.4",
    "babel-loader-exclude-node-modules-except": "^1.2.1",
    "css-loader": "^6.7.1",
    "eslint-plugin-es": "^4.1.0",
    "eslint-webpack-plugin": "^3.1.1",
    "exports-loader": "^3.1.0",
    "file-loader": "^6.2.0",
    "handlebars": "^4.7.7",
    "handlebars-loader": "^1.7.1",
    "jasmine-core": "~2.5.2",
    "jasmine-sinon": "^0.4.0",
    "jest": "^26.6.3",
    "jsdoc": "^3.6.10",
    "jsdom": "^19.0.0",
    "karma": "^6.3.20",
    "karma-chrome-launcher": "^3.1.1",
    "karma-coverage": "2.2.0",
    "karma-jasmine": "^1.1.2",
    "karma-jasmine-sinon": "^1.0.4",
    "karma-spec-reporter": "^0.0.34",
    "karma-viewport": "^1.0.9",
    "node-sass": "~7.0.1",
    "puppeteer": "^13.5.2",
    "regextras": "^0.8.0",
    "sass": "^1.50.0",
    "sass-loader": "^12.6.0",
    "sinon": "<= 5.0.7",
    "style-loader": "^3.3.1",
    "vue-jest": "^4.0.1",
    "vue-loader": "^15.9.8",
    "vue-template-compiler": "^2.6.14",
    "webpack": "^5.72.0",
    "webpack-cli": "^4.9.2",
    "webpack-merge": "^5.8.0"
  },
  "browserslist": [
    "extends @nextcloud/browserslist-config"
  ],
  "engines": {
    "node": "^14.0.0",
    "npm": "^7.0.0"
  },
  "overrides": {
    "colors": "1.4.0"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "vue"
    ],
    "setupFilesAfterEnv": [
      "<rootDir>/tests/jestSetup.js"
    ],
    "transform": {
      "^.+\\.js$": "<rootDir>/tests/jestBabelTransformer.js",
      "^.+\\.vue$": "vue-jest"
    }
  }
}